Uses of Class
de.f0rce.ace.util.AceSelection
Packages that use AceSelection
-
Uses of AceSelection in de.f0rce.ace
Methods in de.f0rce.ace that return AceSelectionModifier and TypeMethodDescriptionAceEditor.getSelection()Returns anAceSelectionwhich contains the current selection values.Methods in de.f0rce.ace with parameters of type AceSelectionModifier and TypeMethodDescriptionvoidAceEditor.setSelection(AceSelection selection) Sets the selection of the editor under use ofAceSelection(which can be retrieved withAceEditor.getSelection()).voidAceEditor.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 AceSelectionModifier and TypeMethodDescriptionAceBlurChanged.getSelection()Returns the current selection of the editor.AceForceSyncDomEvent.getSelection()Returns the current selection of the editor.AceForceSyncEvent.getSelection()Returns the current selection of the editor.AceSelectionChanged.getSelection()Returns the current selection of the editor.Constructors in de.f0rce.ace.events with parameters of type AceSelectionModifierConstructorDescriptionAceForceSyncEvent(AceEditor source, boolean fromClient, String value, AceSelection selection, AceCursorPosition cursorPosition) -
Uses of AceSelection in de.f0rce.ace.util
Methods in de.f0rce.ace.util with parameters of type AceSelectionModifier and TypeMethodDescriptionbooleanAceSelection.compareTo(AceSelection a) Check if one instance of theAceSelectionis equal to another.static StringAceJSON.generateSelectionJSON(AceSelection selection)