Class and Description |
---|
AceAnnotationType
Enumeration for ACE annotation types.
|
AceCommand
Enumeration for ACE command types.
|
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.ExecAction
Ace command execution action.
|
AceCommandDescription.KeyBinding
Key binding description.
|
AceCommandDescription.MultiSelectAction
Action defines a way of running commands based on editor text selection.
|
AceCommandDescription.ScrollIntoView
Ace command scrolling options.
|
AceCommandLine
Interface exposing command line functions used by editor.
|
AceCommandLineListener
Listener for command line enter events.
|
AceCompletion
A completion proposed by an
AceCompletionProvider . |
AceCompletionCallback
Callback interface for submitting code completion proposals.
|
AceCompletionProvider
A provider of custom code-completion proposals.
|
AceCompletionSnippetSegment
A segment of a completion snippet
|
AceEditor
A GWT widget for the Ajax.org Code Editor (ACE).
|
AceEditorCallback
Callback interface for events generated by
AceEditor . |
AceEditorCursorPosition
Represents a cursor position.
|
AceEditorMode
Enumeration for ACE editor modes.
|
AceEditorTheme
Enumeration for ACE editor themes.
|
AceMarkerType
This enumeration represents the selection/marker types.
|
AceRange
Represents an Ace Range Object.
|
AceSelection
Represents GWT wrapper around an Ace Selection object
|
AceSelectionListener
Listener for selection change events.
|