Public Member Functions | |
SmartTextArea () | |
SmartTextArea (int rows, int columns) | |
SmartTextArea (String text) | |
SmartTextArea (String text, int rows, int columns) | |
SmartTextArea (javax.swing.text.Document doc) | |
SmartTextArea (javax.swing.text.Document doc, String text, int rows, int columns) | |
void | append (String text) |
javax.swing.JFileChooser | getFileChooser () |
int | getMaxLines () |
javax.swing.JPopupMenu | getPopup () |
void | insert (String text, int pos) |
boolean | isAuto_cut () |
boolean | isAuto_scroll () |
void | saveTextToFile () |
void | setAuto_cut (boolean newAuto_cut) |
void | setAuto_scroll (boolean newAuto_scroll) |
void | setFileChooser (javax.swing.JFileChooser newFileChooser) |
void | setMaxLines (int newMax_no_lines) |
synchronized void | showPopup (java.awt.event.MouseEvent mouseEvent) |
void | textInserted () |
Static Public Member Functions | |
void | main (java.lang.String[] args) |
Package Attributes | |
IvjEventHandler | ivjEventHandler = new IvjEventHandler() |
Private Member Functions | |
void | connEtoC1 (java.awt.event.MouseEvent arg1) |
void | connEtoC2 (java.awt.event.ActionEvent arg1) |
javax.swing.JMenuItem | getJMenuItem1 () |
void | handleException (java.lang.Throwable exception) |
void | initConnections () throws java.lang.Exception |
void | initialize () |
Private Attributes | |
int | max_no_lines = 500 |
boolean | auto_scroll = true |
boolean | auto_cut = true |
javax.swing.JFileChooser | fileChooser = null |
boolean | popupInitialized = false |
javax.swing.JMenuItem | ivjJMenuItem1 = null |
javax.swing.JPopupMenu | ivjJPopupMenu1 = null |
|
SmartTextArea constructor comment. |
|
SmartTextArea constructor comment.
|
|
SmartTextArea constructor comment.
|
|
SmartTextArea constructor comment.
|
|
SmartTextArea constructor comment.
|
|
SmartTextArea constructor comment.
|
|
Creation date: (23.10.2001 21:38:33)
|
|
connEtoC1: (SmartTextArea.mouse.mouseClicked(java.awt.event.MouseEvent) --> SmartTextArea.showPopup(Ljava.awt.event.MouseEvent;)V)
|
|
connEtoC2: (JMenuItem1.action.actionPerformed(java.awt.event.ActionEvent) --> SmartTextArea.saveTextToFile()V)
|
|
Insert the method's description here. Creation date: (1.2.2002 16:35:09)
|
|
Return the JMenuItem1 property value.
|
|
Creation date: (23.10.2001 19:58:56)
|
|
|
|
Called whenever the part throws an exception.
|
|
Initializes connections
|
|
Initialize the class. |
|
Creation date: (23.10.2001 21:41:28)
|
|
Creation date: (23.10.2001 19:58:56)
|
|
Creation date: (23.10.2001 19:58:56)
|
|
main entrypoint - starts the part when it is run as an application
|
|
Comment |
|
Creation date: (23.10.2001 19:58:56)
|
|
Creation date: (23.10.2001 19:58:56)
|
|
Insert the method's description here. Creation date: (1.2.2002 16:35:09)
|
|
Creation date: (23.10.2001 19:58:56)
|
|
Comment |
|
Method should be called when text was inserted |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|