Uses of Class
de.f0rce.ace.util.AceCursorPosition
Packages that use AceCursorPosition
-
Uses of AceCursorPosition in de.f0rce.ace
Methods in de.f0rce.ace that return AceCursorPositionModifier and TypeMethodDescriptionAceEditor.getCursorPosition()Returns anAceCursorPositionwhich contains the current cursor position values.Methods in de.f0rce.ace with parameters of type AceCursorPositionModifier and TypeMethodDescriptionvoidAceEditor.setCursorPosition(AceCursorPosition cursorPosition) Sets the cursor position of the editor under use ofAceCursorPosition(which can be retrieved withAceEditor.getCursorPosition()).voidAceEditor.setCursorPosition(AceCursorPosition cursorPosition, boolean focus) Sets the cursor position of the editor under use ofAceCursorPosition(which can be retrieved withAceEditor.getCursorPosition()), it can be focused on demand. -
Uses of AceCursorPosition in de.f0rce.ace.events
Methods in de.f0rce.ace.events that return AceCursorPositionModifier and TypeMethodDescriptionAceBlurChanged.getCursorPosition()Returns the current cursor position of the editor.AceForceSyncDomEvent.getCursorPosition()Returns the current cursor position of the editor.AceForceSyncEvent.getCursorPosition()Returns the current cursor position of the editor.AceSelectionChanged.getCursorPosition()Returns the current cursor position of the editor.Constructors in de.f0rce.ace.events with parameters of type AceCursorPositionModifierConstructorDescriptionAceForceSyncEvent(AceEditor source, boolean fromClient, String value, AceSelection selection, AceCursorPosition cursorPosition) -
Uses of AceCursorPosition in de.f0rce.ace.util
Methods in de.f0rce.ace.util with parameters of type AceCursorPositionModifier and TypeMethodDescriptionbooleanAceCursorPosition.compareTo(AceCursorPosition a) Check if one instance of theAceCursorPositionis equal to another.static StringAceJSON.generateCursorPositionJSON(AceCursorPosition cursorPosition)