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.
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
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.

C

clearAnnotations() - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditor
Clear any annotations from the editor and reset the local annotations JsArray<AceAnnotation>
clearSelection() - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceSelection
Clear selection.
create(int, int) - Static method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditorCursorPosition
Static creation method.
create(int, int, int, int) - Static method in class edu.ycp.cs.dh.acegwt.client.ace.AceRange
 

D

destroy() - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditor
Cleans up the entire editor.
detach() - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceRange
Detaches both, start and end from this AceRange.
detachEnd() - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceRange
Detaches the end achor from this AceRange.
detachStart() - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceRange
Detaches the start anchor from this AceRange.

E

edu.ycp.cs.dh.acegwt.client - package edu.ycp.cs.dh.acegwt.client
 
edu.ycp.cs.dh.acegwt.client.ace - package edu.ycp.cs.dh.acegwt.client.ace
 
exec(AceEditor) - Method in interface edu.ycp.cs.dh.acegwt.client.ace.AceCommandDescription.ExecAction
 
execCommand(AceCommand) - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditor
Execute a command with no arguments.
execCommand(AceCommand, AceCommandArgs) - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditor
Execute a command with arguments (in case args is not null).
execCommand(String) - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditor
Execute a command possibly containing string argument.
execCommand(String, String) - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditor
Execute a command with arguments (in case args is not null).
execCommand(String, AceCommandArgs) - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditor
Execute a command with arguments (in case args is not null).

F

focus() - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditor
Causes the editor to gain input focus.
fromJavaScript(JavaScriptObject) - Static method in class edu.ycp.cs.dh.acegwt.client.ace.AceCommandDescription
Create Ace command from javascript object.
fromString(String) - Static method in enum edu.ycp.cs.dh.acegwt.client.ace.AceCommandDescription.MultiSelectAction
 
fromString(String) - Static method in enum edu.ycp.cs.dh.acegwt.client.ace.AceCommandDescription.ScrollIntoView
 

G

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.

I

initializeCommandLine(AceCommandLine) - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditor
Bind command line and editor.
insertAtCursor(String) - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditor
Insert given text at the cursor.
invokeAceCallback(JavaScriptObject) - Method in interface edu.ycp.cs.dh.acegwt.client.ace.AceEditorCallback
Callback method.
invokeWithCompletions(AceCompletion[]) - Method in interface edu.ycp.cs.dh.acegwt.client.ace.AceCompletionCallback
Submit code completion proposals.
isBackwards() - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceSelection
Check if selection leading position is located before anchor position
isEmpty() - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceSelection
Check if selection is empty.
isMultiLine() - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceSelection
Check if selection contains several lines.
isPassEvent() - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceCommandDescription
In case this parameter is true keyboard event will be passed to original listener.
isReadOnly() - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceCommandDescription
Describe does this command change editor document or not.

K

KeyBinding(String) - Constructor for class edu.ycp.cs.dh.acegwt.client.ace.AceCommandDescription.KeyBinding
Constructor for key bindings for all platforms.
KeyBinding(String, String) - Constructor for class edu.ycp.cs.dh.acegwt.client.ace.AceCommandDescription.KeyBinding
Constructor for separate key bindings for Mac and other platforms.

L

listCommands() - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditor
List names of all Ace commands.

O

onChangeSelection(AceSelection) - Method in interface edu.ycp.cs.dh.acegwt.client.ace.AceSelectionListener
Emitted when the cursor selection changes.
onCommandEntered(String) - Method in interface edu.ycp.cs.dh.acegwt.client.ace.AceCommandLineListener
Notify subscriber (e.g.
onModuleLoad() - Method in class edu.ycp.cs.dh.acegwt.client.AceEditorEntry
 
onResize() - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditor
 

R

redisplay() - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditor
Call this to force the editor contents to be redisplayed.
removeAllExistingCompleters() - Static method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditor
Removes all existing completers from the langtools

This can be used to disable all completers including local completers, which can be very useful when completers are used on very large files (as the local completer tokenizes every word to put in the selected list).

NOTE: This method may be removed, and replaced with another solution.
removeAllMarkers() - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditor
Remove all the displayed markers.
removeCommand(AceCommand) - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditor
Remove a command from the editor.
removeCommandByName(String) - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditor
Remove commands, that may not be required, from the editor
removeMarker(int) - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditor
Removes the marker with the specified ID.
removeSelectionListener(AceSelectionListener) - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceSelection
Unregister listener for selection change events.

S

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.

T

toJavaScript(AceEditor) - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceCommandDescription
Create javascript object from Ace command description.
toJsObject() - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditorCursorPosition
Convert to a native Ace JavaScript position object (with integer-valued row and column fields.)
toString() - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceCommandDescription.KeyBinding
 
toString() - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceCommandDescription
 
toString() - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditorCursorPosition
 

V

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.

W

with(String, String) - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceCommandArgs
Add key-value pair to map.
withAceCommandGroup(String) - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceCommandDescription
Chainable setter method for aceCommandGroup property.
withBindKey(AceCommandDescription.KeyBinding) - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceCommandDescription
Chainable setter method for bindKey property.
withBindKey(String) - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceCommandDescription
Chainable setter method for bindKey property for all platforms.
withBindKey(String, String) - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceCommandDescription
Chainable setter method for bindKey property for Mac and other platforms separately.
withMultiSelectAction(AceCommandDescription.MultiSelectAction) - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceCommandDescription
Chainable setter method for multiSelectAction property.
withPassEvent(boolean) - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceCommandDescription
Chainable setter method for passEvent property.
withReadOnly(boolean) - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceCommandDescription
Chainable setter method for readOnly property.
withScrollIntoView(AceCommandDescription.ScrollIntoView) - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceCommandDescription
Chainable setter method for scrollIntoView property.
A C D E F G I K L O R S T V W 
Skip navigation links

Copyright © 2020. All Rights Reserved.