Interface | Description |
---|---|
GwtAceChangeCursorHandler |
Listens to Ace cursor changes.
|
GwtAceChangeHandler |
Listens to Ace text changes.
|
GwtAceChangeSelectionHandler |
Listens to Ace selection changes.
|
GwtAceFocusBlurHandler | |
GwtAceKeyboardHandler |
Handles key presses.
|
Class | Description |
---|---|
GwtAceAnnotation |
An annotation shown at the Ace editor.
|
GwtAceChangeEvent |
A text change event received from Ace.
|
GwtAceChangeEvent.Data | |
GwtAceEditor |
A GWT adaptation of Ace editor.
|
GwtAceEvent |
An event received from Ace.
|
GwtAceKeyboardEvent | |
GwtAcePosition |
{row: int, column: int}
|
GwtAceRange |
{start:
GwtAcePosition , end: GwtAcePosition |
GwtAceSelection |
{ range:
GwtAceRange , isBackwards: function } |
Enum | Description |
---|---|
GwtAceChangeEvent.Data.Action | |
GwtAceKeyboardHandler.Command |
A command returned by
GwtAceKeyboardHandler#handleKeyboard(JavaScriptObject, int, String, int, JavaScriptObject)
. |
GwtAceEditor
is the editor, mostly implemented in JSNI.
Copyright © 2020 Magnolia International Ltd.. All rights reserved.