com::cosylab::gui::components::r2::SmartTextArea Class Reference
List of all members.
Detailed Description
Creation date: (23.10.2001 19:46:12)
- Author:
- :
Constructor & Destructor Documentation
| com::cosylab::gui::components::r2::SmartTextArea::SmartTextArea |
( |
|
) |
[inline] |
| com::cosylab::gui::components::r2::SmartTextArea::SmartTextArea |
( |
int |
rows, |
|
|
int |
columns | |
|
) |
| | [inline] |
| com::cosylab::gui::components::r2::SmartTextArea::SmartTextArea |
( |
String |
text |
) |
[inline] |
| com::cosylab::gui::components::r2::SmartTextArea::SmartTextArea |
( |
String |
text, |
|
|
int |
rows, |
|
|
int |
columns | |
|
) |
| | [inline] |
SmartTextArea constructor comment.
- Parameters:
-
| text | java.lang.String |
| rows | int |
| columns | int |
| com::cosylab::gui::components::r2::SmartTextArea::SmartTextArea |
( |
javax.swing.text.Document |
doc |
) |
[inline] |
SmartTextArea constructor comment.
- Parameters:
-
| doc | javax.swing.text.Document |
| com::cosylab::gui::components::r2::SmartTextArea::SmartTextArea |
( |
javax.swing.text.Document |
doc, |
|
|
String |
text, |
|
|
int |
rows, |
|
|
int |
columns | |
|
) |
| | [inline] |
SmartTextArea constructor comment.
- Parameters:
-
| doc | javax.swing.text.Document |
| text | java.lang.String |
| rows | int |
| columns | int |
Member Function Documentation
| void com::cosylab::gui::components::r2::SmartTextArea::append |
( |
String |
text |
) |
[inline] |
| void com::cosylab::gui::components::r2::SmartTextArea::connEtoC1 |
( |
java.awt.event.MouseEvent |
arg1 |
) |
[inline, private] |
| void com::cosylab::gui::components::r2::SmartTextArea::connEtoC2 |
( |
java.awt.event.ActionEvent |
arg1 |
) |
[inline, private] |
| javax.swing.JFileChooser com::cosylab::gui::components::r2::SmartTextArea::getFileChooser |
( |
|
) |
[inline] |
Insert the method's description here. Creation date: (1.2.2002 16:35:09)
- Returns:
- javax.swing.JFileChooser
References fileChooser.
Referenced by saveTextToFile().
| javax.swing.JMenuItem com::cosylab::gui::components::r2::SmartTextArea::getJMenuItem1 |
( |
|
) |
[inline, private] |
| int com::cosylab::gui::components::r2::SmartTextArea::getMaxLines |
( |
|
) |
[inline] |
Creation date: (23.10.2001 19:58:56)
- Returns:
- int
References max_no_lines.
| javax.swing.JPopupMenu com::cosylab::gui::components::r2::SmartTextArea::getPopup |
( |
|
) |
[inline] |
| void com::cosylab::gui::components::r2::SmartTextArea::handleException |
( |
java.lang.Throwable |
exception |
) |
[inline, private] |
| void com::cosylab::gui::components::r2::SmartTextArea::initConnections |
( |
|
) |
throws java.lang.Exception [inline, private] |
| void com::cosylab::gui::components::r2::SmartTextArea::initialize |
( |
|
) |
[inline, private] |
| void com::cosylab::gui::components::r2::SmartTextArea::insert |
( |
String |
text, |
|
|
int |
pos | |
|
) |
| | [inline] |
Creation date: (23.10.2001 21:41:28)
- Parameters:
-
| text | java.lang.String |
| pos | int |
References textInserted().
| boolean com::cosylab::gui::components::r2::SmartTextArea::isAuto_cut |
( |
|
) |
[inline] |
Creation date: (23.10.2001 19:58:56)
- Returns:
- boolean
References auto_cut.
| boolean com::cosylab::gui::components::r2::SmartTextArea::isAuto_scroll |
( |
|
) |
[inline] |
Creation date: (23.10.2001 19:58:56)
- Returns:
- boolean
References auto_scroll.
| static void com::cosylab::gui::components::r2::SmartTextArea::main |
( |
java.lang.String[] |
args |
) |
[inline, static] |
main entrypoint - starts the part when it is run as an application
- Parameters:
-
References append(), and SmartTextArea().
| void com::cosylab::gui::components::r2::SmartTextArea::saveTextToFile |
( |
|
) |
[inline] |
| void com::cosylab::gui::components::r2::SmartTextArea::setAuto_cut |
( |
boolean |
newAuto_cut |
) |
[inline] |
Creation date: (23.10.2001 19:58:56)
- Parameters:
-
References auto_cut.
| void com::cosylab::gui::components::r2::SmartTextArea::setAuto_scroll |
( |
boolean |
newAuto_scroll |
) |
[inline] |
Creation date: (23.10.2001 19:58:56)
- Parameters:
-
References auto_scroll.
| void com::cosylab::gui::components::r2::SmartTextArea::setFileChooser |
( |
javax.swing.JFileChooser |
newFileChooser |
) |
[inline] |
Insert the method's description here. Creation date: (1.2.2002 16:35:09)
- Parameters:
-
| newFileChooser | javax.swing.JFileChooser |
References fileChooser.
| void com::cosylab::gui::components::r2::SmartTextArea::setMaxLines |
( |
int |
newMax_no_lines |
) |
[inline] |
Creation date: (23.10.2001 19:58:56)
- Parameters:
-
References max_no_lines.
| synchronized void com::cosylab::gui::components::r2::SmartTextArea::showPopup |
( |
java.awt.event.MouseEvent |
mouseEvent |
) |
[inline] |
| void com::cosylab::gui::components::r2::SmartTextArea::textInserted |
( |
|
) |
[inline] |
Member Data Documentation
The documentation for this class was generated from the following file: