LinkerState

Package: docking.widgets.textfield
Type: class

9.0.2_PUBLIC

addedmethod: equals
boolean equals(java.lang.Object o)
addedmethod: getGlobalCaret
int getGlobalCaret(int omitSep)
addedmethod: getText
java.lang.String getText(int omitSep)
addedmethod: getTextBeforeCursor
java.lang.String getTextBeforeCursor(int field)
addedmethod: isAfterSep
boolean isAfterSep(int field)
addedmethod: isBeforeSep
boolean isBeforeSep(int field)
addedmethod: navigateFieldLeft
void navigateFieldLeft(int field)
addedmethod: navigateFieldRight
void navigateFieldRight(int field)
addedmethod: removeSep
void removeSep(int sep)
addedmethod: setGlobalCaret
void setGlobalCaret(int caret) throws BadLocationException
addedmethod: setText
int setText(java.lang.String text)
modifiedmethod: copy
return type: LinkerState → LinkerState
- TextFieldLinker.LinkerState copy()
+ docking.widgets.textfield.TextFieldLinker.LinkerState copy()

9.0.1_PUBLIC

introducedInitial version