Public Member Functions | |
| SmartTextPane () | |
| SmartTextPane (javax.swing.text.StyledDocument doc) | |
| void | append (String text) |
| javax.swing.JFileChooser | getFileChooser () |
| int | getMaxLines () |
| javax.swing.JPopupMenu | getPopup () |
| 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 newMaxLines) |
| void | setPopup (javax.swing.JPopupMenu newPopup) |
| void | textInserted () |
Static Public Member Functions | |
| void | main (String[] args) |
Private Member Functions | |
| void | initialize () |
| synchronized void | showPopup (java.awt.event.MouseEvent mouseEvent) |
Private Attributes | |
| JFileChooser | fileChooser = null |
| JPopupMenu | popup = null |
| boolean | auto_cut = true |
| boolean | auto_scroll = true |
| int | maxLines = 1000 |
| boolean | popupInitialized = false |
|
|
SmartTextPane constructor comment. |
|
|
SmartTextPane constructor comment.
|
|
|
Creation date: (23.10.2001 21:38:33)
|
|
|
Insert the method's description here. Creation date: (15.2.2002 17:43:56)
|
|
|
Insert the method's description here. Creation date: (15.2.2002 17:45:08)
|
|
|
Insert the method's description here. Creation date: (18.2.2002 17:58:02)
|
|
|
Insert the method's description here. Creation date: (18.2.2002 17:53:54) |
|
|
Insert the method's description here. Creation date: (15.2.2002 17:45:08)
|
|
|
Insert the method's description here. Creation date: (15.2.2002 17:45:08)
|
|
|
Insert the method's description here. Creation date: (15.2.2002 17:42:30)
|
|
|
Comment |
|
|
Insert the method's description here. Creation date: (15.2.2002 17:45:08)
|
|
|
Insert the method's description here. Creation date: (15.2.2002 17:45:08)
|
|
|
Insert the method's description here. Creation date: (15.2.2002 17:43:56)
|
|
|
Insert the method's description here. Creation date: (15.2.2002 17:45:08)
|
|
|
Insert the method's description here. Creation date: (18.2.2002 17:58:02)
|
|
|
Comment |
|
|
Method should be called when text was inserted |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.8