Uses of Class
mars.venus.editors.jeditsyntax.TextAreaDefaults
Packages that use TextAreaDefaults
-
Uses of TextAreaDefaults in mars.venus.editors.jeditsyntax
Methods in mars.venus.editors.jeditsyntax that return TextAreaDefaultsModifier and TypeMethodDescriptionstatic TextAreaDefaultsTextAreaDefaults.getDefaults()Returns a new TextAreaDefaults object with the default values filled in.Constructors in mars.venus.editors.jeditsyntax with parameters of type TextAreaDefaultsModifierConstructorDescriptionJEditTextArea(TextAreaDefaults defaults, JComponent lineNumbers)Creates a new JEditTextArea with the specified settings.TextAreaPainter(JEditTextArea textArea, TextAreaDefaults defaults)Creates a new repaint manager.