

Public Member Functions | |
| VGBPanel (VistaApp vapp) | |
| VGBPanel (VistaApp vapp, int line) | |
| int | print (Graphics g, PageFormat pf, int pi) throws PrinterException |
| void | dispatch (MouseEvent e) |
| boolean | dispatchEvent (MouseEvent e) |
| Frame | findParentFrame () |
Public Attributes | |
| VistaApp | va = null |
Static Public Attributes | |
| boolean | debug = false |
Protected Member Functions | |
| void | Debug (String s) |
Protected Attributes | |
| String | name = "VGB panel" |
| int | lineNumber = -1 |
| Parameter | parameters = null |
| Parameter | commonParameters = null |
Description: Parent class for many panels
Copyright: Copyright (c) 2002 Ernest Orlando Lawrence Berkeley National Laboratory
Company: LBNL
|
||||||||||||
|
VGBPanel requires VistaApp parameter because all applets use one and the same JVM and we can not use static reference.
|
|
|
Print debug string
|
|
|
dispatch event
|
|
|
dispatch and push mouse event inside the panel structure
Reimplemented in gov::lbl::genome::gui::GeneralGraphComp, and gov::lbl::genome::gui::panel::ContigPanel. |
|
|
This method is important for applets. Frame is necessary to create a modal dialog window.
|
|
||||||||||||||||
|
Reimplemented in gov::lbl::genome::gui::panel::DisplayPanel. |
1.3.9.1