
Classes | |
| class | IvjEventHandler |
Public Member Functions | |
| AccessDestroyWindow () | |
| AccessDestroyWindow (javax.swing.JFrame owner) | |
| void | addError () |
| void | terminate () |
| void | terminate (boolean checkErrors) |
Static Public Member Functions | |
| static void | main (java.lang.String[] args) |
Package Attributes | |
| IvjEventHandler | ivjEventHandler = new IvjEventHandler() |
Private Member Functions | |
| void | connEtoC1 (java.awt.event.ActionEvent arg1) |
| javax.swing.JButton | getJButton1 () |
| javax.swing.JPanel | getJFrameContentPane () |
| javax.swing.JLabel | getJLabel1 () |
| void | handleException (java.lang.Throwable exception) |
| void | initConnections () throws java.lang.Exception |
| void | initialize () |
Private Attributes | |
| javax.swing.JButton | ivjJButton1 = null |
| javax.swing.JPanel | ivjJFrameContentPane = null |
| javax.swing.JLabel | ivjJLabel1 = null |
| int | errorCount = 0 |
Insert the type's description here. Creation date: (28.6.2001 0:46:37)
| si::ijs::acs::objectexplorer::AccessDestroyWindow::AccessDestroyWindow | ( | ) | [inline] |
| si::ijs::acs::objectexplorer::AccessDestroyWindow::AccessDestroyWindow | ( | javax.swing.JFrame | owner | ) | [inline] |
AccessDestroyer constructor comment.
| treehandler | si.ijs.acs.objectexplorer.TreeHandlerBean |
References initialize().
| void si::ijs::acs::objectexplorer::AccessDestroyWindow::addError | ( | ) | [inline] |
Insert the method's description here. Creation date: (29.6.2001 23:24:43)
References errorCount, and getJLabel1().
Referenced by si::ijs::acs::objectexplorer::NotificationBean::reportError().
| void si::ijs::acs::objectexplorer::AccessDestroyWindow::connEtoC1 | ( | java.awt.event.ActionEvent | arg1 | ) | [inline, private] |
connEtoC1: (JButton1.action.actionPerformed(java.awt.event.ActionEvent) --> AccessDestroyWindow.terminate()V)
| arg1 | java.awt.event.ActionEvent |
References handleException(), and terminate().
Referenced by si::ijs::acs::objectexplorer::AccessDestroyWindow::IvjEventHandler::actionPerformed().
| javax.swing.JButton si::ijs::acs::objectexplorer::AccessDestroyWindow::getJButton1 | ( | ) | [inline, private] |
Return the JButton1 property value.
References handleException(), and ivjJButton1.
Referenced by getJFrameContentPane(), initConnections(), and terminate().
| javax.swing.JPanel si::ijs::acs::objectexplorer::AccessDestroyWindow::getJFrameContentPane | ( | ) | [inline, private] |
Return the JFrameContentPane property value.
References getJButton1(), getJLabel1(), handleException(), and ivjJFrameContentPane.
Referenced by initialize().
| javax.swing.JLabel si::ijs::acs::objectexplorer::AccessDestroyWindow::getJLabel1 | ( | ) | [inline, private] |
Return the JLabel1 property value.
References handleException(), and ivjJLabel1.
Referenced by addError(), and getJFrameContentPane().
| void si::ijs::acs::objectexplorer::AccessDestroyWindow::handleException | ( | java.lang.Throwable | exception | ) | [inline, private] |
Called whenever the part throws an exception.
| exception | java.lang.Throwable |
Referenced by connEtoC1(), getJButton1(), getJFrameContentPane(), getJLabel1(), and initialize().
| void si::ijs::acs::objectexplorer::AccessDestroyWindow::initConnections | ( | ) | throws java.lang.Exception [inline, private] |
Initializes connections
| java.lang.Exception | The exception description. |
References getJButton1(), and ivjEventHandler.
Referenced by initialize().
| void si::ijs::acs::objectexplorer::AccessDestroyWindow::initialize | ( | ) | [inline, private] |
Initialize the class.
References getJFrameContentPane(), handleException(), and initConnections().
Referenced by AccessDestroyWindow().
| static void si::ijs::acs::objectexplorer::AccessDestroyWindow::main | ( | java.lang.String[] | args | ) | [inline, static] |
main entrypoint - starts the part when it is run as an application
| args | java.lang.String[] |
References AccessDestroyWindow().
| void si::ijs::acs::objectexplorer::AccessDestroyWindow::terminate | ( | boolean | checkErrors | ) | [inline] |
Insert the method's description here. Creation date: (28.6.2001 1:17:05)
References errorCount, getJButton1(), and terminate().
| void si::ijs::acs::objectexplorer::AccessDestroyWindow::terminate | ( | ) | [inline] |
Insert the method's description here. Creation date: (28.6.2001 1:17:05)
Referenced by connEtoC1(), si::ijs::acs::objectexplorer::TreeHandlerBean::accessDestroyer::run(), and terminate().
int si::ijs::acs::objectexplorer::AccessDestroyWindow::errorCount = 0 [private] |
Referenced by addError(), and terminate().
IvjEventHandler si::ijs::acs::objectexplorer::AccessDestroyWindow::ivjEventHandler = new IvjEventHandler() [package] |
Referenced by initConnections().
javax.swing.JButton si::ijs::acs::objectexplorer::AccessDestroyWindow::ivjJButton1 = null [private] |
Referenced by getJButton1().
javax.swing.JPanel si::ijs::acs::objectexplorer::AccessDestroyWindow::ivjJFrameContentPane = null [private] |
Referenced by getJFrameContentPane().
javax.swing.JLabel si::ijs::acs::objectexplorer::AccessDestroyWindow::ivjJLabel1 = null [private] |
Referenced by getJLabel1().
1.6.2