Squiz Matrix  4.12.2
 All Data Structures Namespaces Functions Variables Pages
SelectionDialog Class Reference
Inheritance diagram for SelectionDialog:
MatrixDialog

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)
 

Detailed Description

Author
Marc McIntyre mmcin.nosp@m.tyre.nosp@m.@squi.nosp@m.z.ne.nosp@m.t

Definition at line 29 of file SelectionDialog.java.

Member Function Documentation

static SelectionDialog getSelectionDialog ( )
inlinestatic

Creates a new SelectionDialog if one does not exists, otherwise the existing SearchDialog is brought to the front and given focus

Returns
a new or existing SelectionDialog

Definition at line 67 of file SelectionDialog.java.

void removeAllNodes ( )
inline

Removes all nodes from the selection tree

See Also
setNodes(MatrixTreeNode[])

Definition at line 110 of file SelectionDialog.java.

void setNodes ( MatrixTreeNode[]  nodes)
inline

Set the nodes for the selection tree to the specified nodes

Parameters
nodesthe nodes to set the selection tree to
See Also
removeAllNodes()

Definition at line 102 of file SelectionDialog.java.


The documentation for this class was generated from the following file: