Public Methods | |
JimpleViewer () | |
JimpleViewer (java.awt.LayoutManager layout) | |
JimpleViewer (java.awt.LayoutManager layout, boolean isDoubleBuffered) | |
JimpleViewer (boolean isDoubleBuffered) | |
javax swing JTextArea | getJimpleTextArea () |
javax swing JScrollPane | getJimpleTextScrollPane () |
javax swing JLabel | getJimpleTitleLabel () |
Static Public Methods | |
void | main (java.lang.String[] args) |
Private Methods | |
java awt BorderLayout | getJimpleViewerBorderLayout () |
void | handleException (java.lang.Throwable exception) |
void | initialize () |
Static Private Methods | |
void | getBuilderData () |
Private Attributes | |
JTextArea | ivjJimpleTextArea = null |
java awt BorderLayout | ivjJimpleViewerBorderLayout = null |
JScrollPane | ivjJimpleTextScrollPane = null |
JLabel | ivjJimpleTitleLabel = null |
Definition at line 9 of file JimpleViewer.java.
|
JimpleViewer constructor comment. Definition at line 17 of file JimpleViewer.java. |
|
JimpleViewer constructor comment.
Definition at line 25 of file JimpleViewer.java. |
|
JimpleViewer constructor comment.
Definition at line 33 of file JimpleViewer.java. |
|
JimpleViewer constructor comment.
Definition at line 40 of file JimpleViewer.java. |
|
Return the JimpleTextArea property value.
Definition at line 80 of file JimpleViewer.java. |
|
Return the JimpleTextScrollPane property value.
Definition at line 102 of file JimpleViewer.java. |
|
Return the JimpleTitleLabel property value.
Definition at line 123 of file JimpleViewer.java. |
|
Return the JimpleViewerBorderLayout property value.
Definition at line 149 of file JimpleViewer.java. |
|
Called whenever the part throws an exception.
Definition at line 165 of file JimpleViewer.java. |
|
Initialize the class. Definition at line 175 of file JimpleViewer.java. |
|
main entrypoint - starts the part when it is run as an application
Definition at line 197 of file JimpleViewer.java. |