
Public Member Functions | |
| boolean | getActionCancelled () |
| void | setActionCancelled (boolean cancelled) |
| String | getAdminHost () |
| void | setAdminHost (String host) |
| int | getAdminPort () |
| void | setAdminPort (int port) |
| String | getAdminUser () |
| void | setAdminUser (String user) |
| String | getAdminPassword () |
| void | setAdminPassword (String passwd) |
Static Public Member Functions | |
| static ConnectAdminDialog | initialize (Frame parent) |
| static ConnectAdminDialog | showDialog () throws Exception |
Definition at line 30 of file ConnectAdminDialog.java.
| static ConnectAdminDialog org.objectweb.joram.client.tools.admin.ConnectAdminDialog.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 58 of file ConnectAdminDialog.java.
| static ConnectAdminDialog org.objectweb.joram.client.tools.admin.ConnectAdminDialog.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 76 of file ConnectAdminDialog.java.
References org.objectweb.joram.client.tools.admin.ConnectAdminDialog.parent, and org.objectweb.joram.client.tools.admin.ConnectAdminDialog.setActionCancelled().
Here is the call graph for this function:

1.5.0