
Classes | |
| class | IvjEventHandler |
Public Member Functions | |
| ErrorDialog () | |
| ErrorDialog (java.awt.Frame owner, String title, String message) | |
| void | addError (final String message) |
Static Public Member Functions | |
| static void | main (java.lang.String[] args) |
Package Attributes | |
| IvjEventHandler | ivjEventHandler = new IvjEventHandler() |
Private Member Functions | |
| void | connEtoM1 (java.awt.event.ActionEvent arg1) |
| javax.swing.JButton | getJButton1 () |
| javax.swing.JPanel | getJDialogContentPane () |
| javax.swing.JScrollPane | getJScrollPane1 () |
| void | handleException (Throwable exception) |
| void | initConnections () throws java.lang.Exception |
| void | initialize () |
| javax.swing.JTextPane | getJTextPane1 () |
Private Attributes | |
| javax.swing.JButton | ivjJButton1 = null |
| javax.swing.JPanel | ivjJDialogContentPane = null |
| javax.swing.JScrollPane | ivjJScrollPane1 = null |
| SmartTextPane | ivjJTextPane1 = null |
Insert the type's description here. Creation date: (9/26/98 3:07:37 PM)
edited: | by: | for the reason of: ________________________________________________________________________ 07.05.2001 | Miha Kadunc | Making TextArea selectable and non-editable | | and changing the look a bit
| si::ijs::acs::objectexplorer::ErrorDialog::ErrorDialog | ( | ) | [inline] |
| si::ijs::acs::objectexplorer::ErrorDialog::ErrorDialog | ( | java.awt.Frame | owner, | |
| String | title, | |||
| String | message | |||
| ) | [inline] |
ErrorDialog constructor comment.
| owner | java.awt.Frame | |
| title | java.lang.String | |
| modal | boolean |
References initialize(), and ivjJTextPane1.
| void si::ijs::acs::objectexplorer::ErrorDialog::addError | ( | final String | message | ) | [inline] |
ErrorDialog constructor comment.
| owner | java.awt.Frame | |
| title | java.lang.String | |
| modal | boolean |
References getJTextPane1().
Referenced by main(), and si::ijs::acs::objectexplorer::NotificationBean::reportError().
| void si::ijs::acs::objectexplorer::ErrorDialog::connEtoM1 | ( | java.awt.event.ActionEvent | arg1 | ) | [inline, private] |
connEtoM1: (JButton1.action.actionPerformed(java.awt.event.ActionEvent) --> ErrorDialog.dispose()V)
| arg1 | java.awt.event.ActionEvent |
References handleException().
Referenced by si::ijs::acs::objectexplorer::ErrorDialog::IvjEventHandler::actionPerformed().
| javax.swing.JButton si::ijs::acs::objectexplorer::ErrorDialog::getJButton1 | ( | ) | [inline, private] |
Return the JButton1 property value.
References handleException(), and ivjJButton1.
Referenced by getJDialogContentPane(), and initConnections().
| javax.swing.JPanel si::ijs::acs::objectexplorer::ErrorDialog::getJDialogContentPane | ( | ) | [inline, private] |
Return the JDialogContentPane property value.
References getJButton1(), getJScrollPane1(), handleException(), and ivjJDialogContentPane.
Referenced by initialize().
| javax.swing.JScrollPane si::ijs::acs::objectexplorer::ErrorDialog::getJScrollPane1 | ( | ) | [inline, private] |
Return the JScrollPane1 property value.
References getJTextPane1(), handleException(), and ivjJScrollPane1.
Referenced by getJDialogContentPane().
| javax.swing.JTextPane si::ijs::acs::objectexplorer::ErrorDialog::getJTextPane1 | ( | ) | [inline, private] |
Return the JTextPane1 property value.
References handleException(), and ivjJTextPane1.
Referenced by addError(), and getJScrollPane1().
| void si::ijs::acs::objectexplorer::ErrorDialog::handleException | ( | Throwable | exception | ) | [inline, private] |
Called whenever the part throws an exception.
| exception | java.lang.Throwable |
Referenced by connEtoM1(), getJButton1(), getJDialogContentPane(), getJScrollPane1(), getJTextPane1(), and initialize().
| void si::ijs::acs::objectexplorer::ErrorDialog::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::ErrorDialog::initialize | ( | ) | [inline, private] |
Initialize the class.
References getJDialogContentPane(), handleException(), and initConnections().
Referenced by ErrorDialog().
| static void si::ijs::acs::objectexplorer::ErrorDialog::main | ( | java.lang.String[] | args | ) | [inline, static] |
main entrypoint - starts the part when it is run as an application
| args | java.lang.String[] |
References addError(), and ErrorDialog().
IvjEventHandler si::ijs::acs::objectexplorer::ErrorDialog::ivjEventHandler = new IvjEventHandler() [package] |
Referenced by initConnections().
javax.swing.JButton si::ijs::acs::objectexplorer::ErrorDialog::ivjJButton1 = null [private] |
Referenced by getJButton1().
javax.swing.JPanel si::ijs::acs::objectexplorer::ErrorDialog::ivjJDialogContentPane = null [private] |
Referenced by getJDialogContentPane().
javax.swing.JScrollPane si::ijs::acs::objectexplorer::ErrorDialog::ivjJScrollPane1 = null [private] |
Referenced by getJScrollPane1().
SmartTextPane si::ijs::acs::objectexplorer::ErrorDialog::ivjJTextPane1 = null [private] |
Referenced by ErrorDialog(), and getJTextPane1().
1.6.2