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

Data Structures

class  ButtonHandler
 

Public Member Functions

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 SearchDialog getSearchDialog (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

Definition at line 27 of file SearchDialog.java.

Member Function Documentation

static SearchDialog getSearchDialog ( Point  locationOnScreen,
Dimension  treeDimension 
)
inlinestatic

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

Returns
a new or existing SearchDialog

Definition at line 58 of file SearchDialog.java.


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