Module jEdit

Class StyleEditor

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class StyleEditor extends EnhancedDialog
Style editor dialog
See Also:
  • Constructor Details

  • Method Details

    • invokeForCaret

      public static void invokeForCaret(JEditTextArea textArea)
      Edit the syntax style of the token under the caret.
      Parameters:
      textArea - the textarea where your caret is
      Since:
      jEdit 4.4pre1
    • ok

      public void ok()
      Specified by:
      ok in class EnhancedDialog
    • cancel

      public void cancel()
      Specified by:
      cancel in class EnhancedDialog
    • getStyle

      public SyntaxStyle getStyle()