|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exolab.jms.jndiadministration.QueryDialog
public class QueryDialog
A generic query dialaog, used to confirm all add/delete operations. The class is just a wrapper around a JOptionMenuPane .
AdminMgr| Constructor Summary | |
|---|---|
QueryDialog(javax.swing.JFrame parent)
Creates new form QueryDialog |
|
| Method Summary | |
|---|---|
static QueryDialog |
create(javax.swing.JFrame parent)
Create the one and only instance of the Query Dialog. |
void |
display(java.lang.String st)
Popup the dialog and wait for the user to either OK or Cancel. |
static QueryDialog |
instance()
Get the one and only instance of this dialog. |
boolean |
isConfirmed()
Will return true if the action was confirmed. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QueryDialog(javax.swing.JFrame parent)
parent - The form dialog| Method Detail |
|---|
public static QueryDialog instance()
public static QueryDialog create(javax.swing.JFrame parent)
parent - the parent of this dialog
public void display(java.lang.String st)
st - The string to display.public boolean isConfirmed()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||