Package cn.mapway.document.ui.client.component.ace
package cn.mapway.document.ui.client.component.ace
-
ClassDescriptionEnumeration for ACE annotation types.Enumeration for ACE command types.Ace command's argument could be either string or string-to-string map.Rules describing how editor runs this command (from keyboard, from command line or by
AceEditor.execCommand(String)API calls).Ace command execution action.Key binding description.Action defines a way of running commands based on editor text selection.Ace command scrolling options.Interface exposing command line functions used by editor.Listener for command line enter events.A completion proposed by anAceCompletionProvider.Callback interface for submitting code completion proposals.A provider of custom code-completion proposals.A completion proposed by anAceCompletionProvider.A segment of a completion snippetA segment of a completion snippetA segment of a completion snippetA completion proposed by anAceCompletionProvider.Default implementation of AceCommandLine wrapping any GWT value box like TextBox or TextArea.A GWT widget for the Ajax.org Code Editor (ACE).Callback interface for events generated byAceEditor.Represents a cursor position.Enumeration for ACE editor modes.Enumeration for ACE editor themes.This enumeration represents the selection/marker types.Represents an Ace Range Object.Represents GWT wrapper around an Ace Selection objectListener for selection change events.