Public Member Functions | |
CorbalocDialog () | |
CorbalocDialog (java.awt.Dialog owner) | |
CorbalocDialog (java.awt.Dialog owner, String title) | |
CorbalocDialog (java.awt.Dialog owner, String title, boolean modal) | |
CorbalocDialog (java.awt.Dialog owner, boolean modal) | |
CorbalocDialog (java.awt.Frame owner) | |
CorbalocDialog (java.awt.Frame owner, String title) | |
CorbalocDialog (java.awt.Frame owner, String title, boolean modal) | |
CorbalocDialog (java.awt.Frame owner, boolean modal) | |
boolean | getDebugSelected () |
java.lang.String | getManagerFieldText () |
java.lang.String | getRepositoryFieldText () |
boolean | isOKed () |
void | oKButton_ActionPerformed (java.awt.event.ActionEvent actionEvent) |
void | setDebugSelected (boolean arg1) |
void | setManagerFieldText (java.lang.String arg1) |
void | setRepositoryFieldText (java.lang.String arg1) |
Static Public Member Functions | |
void | main (java.lang.String[] args) |
Package Attributes | |
IvjEventHandler | ivjEventHandler = new IvjEventHandler() |
Private Member Functions | |
void | connEtoM1 (java.awt.event.ActionEvent arg1) |
void | connEtoM2 (java.awt.event.ActionEvent arg1) |
void | connEtoM3 (java.awt.event.ActionEvent arg1) |
javax.swing.JCheckBox | getDebug () |
javax.swing.JLabel | getHelpLabel () |
javax.swing.JLabel | getInstructionLabel () |
javax.swing.JLabel | getIRLabel () |
javax.swing.JPanel | getJDialogContentPane () |
javax.swing.JPanel | getJPanel1 () |
javax.swing.JTextField | getManagerField () |
javax.swing.JLabel | getManagerLabel () |
javax.swing.JButton | getOKButton () |
javax.swing.JTextField | getRepositoryField () |
void | handleException (java.lang.Throwable exception) |
void | initConnections () throws java.lang.Exception |
void | initialize () |
Private Attributes | |
JLabel | ivjHelpLabel = null |
JLabel | ivjInstructionLabel = null |
JLabel | ivjIRLabel = null |
JPanel | ivjJDialogContentPane = null |
JPanel | ivjJPanel1 = null |
JTextField | ivjManagerField = null |
JLabel | ivjManagerLabel = null |
JButton | ivjOKButton = null |
JTextField | ivjRepositoryField = null |
JCheckBox | ivjDebug = null |
boolean | isOKed = false |
|
CorbalocDialog constructor comment. |
|
CorbalocDialog constructor comment.
|
|
CorbalocDialog constructor comment.
|
|
CorbalocDialog constructor comment.
|
|
CorbalocDialog constructor comment.
|
|
CorbalocDialog constructor comment.
|
|
CorbalocDialog constructor comment.
|
|
CorbalocDialog constructor comment.
|
|
CorbalocDialog constructor comment.
|
|
connEtoM1: (OKButton.action.actionPerformed(java.awt.event.ActionEvent) --> CorbalocDialog.dispose()V)
|
|
connEtoM2: (ManagerField.action.actionPerformed(java.awt.event.ActionEvent) --> RepositoryField.requestFocus()V)
|
|
connEtoM3: (RepositoryField.action.actionPerformed(java.awt.event.ActionEvent) --> CorbalocDialog.dispose()V)
|
|
Return the Debug property value.
|
|
Method generated to support the promotion of the debugSelected attribute.
|
|
Return the HelpLabel property value.
|
|
Return the InstructionLabel property value.
|
|
Return the IRLabel property value.
|
|
Return the JDialogContentPane property value.
|
|
Return the JPanel1 property value.
|
|
Return the ManagerField property value.
|
|
Method generated to support the promotion of the managerFieldText attribute.
|
|
Return the ManagerLabel property value.
|
|
Return the OKButton property value.
|
|
Return the RepositoryField property value.
|
|
Method generated to support the promotion of the repositoryFieldText attribute.
|
|
Called whenever the part throws an exception.
|
|
Initializes connections
|
|
Initialize the class. |
|
Insert the method's description here. Creation date: (6/29/2001 11:21:00 AM)
|
|
main entrypoint - starts the part when it is run as an application
|
|
Comment |
|
Method generated to support the promotion of the debugSelected attribute.
|
|
Method generated to support the promotion of the managerFieldText attribute.
|
|
Method generated to support the promotion of the repositoryFieldText attribute.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|