Public Methods | |
ViewerTabbedPane () | |
ViewerTabbedPane (int tabPlacement) | |
Component | findComponentAt (int x, int y) |
CriterionViewer | getCriterionViewer () |
JimpleViewer | getJimpleViewer () |
QueryPanel | getQueryPanel () |
void | stateChanged (javax.swing.event.ChangeEvent e) |
void | viewerTabbedPane_ChangeEvents () |
Static Public Methods | |
void | main (java.lang.String[] args) |
Private Methods | |
void | connEtoC1 () |
void | handleException (java.lang.Throwable exception) |
void | initConnections () throws java.lang.Exception |
void | initialize () |
Static Private Methods | |
void | getBuilderData () |
Private Attributes | |
boolean | firstClickTab = true |
CriterionViewer | ivjCriterionViewer = null |
JimpleViewer | ivjJimpleViewer = null |
QueryPanel | ivjQueryPanel = null |
IvjEventHandler | ivjEventHandler = new IvjEventHandler() |
Static Private Attributes | |
final int | CRITERION = 0 |
final int | QUERY = 1 |
final int | JIMPLE = 2 |
Definition at line 10 of file ViewerTabbedPane.java.
|
ViewerTabbedPane constructor comment. Definition at line 29 of file ViewerTabbedPane.java. |
|
ViewerTabbedPane constructor comment.
Definition at line 37 of file ViewerTabbedPane.java. |
|
connEtoC1: (ViewerTabbedPane.change. --> ViewerTabbedPane.viewerTabbedPane_ChangeEvents()V) Definition at line 44 of file ViewerTabbedPane.java. |
|
Insert the method's description here. Creation date: (00-12-1 15:03:39)
Definition at line 64 of file ViewerTabbedPane.java. |
|
Return the CriterionViewer1 property value.
Definition at line 127 of file ViewerTabbedPane.java. |
|
Return the JimpleViewer1 property value.
Definition at line 147 of file ViewerTabbedPane.java. |
|
Return the QueryPanel property value.
Definition at line 167 of file ViewerTabbedPane.java. |
|
Called whenever the part throws an exception.
Definition at line 186 of file ViewerTabbedPane.java. |
|
Initializes connections
Definition at line 197 of file ViewerTabbedPane.java. |
|
Initialize the class. Definition at line 206 of file ViewerTabbedPane.java. |
|
main entrypoint - starts the part when it is run as an application
Definition at line 227 of file ViewerTabbedPane.java. |
|
Method to handle events for the ChangeListener interface.
Definition at line 250 of file ViewerTabbedPane.java. |
|
Comment Definition at line 261 of file ViewerTabbedPane.java. |