HAL Core Console :: AceGWT Clone 2.5.1
A C D E G I M O R S T V 

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.
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, int) - Constructor for class edu.ycp.cs.dh.acegwt.client.ace.AceCompletionSnippet
Creates a snippet type substitution.
AceCompletionSnippet(String, String, int, 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.
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.
aceJs() - Method in interface edu.ycp.cs.dh.acegwt.client.ace.Resources
 
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, but does not set it on the editor
addCompletionProvider(AceCompletionProvider) - Static method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditor
Add an AceCompletionProvider to provide custom code completions.
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.

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
create(int, int) - Static method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditorCursorPosition
Static creation method.

D

destroy() - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditor
Cleans up the entire editor.

E

edu.ycp.cs.dh.acegwt.client.ace - package edu.ycp.cs.dh.acegwt.client.ace
 
EntryPoint - Class in edu.ycp.cs.dh.acegwt.client.ace
 
EntryPoint() - Constructor for class edu.ycp.cs.dh.acegwt.client.ace.EntryPoint
 
extSearchBoxJs() - Method in interface edu.ycp.cs.dh.acegwt.client.ace.Resources
 

G

getColumn() - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditorCursorPosition
 
getCursorPosition() - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditor
Get the current cursor position.
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.
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 enum edu.ycp.cs.dh.acegwt.client.ace.AceEditorMode
 
getName() - Method in enum edu.ycp.cs.dh.acegwt.client.ace.AceEditorTheme
 
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
 
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.AceEditor
 
gotoLine(int) - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditor
Go to given line.

I

insertAtCursor(String) - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditor
Insert given text at the cursor.
INSTANCE - Static variable in interface edu.ycp.cs.dh.acegwt.client.ace.Resources
 
internalSearch(String, String) - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditor
 
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.

M

modeJsonJs() - Method in interface edu.ycp.cs.dh.acegwt.client.ace.Resources
 
modeLogfileJs() - Method in interface edu.ycp.cs.dh.acegwt.client.ace.Resources
 
modeXmlJs() - Method in interface edu.ycp.cs.dh.acegwt.client.ace.Resources
 

O

onModuleLoad() - Method in class edu.ycp.cs.dh.acegwt.client.ace.EntryPoint
 
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.
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
Resources - Interface in edu.ycp.cs.dh.acegwt.client.ace
 

S

search(String) - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditor
 
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.
setFontSize(String) - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditor
Set 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.
setSearchBox(Element) - Method in class edu.ycp.cs.dh.acegwt.client.ace.AceEditor
 
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.
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 class edu.ycp.cs.dh.acegwt.client.ace.AceEditor
 
setVScrollBarVisible(boolean) - 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

themeChromeJs() - Method in interface edu.ycp.cs.dh.acegwt.client.ace.Resources
 
themeLogFileJs() - Method in interface edu.ycp.cs.dh.acegwt.client.ace.Resources
 
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.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.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.
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.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.
A C D E G I M O R S T V 
HAL Core Console :: AceGWT Clone 2.5.1

Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.