Squiz Matrix
4.12.2
|
Data Structures | |
class | removeAllNodesAction |
class | removeSelectionNodesAction |
class | SelectionTree |
Public Member Functions | |
void | setNodes (MatrixTreeNode[] nodes) |
void | removeAllNodes () |
Public Member Functions inherited from MatrixDialog | |
void | dispose () |
Point | getPrevLoc () |
void | centerDialogOnTree (Point locationOnScreen, Dimension treeDimension, Point prevLoc) |
JPanel | getTopPanel (String dialogTitle) |
void | closeOnClick (final JLabel component, final String img_prefix) |
void | enableDrag (final JComponent component) |
void | setLocation (int x, int y, boolean force) |
Static Public Member Functions | |
static SelectionDialog | getSelectionDialog () |
Static Public Member Functions inherited from MatrixDialog | |
static MatrixDialog | getDialog (Class cls) |
static void | putDialog (MatrixDialog dialog) |
static boolean | hasDialog (Class cls) |
Additional Inherited Members | |
Data Fields inherited from MatrixDialog | |
Cursor | HAND_CURSOR = new Cursor(Cursor.HAND_CURSOR) |
Cursor | DEFAULT_CURSOR = new Cursor(Cursor.DEFAULT_CURSOR) |
Definition at line 29 of file SelectionDialog.java.
|
inlinestatic |
Creates a new SelectionDialog if one does not exists, otherwise the existing SearchDialog is brought to the front and given focus
Definition at line 67 of file SelectionDialog.java.
|
inline |
Removes all nodes from the selection tree
Definition at line 110 of file SelectionDialog.java.
|
inline |
Set the nodes for the selection tree to the specified nodes
nodes | the nodes to set the selection tree to |
Definition at line 102 of file SelectionDialog.java.