Package org.gvsig.scripting.swing.api
Interface JTextEditor
- All Superinterfaces:
org.gvsig.tools.swing.api.Component,JEditor
- All Known Subinterfaces:
JCodeEditor,JDialogEditor
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddUpdateCaretPositionActionListener(ActionListener actionlistener) intvoidgotoline(int line) voidreload()voidselectLine(int line) Methods inherited from interface org.gvsig.tools.swing.api.Component
asJComponentMethods inherited from interface org.gvsig.scripting.swing.api.JEditor
addChangeListener, fetch, getUnit, isModified, save, set
-
Method Details
-
reload
void reload() -
selectLine
void selectLine(int line) -
gotoline
void gotoline(int line) -
getLineCount
int getLineCount() -
getJTextComponent
JTextComponent getJTextComponent() -
getSyntaxtHighlightTextComponent
SyntaxtHighlightTextComponent getSyntaxtHighlightTextComponent() -
addUpdateCaretPositionActionListener
-