Interface | Description |
---|---|
AceCommandDescription.ExecAction |
Ace command execution action.
|
AceCommandLine |
Interface exposing command line functions used by editor.
|
AceCommandLineListener |
Listener for command line enter events.
|
AceCompletionCallback |
Callback interface for submitting code completion proposals.
|
AceCompletionProvider |
A provider of custom code-completion proposals.
|
AceCompletionSnippetSegment |
A segment of a completion snippet
|
AceEditorCallback |
Callback interface for events generated by
AceEditor . |
AceSelectionListener |
Listener for selection change events.
|
Class | Description |
---|---|
AceCommandArgs |
Ace command's argument could be either string or string-to-string map.
|
AceCommandDescription |
Rules describing how editor runs this command (from keyboard,
from command line or by
AceEditor.execCommand(String) API calls). |
AceCommandDescription.KeyBinding |
Key binding description.
|
AceCompletion |
A completion proposed by an
AceCompletionProvider . |
AceCompletionSnippet |
A completion proposed by an
AceCompletionProvider . |
AceCompletionSnippetSegmentLiteral |
A segment of a completion snippet
|
AceCompletionSnippetSegmentTabstopItem |
A segment of a completion snippet
|
AceCompletionValue |
A completion proposed by an
AceCompletionProvider . |
AceDefaultCommandLine |
Default implementation of AceCommandLine wrapping any GWT value box
like TextBox or TextArea.
|
AceEditor |
A GWT widget for the Ajax.org Code Editor (ACE).
|
AceEditorCursorPosition |
Represents a cursor position.
|
AceRange |
Represents an Ace Range Object.
|
AceSelection |
Represents GWT wrapper around an Ace Selection object
|
Enum | Description |
---|---|
AceAnnotationType |
Enumeration for ACE annotation types.
|
AceCommand |
Enumeration for ACE command types.
|
AceCommandDescription.MultiSelectAction |
Action defines a way of running commands based on editor text selection.
|
AceCommandDescription.ScrollIntoView |
Ace command scrolling options.
|
AceEditorMode |
Enumeration for ACE editor modes.
|
AceEditorTheme |
Enumeration for ACE editor themes.
|
AceMarkerType |
This enumeration represents the selection/marker types.
|