Public Methods | |
DependencyValueViewer () | |
DependencyValueViewer (String title) | |
boolean | connEtoM1_ABoolean () |
void | dependencyTree_MouseClicked (java.awt.event.MouseEvent mouseEvent) |
void | dependencyTree_TreeSelectionEvents () |
javax swing JPanel | getDependencyPanel () |
javax swing JTree | getDependencyTree () |
javax swing JScrollPane | getDependScrollPane () |
javax swing JSplitPane | getDependValueSplitPane () |
javax swing JPanel | getJFrameContentPane () |
javax swing JPanel | getValuesPanel () |
javax swing JTree | getValueTree () |
void | mouseClicked (java.awt.event.MouseEvent e) |
void | mouseEntered (java.awt.event.MouseEvent e) |
void | mouseExited (java.awt.event.MouseEvent e) |
void | mousePressed (java.awt.event.MouseEvent e) |
void | mouseReleased (java.awt.event.MouseEvent e) |
void | valueChanged (javax.swing.event.TreeSelectionEvent e) |
void | valueTree_MouseClicked (java.awt.event.MouseEvent mouseEvent) |
void | valueTree_TreeSelectionEvents () |
void | windowActivated (java.awt.event.WindowEvent e) |
void | windowClosed (java.awt.event.WindowEvent e) |
void | windowClosing (java.awt.event.WindowEvent e) |
void | windowDeactivated (java.awt.event.WindowEvent e) |
void | windowDeiconified (java.awt.event.WindowEvent e) |
void | windowIconified (java.awt.event.WindowEvent e) |
void | windowOpened (java.awt.event.WindowEvent e) |
Static Public Methods | |
void | main (java.lang.String[] args) |
Private Methods | |
void | changeStateFromDepend () |
void | changeStateFromDependValue () |
void | changeStateFromEmpty () |
void | changeStateFromEmptyTo (int newState) |
void | changeStateFromValue () |
void | changeStateFromValueDepend () |
void | changeViewerState () |
void | connEtoC1 () |
void | connEtoC2 (java.awt.event.MouseEvent arg1) |
void | connEtoC3 (java.awt.event.MouseEvent arg1) |
void | connEtoC4 () |
void | connEtoM1 (java.awt.event.WindowEvent arg1) |
void | expandAndCollapseFrom (DefaultMutableTreeNode rootNode, boolean isDependency) |
void | expandDependTreeToOneLevel (boolean isDependency) |
javax swing JLabel | getDependencyLabel () |
int | getInsertIndexOf (String dependValueKind, boolean isDependency) |
StmtTreeNode | getSelectedStmtTreeNode (Object userObject) |
javax swing JLabel | getValueLabel () |
javax swing JScrollPane | getValueScrollPane () |
int | getViewersCurrentState () |
void | handleException (java.lang.Throwable exception) |
void | initConnections () throws java.lang.Exception |
void | initialize () |
void | resizeViewer (boolean enlarge) |
void | setDependFrame (Dependencies dpnd) |
void | setToEmptyState () |
Static Private Methods | |
void | getBuilderData () |
Private Attributes | |
boolean | isSetSelectedByProgram = false |
DefaultMutableTreeNode | currentValueTreeRoot = null |
DefaultMutableTreeNode | currentDependTreeRoot = null |
Dependencies | dependFrame |
final int | EMPTY = 0 |
final int | DEPEND = 1 |
final int | VALUE = 2 |
final int | DEPENDVALUE = 3 |
final int | VALUEDEPEND = 4 |
boolean | doDepend = false |
boolean | doValue = false |
boolean | doDependValue = false |
boolean | doValueDepend = false |
JPanel | ivjJFrameContentPane = null |
JPanel | ivjDependencyPanel = null |
JSplitPane | ivjDependValueSplitPane = null |
JPanel | ivjValuesPanel = null |
JLabel | ivjDependencyLabel = null |
JTree | ivjDependencyTree = null |
JScrollPane | ivjDependScrollPane = null |
JLabel | ivjValueLabel = null |
JScrollPane | ivjValueScrollPane = null |
JTree | ivjValueTree = null |
IvjEventHandler | ivjEventHandler = new IvjEventHandler() |
Definition at line 15 of file DependencyValueViewer.java.
|
DependencyValueViewer constructor comment. Definition at line 72 of file DependencyValueViewer.java. |
|
DependencyValueViewer constructor comment.
Definition at line 80 of file DependencyValueViewer.java. |
|
Insert the method's description here. Creation date: (00-11-5 15:35:22) Definition at line 87 of file DependencyValueViewer.java. |
|
Insert the method's description here. Creation date: (00-11-5 15:35:22) Definition at line 114 of file DependencyValueViewer.java. |
|
Insert the method's description here. Creation date: (00-11-5 15:35:22) Definition at line 154 of file DependencyValueViewer.java. |
|
Insert the method's description here. Creation date: (00-11-5 15:35:22) Definition at line 185 of file DependencyValueViewer.java. |
|
Insert the method's description here. Creation date: (00-11-5 15:35:22) Definition at line 293 of file DependencyValueViewer.java. |
|
Insert the method's description here. Creation date: (00-11-5 15:35:22) Definition at line 321 of file DependencyValueViewer.java. |
|
Insert the method's description here. Creation date: (00-11-5 15:30:19) Definition at line 328 of file DependencyValueViewer.java. |
|
connEtoC1: (DependencyTree.treeSelection. --> DependencyValueViewer.dependencyTree_TreeSelectionEvents()V) Definition at line 359 of file DependencyValueViewer.java. |
|
connEtoC2: (DependencyTree.mouse.mouseClicked(java.awt.event.MouseEvent) --> DependencyValueViewer.dependencyTree_MouseClicked(Ljava.awt.event.MouseEvent;)V)
Definition at line 378 of file DependencyValueViewer.java. |
|
connEtoC3: (ValueTree.mouse.mouseClicked(java.awt.event.MouseEvent) --> DependencyValueViewer.valueTree_MouseClicked(Ljava.awt.event.MouseEvent;)V)
Definition at line 396 of file DependencyValueViewer.java. |
|
connEtoC4: (ValueTree.treeSelection. --> DependencyValueViewer.valueTree_TreeSelectionEvents()V) Definition at line 413 of file DependencyValueViewer.java. |
|
connEtoM1: (DependencyValueViewer.window.windowClosed(java.awt.event.WindowEvent) --> DependencyValueViewer.setVisible(Z)V)
Definition at line 431 of file DependencyValueViewer.java. |
|
Comment Definition at line 447 of file DependencyValueViewer.java. |
|
Comment Definition at line 453 of file DependencyValueViewer.java. |
|
Comment Definition at line 480 of file DependencyValueViewer.java. |
|
Insert the method's description here. Creation date: (00-5-28 20:09:47)
Definition at line 500 of file DependencyValueViewer.java. |
|
Return the DependScrollPane property value.
Definition at line 708 of file DependencyValueViewer.java. |
|
Return the DependValueSplitPane property value.
Definition at line 729 of file DependencyValueViewer.java. |
|
Return the DependencyLabel property value.
Definition at line 616 of file DependencyValueViewer.java. |
|
Return the DependencyPanel property value.
Definition at line 639 of file DependencyValueViewer.java. |
|
Return the DependencyTree property value.
Definition at line 663 of file DependencyValueViewer.java. |
|
Insert the method's description here. Creation date: (00-11-10 10:59:03)
Definition at line 753 of file DependencyValueViewer.java. |
|
Return the JFrameContentPane property value.
Definition at line 779 of file DependencyValueViewer.java. |
|
Insert the method's description here. Creation date: (00-11-15 11:03:32)
Definition at line 802 of file DependencyValueViewer.java. |
|
Return the ValueLabel property value.
Definition at line 840 of file DependencyValueViewer.java. |
|
Return the ValueScrollPane property value.
Definition at line 863 of file DependencyValueViewer.java. |
|
Return the ValueTree property value.
Definition at line 908 of file DependencyValueViewer.java. |
|
Return the ValuesPanel property value.
Definition at line 884 of file DependencyValueViewer.java. |
|
Insert the method's description here. Creation date: (00-11-5 14:40:25)
Definition at line 953 of file DependencyValueViewer.java. |
|
Called whenever the part throws an exception.
Definition at line 971 of file DependencyValueViewer.java. |
|
Initializes connections
Definition at line 982 of file DependencyValueViewer.java. |
|
Initialize the class. Definition at line 995 of file DependencyValueViewer.java. |
|
main entrypoint - starts the part when it is run as an application
Definition at line 1015 of file DependencyValueViewer.java. |
|
Method to handle events for the MouseListener interface.
Definition at line 1035 of file DependencyValueViewer.java. |
|
Method to handle events for the MouseListener interface.
Definition at line 1048 of file DependencyValueViewer.java. |
|
Method to handle events for the MouseListener interface.
Definition at line 1059 of file DependencyValueViewer.java. |
|
Method to handle events for the MouseListener interface.
Definition at line 1070 of file DependencyValueViewer.java. |
|
Method to handle events for the MouseListener interface.
Definition at line 1081 of file DependencyValueViewer.java. |
|
Insert the method's description here. Creation date: (00-11-10 14:17:13)
Definition at line 1092 of file DependencyValueViewer.java. |
|
Insert the method's description here. Creation date: (00-11-7 13:51:33)
Definition at line 1114 of file DependencyValueViewer.java. |
|
Insert the method's description here. Creation date: (00-11-5 15:04:23) Definition at line 1121 of file DependencyValueViewer.java. |
|
Method to handle events for the TreeSelectionListener interface.
Definition at line 1134 of file DependencyValueViewer.java. |
|
Comment Definition at line 1145 of file DependencyValueViewer.java. |
|
Comment Definition at line 1173 of file DependencyValueViewer.java. |
|
Method to handle events for the WindowListener interface.
Definition at line 1193 of file DependencyValueViewer.java. |
|
Method to handle events for the WindowListener interface.
Definition at line 1204 of file DependencyValueViewer.java. |
|
Method to handle events for the WindowListener interface.
Definition at line 1217 of file DependencyValueViewer.java. |
|
Method to handle events for the WindowListener interface.
Definition at line 1228 of file DependencyValueViewer.java. |
|
Method to handle events for the WindowListener interface.
Definition at line 1239 of file DependencyValueViewer.java. |
|
Method to handle events for the WindowListener interface.
Definition at line 1250 of file DependencyValueViewer.java. |
|
Method to handle events for the WindowListener interface.
Definition at line 1261 of file DependencyValueViewer.java. |