Public Member Functions | |
ErrorDialog () | |
ErrorDialog (java.awt.Frame owner, String title, String message) | |
void | addError (final String message) |
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) |
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 |
|
Constructor |
|
ErrorDialog constructor comment.
|
|
ErrorDialog constructor comment.
|
|
connEtoM1: (JButton1.action.actionPerformed(java.awt.event.ActionEvent) --> ErrorDialog.dispose()V)
|
|
Return the JButton1 property value.
|
|
Return the JDialogContentPane property value.
|
|
Return the JScrollPane1 property value.
|
|
Return the JTextPane1 property value.
|
|
Called whenever the part throws an exception.
|
|
Initializes connections
|
|
Initialize the class. |
|
main entrypoint - starts the part when it is run as an application
|
|
|
|
|
|
|
|
|
|
|