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

Public Member Functions

void dispose ()
 
void keyTyped (KeyEvent evt)
 
void keyPressed (KeyEvent evt)
 
void keyReleased (KeyEvent evt)
 
- 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 DeleteDialog getDeleteDialog (MatrixTreeNode[] nodes, Point locationOnScreen, Dimension treeDimension)
 
- 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

The DeleteDialog class is the delete confirmation popup when a a node(s) is selected for deletion.

Author
Nathan de Vries ndvri.nosp@m.es@s.nosp@m.quiz..nosp@m.net

Definition at line 39 of file DeleteDialog.java.

Member Function Documentation

static DeleteDialog getDeleteDialog ( MatrixTreeNode[]  nodes,
Point  locationOnScreen,
Dimension  treeDimension 
)
inlinestatic

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

Returns
a new or existing DeleteDialog

Definition at line 170 of file DeleteDialog.java.


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