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

Public Member Functions

void keyTyped (KeyEvent evt)
 
void keyPressed (KeyEvent evt)
 
void keyReleased (KeyEvent evt)
 
void dispose ()
 
- 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 ErrorDialog getErrorDialog (String message, String title, 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 ErrorDialog 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 ErrorDialog.java.

Member Function Documentation

static ErrorDialog getErrorDialog ( String  message,
String  title,
Point  locationOnScreen,
Dimension  treeDimension 
)
inlinestatic

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

Returns
a new or existing ErrorDialog

Definition at line 128 of file ErrorDialog.java.


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