

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