Package org.gvsig.utils.console.jedit
Class TextAreaDefaults
java.lang.Object
org.gvsig.utils.console.jedit.TextAreaDefaults
Encapsulates default settings for a text area. This can be passed
to the constructor once the necessary fields have been filled out.
The advantage of doing this over calling lots of set() methods after
creating the text area is that this method is faster.
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanbooleanbooleanbooleanintbooleanintbooleanbooleanbooleanint -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TextAreaDefaultsReturns a new TextAreaDefaults object with the default values filled in.
-
Field Details
-
inputHandler
-
document
-
editable
public boolean editable -
caretVisible
public boolean caretVisible -
caretBlinks
public boolean caretBlinks -
blockCaret
public boolean blockCaret -
electricScroll
public int electricScroll -
cols
public int cols -
rows
public int rows -
styles
-
caretColor
-
selectionColor
-
lineHighlightColor
-
lineHighlight
public boolean lineHighlight -
bracketHighlightColor
-
bracketHighlight
public boolean bracketHighlight -
eolMarkerColor
-
eolMarkers
public boolean eolMarkers -
paintInvalid
public boolean paintInvalid -
popup
-
-
Constructor Details
-
TextAreaDefaults
public TextAreaDefaults()
-
-
Method Details
-
getDefaults
Returns a new TextAreaDefaults object with the default values filled in.
-