|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exolab.jms.jndiadministration.ObjectDialog
public class ObjectDialog
A simple dialog to collect information for creating Contexts and objects
AdminMgr
Field Summary | |
---|---|
static int |
CANCELED
|
static int |
CONFIRMED
|
Constructor Summary | |
---|---|
ObjectDialog(javax.swing.JFrame parent)
Creates new form ObjectDialog |
Method Summary | |
---|---|
static ObjectDialog |
create(javax.swing.JFrame parent)
Create the one and only instance of the Object Dialog. |
void |
display(java.lang.String displayString,
java.lang.String name)
Display the dialog. |
java.lang.String |
getName()
Get the name selected for this Object |
static ObjectDialog |
instance()
Get the one and only instance of this dialog. |
boolean |
isConfirmed()
Whether this dialog was confirmed or canceled. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int CANCELED
public static final int CONFIRMED
Constructor Detail |
---|
public ObjectDialog(javax.swing.JFrame parent)
parent
- The parent form.Method Detail |
---|
public static ObjectDialog instance()
public static ObjectDialog create(javax.swing.JFrame parent)
parent
- the parent of this dialog
public void display(java.lang.String displayString, java.lang.String name)
displayString
- The display stringname
- The dialog namepublic boolean isConfirmed()
public java.lang.String getName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |