Interface JTextEditor

All Superinterfaces:
org.gvsig.tools.swing.api.Component, JEditor
All Known Subinterfaces:
JCodeEditor, JDialogEditor

public interface JTextEditor extends JEditor
  • 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

      void addUpdateCaretPositionActionListener(ActionListener actionlistener)