
Public Member Functions | |
| boolean | getActionCancelled () |
| void | setActionCancelled (boolean cancelled) |
| String | getDestinationName () |
| void | setDestinationName (String name) |
| String | getDestinationType () |
Static Public Member Functions | |
| static CreateDestinationDialog | initialize (Frame parent) |
| static CreateDestinationDialog | showDialog () throws Exception |
Definition at line 28 of file CreateDestinationDialog.java.
| static CreateDestinationDialog org.objectweb.joram.client.tools.admin.CreateDestinationDialog.initialize | ( | Frame | parent | ) | [static] |
Set up the dialog. The first argument can be null, but it really should be a component in the dialog's controlling frame.
Definition at line 53 of file CreateDestinationDialog.java.
| static CreateDestinationDialog org.objectweb.joram.client.tools.admin.CreateDestinationDialog.showDialog | ( | ) | throws Exception [static] |
Show the initialized dialog. The first argument should be null if you want the dialog to come up in the center of the screen. Otherwise, the argument should be the component on top of which the dialog should appear.
Definition at line 65 of file CreateDestinationDialog.java.
References org.objectweb.joram.client.tools.admin.CreateDestinationDialog.defaultType, org.objectweb.joram.client.tools.admin.CreateDestinationDialog.destNameField, org.objectweb.joram.client.tools.admin.CreateDestinationDialog.parent, and org.objectweb.joram.client.tools.admin.CreateDestinationDialog.setActionCancelled().
Here is the call graph for this function:

1.5.0