Uses of Class
de.f0rce.ace.util.AceSelection
Package | Description |
---|---|
de.f0rce.ace | |
de.f0rce.ace.events | |
de.f0rce.ace.util |
-
Uses of AceSelection in de.f0rce.ace
Methods in de.f0rce.ace that return AceSelection Modifier and Type Method Description AceSelection
AceEditor. getSelection()
Returns anAceSelection
which contains the current selection values.Methods in de.f0rce.ace with parameters of type AceSelection Modifier and Type Method Description void
AceEditor. setSelection(AceSelection selection)
Sets the selection of the editor under use ofAceSelection
(which can be retrieved withAceEditor.getSelection()
).void
AceEditor. setSelection(AceSelection selection, boolean focus)
Sets the selection of the editor under use ofAceSelection
(which can be retrieved withAceEditor.getSelection()
), it can be focused on demand. -
Uses of AceSelection in de.f0rce.ace.events
Methods in de.f0rce.ace.events that return AceSelection Modifier and Type Method Description AceSelection
AceBlurChanged. getSelection()
Returns the current selection of the editor.AceSelection
AceForceSyncDomEvent. getSelection()
Returns the current selection of the editor.AceSelection
AceForceSyncEvent. getSelection()
Returns the current selection of the editor.AceSelection
AceSelectionChanged. getSelection()
Returns the current selection of the editor.Constructors in de.f0rce.ace.events with parameters of type AceSelection Constructor Description AceForceSyncEvent(AceEditor source, boolean fromClient, java.lang.String value, AceSelection selection, AceCursorPosition cursorPosition)
-
Uses of AceSelection in de.f0rce.ace.util
Methods in de.f0rce.ace.util with parameters of type AceSelection Modifier and Type Method Description boolean
AceSelection. compareTo(AceSelection a)
Check if one instance of theAceSelection
is equal to another.static java.lang.String
AceJSON. generateSelectionJSON(AceSelection selection)