- 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
-
- 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
-
- 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
-
- 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
-
- 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.
- AceEditorEntry - Class in edu.ycp.cs.dh.acegwt.client
-
- AceEditorEntry() - Constructor for class edu.ycp.cs.dh.acegwt.client.AceEditorEntry
-
- 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.
- AceRange() - Constructor for class edu.ycp.cs.dh.acegwt.client.ace.AceRange
-
- 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
-
- 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.
- getAceCommandGroup() - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceCommandDescription
-
Give Ace command group name of this command.
- getAllPlatforms() - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceCommandDescription.KeyBinding
-
- getBindKey() - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceCommandDescription
-
Give key bindings.
- getColumn() - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditorCursorPosition
-
- getCommandDescription(String) - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditor
-
Construct java wrapper for registered Ace command.
- getCursorPosition() - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditor
-
Get the current cursor position.
- getExceptMac() - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceCommandDescription.KeyBinding
-
- getExec() - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceCommandDescription
-
Give execution action of this command.
- getFontSize() - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditor
-
Give font size
- getIndexFromPosition(AceEditorCursorPosition) - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditor
-
Gets the given document position as a zero-based index.
- getLine(int) - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditor
-
Get the line of text at the given row number.
- getLineCount() - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditor
-
Retrieves the number of lines in the editor.
- getMac() - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceCommandDescription.KeyBinding
-
- getMarkers() - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditor
-
Gets all the displayed markers.
- getMultiSelectAction() - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceCommandDescription
-
Give multi-select action for this command.
- getName() - Method in enum edu.ycp.cs.dh.acegwt.client.ace.AceAnnotationType
-
- getName() - Method in enum edu.ycp.cs.dh.acegwt.client.ace.AceCommand
-
- getName() - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceCommandDescription
-
Give command line name.
- getName() - Method in enum edu.ycp.cs.dh.acegwt.client.ace.AceEditorMode
-
- getName() - Method in enum edu.ycp.cs.dh.acegwt.client.ace.AceEditorTheme
-
- getName() - Method in enum edu.ycp.cs.dh.acegwt.client.ace.AceMarkerType
-
- getPositionFromIndex(int) - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditor
-
Gets a document position from a supplied zero-based index.
- getPreparedText(int) - Method in interface edu.ycp.cs.dh.acegwt.client.ace.AceCompletionSnippetSegment
-
Gets the escaped and prepared textual representation of this snippet segment (backslash and dollar are escaped in general and the dollar is used for certain special tokens)
- getPreparedText(int) - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceCompletionSnippetSegmentLiteral
-
- getPreparedText(int) - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceCompletionSnippetSegmentTabstopItem
-
- getProposals(AceEditor, AceEditorCursorPosition, String, AceCompletionCallback) - Method in interface edu.ycp.cs.dh.acegwt.client.ace.AceCompletionProvider
-
Call to get code completion proposals, which are delivered
to a callback.
- getRow() - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditorCursorPosition
-
- getScrollIntoView() - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceCommandDescription
-
Give scroll settings for this command.
- getSelection() - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditor
-
Prepare a wrapper around Ace Selection object.
- getSelectionAnchor() - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceSelection
-
Give starting position of selection (opposite to position where cursor is located).
- getSelectionLead() - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceSelection
-
Give position of leading end of selection (where cursor is located).
- getText() - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditor
-
Get the complete text in the editor as a String.
- getValue() - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceCommandArgs
-
Give inner value.
- getValue() - Method in interface edu.ycp.cs.dh.acegwt.client.ace.AceCommandLine
-
Give current text which command line contains.
- getValue() - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceDefaultCommandLine
-
Give current text which command line contains.
- getValue() - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditor
-
- gotoLine(int) - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditor
-
Go to given line.
- select(int, int, int, int) - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceSelection
-
Select text fragment between two positions
- selectAll() - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceSelection
-
Select the whole text.
- selectLine() - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceSelection
-
Select line where cursor is located.
- setAnnotations() - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditor
-
Set any annotations which have been added via addAnnotation on the editor
- setAutocompleteEnabled(boolean) - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditor
-
Set whether or not autocomplete is enabled.
- setCommandLineListener(AceCommandLineListener) - Method in interface edu.ycp.cs.dh.acegwt.client.ace.AceCommandLine
-
Set listener getting callback from command line component.
- setCommandLineListener(AceCommandLineListener) - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceDefaultCommandLine
-
Set listener getting callback from command line component.
- setFontSize(String) - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditor
-
Set font size.
- setFontSize(int) - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditor
-
Set integer font size.
- setHighlightSelectedWord(boolean) - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditor
-
Set or unset highlighting of currently selected word.
- setHScrollBarAlwaysVisible(boolean) - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditor
-
Set whether or not the horizontal scrollbar is always visible.
- setMode(AceEditorMode) - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditor
-
Set the mode.
- setModeByName(String) - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditor
-
Set the mode by name.
- setReadOnly(boolean) - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditor
-
Set or unset read-only mode.
- setShowGutter(boolean) - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditor
-
Set whether or not the gutter is shown.
- setShowPrintMargin(boolean) - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditor
-
Set or unset the visibility of the print margin.
- setTabSize(int) - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditor
-
Set tab size.
- setText(String) - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditor
-
Set the complete text in the editor from a String.
- setTheme(AceEditorTheme) - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditor
-
Set the theme.
- setThemeByName(String) - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditor
-
Set the theme by name.
- setUseSoftTabs(boolean) - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditor
-
Set whether or not soft tabs should be used.
- setUseWorker(boolean) - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditor
-
Enable a worker for the current session.
- setUseWrapMode(boolean) - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditor
-
Set whether to use wrap mode or not
- setValue(String) - Method in interface edu.ycp.cs.dh.acegwt.client.ace.AceCommandLine
-
Set text into command line.
- setValue(String) - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceDefaultCommandLine
-
Set text into command line.
- setValue(String) - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditor
-
- startEditor() - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditor
-
Call this method to start the editor.
- valueOf(String) - Static method in enum edu.ycp.cs.dh.acegwt.client.ace.AceAnnotationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum edu.ycp.cs.dh.acegwt.client.ace.AceCommand
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum edu.ycp.cs.dh.acegwt.client.ace.AceCommandDescription.MultiSelectAction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum edu.ycp.cs.dh.acegwt.client.ace.AceCommandDescription.ScrollIntoView
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum edu.ycp.cs.dh.acegwt.client.ace.AceEditorMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum edu.ycp.cs.dh.acegwt.client.ace.AceEditorTheme
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum edu.ycp.cs.dh.acegwt.client.ace.AceMarkerType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum edu.ycp.cs.dh.acegwt.client.ace.AceAnnotationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum edu.ycp.cs.dh.acegwt.client.ace.AceCommand
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum edu.ycp.cs.dh.acegwt.client.ace.AceCommandDescription.MultiSelectAction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum edu.ycp.cs.dh.acegwt.client.ace.AceCommandDescription.ScrollIntoView
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum edu.ycp.cs.dh.acegwt.client.ace.AceEditorMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum edu.ycp.cs.dh.acegwt.client.ace.AceEditorTheme
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum edu.ycp.cs.dh.acegwt.client.ace.AceMarkerType
-
Returns an array containing the constants of this enum type, in
the order they are declared.