Skip navigation links
A C D E F G I K L O R S T V W 

A

AceAnnotationType - Enum in edu.ycp.cs.dh.acegwt.client.ace
Enumeration for ACE annotation types.
AceCommand - Enum in edu.ycp.cs.dh.acegwt.client.ace
Enumeration for ACE command types.
AceCommandArgs - Class in edu.ycp.cs.dh.acegwt.client.ace
Ace command's argument could be either string or string-to-string map.
AceCommandArgs(Map<String, String>) - Constructor for class edu.ycp.cs.dh.acegwt.client.ace.AceCommandArgs
Create map argument.
AceCommandArgs(String) - Constructor for class edu.ycp.cs.dh.acegwt.client.ace.AceCommandArgs
Create text argument.
AceCommandDescription - Class in edu.ycp.cs.dh.acegwt.client.ace
Rules describing how editor runs this command (from keyboard, from command line or by AceEditor.execCommand(String) API calls).
AceCommandDescription(String, AceCommandDescription.ExecAction) - Constructor for class edu.ycp.cs.dh.acegwt.client.ace.AceCommandDescription
Define Ace command with command line name and execution action
AceCommandDescription.ExecAction - Interface in edu.ycp.cs.dh.acegwt.client.ace
Ace command execution action.
AceCommandDescription.KeyBinding - Class in edu.ycp.cs.dh.acegwt.client.ace
Key binding description.
AceCommandDescription.MultiSelectAction - Enum in edu.ycp.cs.dh.acegwt.client.ace
Action defines a way of running commands based on editor text selection.
AceCommandDescription.ScrollIntoView - Enum in edu.ycp.cs.dh.acegwt.client.ace
Ace command scrolling options.
AceCommandLine - Interface in edu.ycp.cs.dh.acegwt.client.ace
Interface exposing command line functions used by editor.
AceCommandLineListener - Interface in edu.ycp.cs.dh.acegwt.client.ace
Listener for command line enter events.
AceCompletion - Class in edu.ycp.cs.dh.acegwt.client.ace
A completion proposed by an AceCompletionProvider.
AceCompletion() - Constructor for class edu.ycp.cs.dh.acegwt.client.ace.AceCompletion
 
AceCompletionCallback - Interface in edu.ycp.cs.dh.acegwt.client.ace
Callback interface for submitting code completion proposals.
AceCompletionProvider - Interface in edu.ycp.cs.dh.acegwt.client.ace
A provider of custom code-completion proposals.
AceCompletionSnippet - Class in edu.ycp.cs.dh.acegwt.client.ace
A completion proposed by an AceCompletionProvider.
AceCompletionSnippet(String, AceCompletionSnippetSegment[], String, String, int) - Constructor for class edu.ycp.cs.dh.acegwt.client.ace.AceCompletionSnippet
Creates a snippet type substitution.
AceCompletionSnippet(String, String, int, String, String) - Constructor for class edu.ycp.cs.dh.acegwt.client.ace.AceCompletionSnippet
Creates a snippet type substitution.
AceCompletionSnippetSegment - Interface in edu.ycp.cs.dh.acegwt.client.ace
A segment of a completion snippet
AceCompletionSnippetSegmentLiteral - Class in edu.ycp.cs.dh.acegwt.client.ace
A segment of a completion snippet
AceCompletionSnippetSegmentLiteral(String) - Constructor for class edu.ycp.cs.dh.acegwt.client.ace.AceCompletionSnippetSegmentLiteral
The literal text that makes up part of the snippet segment
AceCompletionSnippetSegmentTabstopItem - Class in edu.ycp.cs.dh.acegwt.client.ace
A segment of a completion snippet
AceCompletionSnippetSegmentTabstopItem(String) - Constructor for class edu.ycp.cs.dh.acegwt.client.ace.AceCompletionSnippetSegmentTabstopItem
Text that should fit inside a tabstop, the first tabstop is selected after a substitution, and subsequent tabstops are moved between by pressing the tab button.
AceCompletionValue - Class in edu.ycp.cs.dh.acegwt.client.ace
A completion proposed by an AceCompletionProvider.
AceCompletionValue(String, String, String, int) - Constructor for class edu.ycp.cs.dh.acegwt.client.ace.AceCompletionValue
Constructor.
AceCompletionValue(String, String, String, String, int) - Constructor for class edu.ycp.cs.dh.acegwt.client.ace.AceCompletionValue
Constructor.
AceDefaultCommandLine - Class in edu.ycp.cs.dh.acegwt.client.ace
Default implementation of AceCommandLine wrapping any GWT value box like TextBox or TextArea.
AceDefaultCommandLine(ValueBoxBase<String>) - Constructor for class edu.ycp.cs.dh.acegwt.client.ace.AceDefaultCommandLine
Create command line wrapper around GWT text box.
AceEditor - Class in edu.ycp.cs.dh.acegwt.client.ace
A GWT widget for the Ajax.org Code Editor (ACE).
AceEditor() - Constructor for class edu.ycp.cs.dh.acegwt.client.ace.AceEditor
Preferred constructor.
AceEditor(boolean) - Constructor for class edu.ycp.cs.dh.acegwt.client.ace.AceEditor
Deprecated.
AceEditorCallback - Interface in edu.ycp.cs.dh.acegwt.client.ace
Callback interface for events generated by AceEditor.
AceEditorCursorPosition - Class in edu.ycp.cs.dh.acegwt.client.ace
Represents a cursor position.
AceEditorCursorPosition(int, int) - Constructor for class edu.ycp.cs.dh.acegwt.client.ace.AceEditorCursorPosition
Constructor.
AceEditorMode - Enum in edu.ycp.cs.dh.acegwt.client.ace
Enumeration for ACE editor modes.
AceEditorTheme - Enum in edu.ycp.cs.dh.acegwt.client.ace
Enumeration for ACE editor themes.
AceMarkerType - Enum in edu.ycp.cs.dh.acegwt.client.ace
This enumeration represents the selection/marker types.
AceRange - Class in edu.ycp.cs.dh.acegwt.client.ace
Represents an Ace Range Object.
AceSelection - Class in edu.ycp.cs.dh.acegwt.client.ace
Represents GWT wrapper around an Ace Selection object
AceSelection(JavaScriptObject) - Constructor for class edu.ycp.cs.dh.acegwt.client.ace.AceSelection
Constructor for AceSelection
AceSelectionListener - Interface in edu.ycp.cs.dh.acegwt.client.ace
Listener for selection change events.
addAnnotation(int, int, String, AceAnnotationType) - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditor
Add an annotation to a the local annotations JsArray<AceAnnotation>, but does not set it on the editor
addCommand(AceCommandDescription) - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditor
Add user defined command.
addCompletionProvider(AceCompletionProvider) - Static method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditor
Add an AceCompletionProvider to provide custom code completions.
addFloatingMarker(AceRange, String, AceMarkerType) - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditor
Adds a floating marker into this editor (the marker follows lines changes as insertions, suppressions...).
addMarker(AceRange, String, AceMarkerType, boolean) - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditor
Adds a static marker into this editor.
addOnChangeHandler(AceEditorCallback) - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditor
Register a handler for change events generated by the editor.
addOnCursorPositionChangeHandler(AceEditorCallback) - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditor
Register a handler for cursor position change events generated by the editor.
addSelectionListener(AceSelectionListener) - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceSelection
Register listener for selection change events.
A C D E F G I K L O R S T V W 
Skip navigation links