Uses of Class
ij.plugin.frame.jedit.TextAreaDefaults

Packages that use TextAreaDefaults
ij.plugin.frame.jedit   
 

Uses of TextAreaDefaults in ij.plugin.frame.jedit
 

Methods in ij.plugin.frame.jedit that return TextAreaDefaults
static TextAreaDefaults TextAreaDefaults.getDefaults()
          Returns a new TextAreaDefaults object with the default values filled in.
 

Constructors in ij.plugin.frame.jedit with parameters of type TextAreaDefaults
JEditTextArea(Editor editor, SyntaxDocument document, TextAreaDefaults defaults)
          Creates a new JEditTextArea with the specified settings.
JEditTextArea(Editor editor, TextAreaDefaults defaults)
          Creates a new JEditTextArea with the specified settings.
JEditTextArea(TextAreaDefaults defaults)
          Creates a new JEditTextArea with the specified settings.
TextAreaPainter(JEditTextArea textArea, TextAreaDefaults defaults)
          Creates a new repaint manager.