Skip navigation links
Uberfire Widgets Core Ace Editor 7.33.0.Final-redhat-00002
A C D G I O R S T V 

A

AceAnnotationType - Enum in org.uberfire.ext.widgets.common.client.ace
Enumeration for ACE annotation types.
AceCommand - Enum in org.uberfire.ext.widgets.common.client.ace
Enumeration for ACE command types.
AceCompletion - Class in org.uberfire.ext.widgets.common.client.ace
A completion proposed by an AceCompletionProvider.
AceCompletion() - Constructor for class org.uberfire.ext.widgets.common.client.ace.AceCompletion
 
AceCompletionCallback - Interface in org.uberfire.ext.widgets.common.client.ace
Callback interface for submitting code completion proposals.
AceCompletionProvider - Interface in org.uberfire.ext.widgets.common.client.ace
A provider of custom code-completion proposals.
AceCompletionSnippet - Class in org.uberfire.ext.widgets.common.client.ace
A completion proposed by an AceCompletionProvider.
AceCompletionSnippet(String, AceCompletionSnippetSegment[], String, int) - Constructor for class org.uberfire.ext.widgets.common.client.ace.AceCompletionSnippet
Creates a snippet type substitution.
AceCompletionSnippet(String, String, int, String) - Constructor for class org.uberfire.ext.widgets.common.client.ace.AceCompletionSnippet
Creates a snippet type substitution.
AceCompletionSnippetSegment - Interface in org.uberfire.ext.widgets.common.client.ace
A segment of a completion snippet
AceCompletionSnippetSegmentLiteral - Class in org.uberfire.ext.widgets.common.client.ace
A segment of a completion snippet
AceCompletionSnippetSegmentLiteral(String) - Constructor for class org.uberfire.ext.widgets.common.client.ace.AceCompletionSnippetSegmentLiteral
The literal text that makes up part of the snippet segment
AceCompletionSnippetSegmentTabstopItem - Class in org.uberfire.ext.widgets.common.client.ace
A segment of a completion snippet
AceCompletionSnippetSegmentTabstopItem(String) - Constructor for class org.uberfire.ext.widgets.common.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 org.uberfire.ext.widgets.common.client.ace
A completion proposed by an AceCompletionProvider.
AceCompletionValue(String, String, String, int) - Constructor for class org.uberfire.ext.widgets.common.client.ace.AceCompletionValue
Constructor.
AceEditor - Class in org.uberfire.ext.widgets.common.client.ace
A GWT widget for the Ajax.org Code Editor (ACE).
AceEditor() - Constructor for class org.uberfire.ext.widgets.common.client.ace.AceEditor
Preferred constructor.
AceEditor(boolean) - Constructor for class org.uberfire.ext.widgets.common.client.ace.AceEditor
Deprecated.
AceEditorCallback - Interface in org.uberfire.ext.widgets.common.client.ace
Callback interface for events generated by AceEditor.
AceEditorCursorPosition - Class in org.uberfire.ext.widgets.common.client.ace
Represents a cursor position.
AceEditorCursorPosition(int, int) - Constructor for class org.uberfire.ext.widgets.common.client.ace.AceEditorCursorPosition
Constructor.
AceEditorMode - Enum in org.uberfire.ext.widgets.common.client.ace
Enumeration for ACE editor modes.
AceEditorTheme - Enum in org.uberfire.ext.widgets.common.client.ace
Enumeration for ACE editor themes.
addAnnotation(int, int, String, AceAnnotationType) - Method in class org.uberfire.ext.widgets.common.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 org.uberfire.ext.widgets.common.client.ace.AceEditor
Add an AceCompletionProvider to provide custom code completions.
addOnChangeHandler(AceEditorCallback) - Method in class org.uberfire.ext.widgets.common.client.ace.AceEditor
Register a handler for change events generated by the editor.
addOnCursorPositionChangeHandler(AceEditorCallback) - Method in class org.uberfire.ext.widgets.common.client.ace.AceEditor
Register a handler for cursor position change events generated by the editor.

C

clearAnnotations() - Method in class org.uberfire.ext.widgets.common.client.ace.AceEditor
Clear any annotations from the editor and reset the local annotations JsArray
create(int, int) - Static method in class org.uberfire.ext.widgets.common.client.ace.AceEditorCursorPosition
Static creation method.

D

destroy() - Method in class org.uberfire.ext.widgets.common.client.ace.AceEditor
Cleans up the entire editor.

G

getColumn() - Method in class org.uberfire.ext.widgets.common.client.ace.AceEditorCursorPosition
 
getCursorPosition() - Method in class org.uberfire.ext.widgets.common.client.ace.AceEditor
Get the current cursor position.
getIndexFromPosition(AceEditorCursorPosition) - Method in class org.uberfire.ext.widgets.common.client.ace.AceEditor
Gets the given document position as a zero-based index.
getLine(int) - Method in class org.uberfire.ext.widgets.common.client.ace.AceEditor
Get the line of text at the given row number.
getName() - Method in enum org.uberfire.ext.widgets.common.client.ace.AceAnnotationType
 
getName() - Method in enum org.uberfire.ext.widgets.common.client.ace.AceCommand
 
getName() - Method in enum org.uberfire.ext.widgets.common.client.ace.AceEditorMode
 
getName() - Method in enum org.uberfire.ext.widgets.common.client.ace.AceEditorTheme
 
getPositionFromIndex(int) - Method in class org.uberfire.ext.widgets.common.client.ace.AceEditor
Gets a document position from a supplied zero-based index.
getPreparedText(int) - Method in interface org.uberfire.ext.widgets.common.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 org.uberfire.ext.widgets.common.client.ace.AceCompletionSnippetSegmentLiteral
 
getPreparedText(int) - Method in class org.uberfire.ext.widgets.common.client.ace.AceCompletionSnippetSegmentTabstopItem
 
getProposals(AceEditor, AceEditorCursorPosition, String, AceCompletionCallback) - Method in interface org.uberfire.ext.widgets.common.client.ace.AceCompletionProvider
Call to get code completion proposals, which are delivered to a callback.
getRow() - Method in class org.uberfire.ext.widgets.common.client.ace.AceEditorCursorPosition
 
getText() - Method in class org.uberfire.ext.widgets.common.client.ace.AceEditor
Get the complete text in the editor as a String.
getValue() - Method in class org.uberfire.ext.widgets.common.client.ace.AceEditor
 
gotoLine(int) - Method in class org.uberfire.ext.widgets.common.client.ace.AceEditor
Go to given line.

I

insertAtCursor(String) - Method in class org.uberfire.ext.widgets.common.client.ace.AceEditor
Insert given text at the cursor.
invokeAceCallback(JavaScriptObject) - Method in interface org.uberfire.ext.widgets.common.client.ace.AceEditorCallback
Callback method.
invokeWithCompletions(AceCompletion[]) - Method in interface org.uberfire.ext.widgets.common.client.ace.AceCompletionCallback
Submit code completion proposals.

O

onResize() - Method in class org.uberfire.ext.widgets.common.client.ace.AceEditor
 
org.uberfire.ext.widgets.common.client.ace - package org.uberfire.ext.widgets.common.client.ace
 

R

redisplay() - Method in class org.uberfire.ext.widgets.common.client.ace.AceEditor
Call this to force the editor contents to be redisplayed.
removeAllExistingCompleters() - Static method in class org.uberfire.ext.widgets.common.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).
removeCommand(AceCommand) - Method in class org.uberfire.ext.widgets.common.client.ace.AceEditor
Remove a command from the editor.
removeCommandByName(String) - Method in class org.uberfire.ext.widgets.common.client.ace.AceEditor
Remove commands, that may not be required, from the editor

S

scrollToLine(int) - Method in class org.uberfire.ext.widgets.common.client.ace.AceEditor
Go to given line.
setAnnotations() - Method in class org.uberfire.ext.widgets.common.client.ace.AceEditor
Set any annotations which have been added via addAnnotation on the editor
setAutocompleteEnabled(boolean) - Method in class org.uberfire.ext.widgets.common.client.ace.AceEditor
Set whether or not autocomplete is enabled.
setFocus() - Method in class org.uberfire.ext.widgets.common.client.ace.AceEditor
 
setFontSize(String) - Method in class org.uberfire.ext.widgets.common.client.ace.AceEditor
Set font size.
setHighlightSelectedWord(boolean) - Method in class org.uberfire.ext.widgets.common.client.ace.AceEditor
Set or unset highlighting of currently selected word.
setHScrollBarAlwaysVisible(boolean) - Method in class org.uberfire.ext.widgets.common.client.ace.AceEditor
Set whether or not the horizontal scrollbar is always visible.
setMode(AceEditorMode) - Method in class org.uberfire.ext.widgets.common.client.ace.AceEditor
Set the mode.
setModeByName(String) - Method in class org.uberfire.ext.widgets.common.client.ace.AceEditor
Set the mode by name.
setReadOnly(boolean) - Method in class org.uberfire.ext.widgets.common.client.ace.AceEditor
Set or unset read-only mode.
setShowGutter(boolean) - Method in class org.uberfire.ext.widgets.common.client.ace.AceEditor
Set whether or not the gutter is shown.
setShowPrintMargin(boolean) - Method in class org.uberfire.ext.widgets.common.client.ace.AceEditor
Set or unset the visibility of the print margin.
setTabSize(int) - Method in class org.uberfire.ext.widgets.common.client.ace.AceEditor
Set tab size.
setText(String) - Method in class org.uberfire.ext.widgets.common.client.ace.AceEditor
Set the complete text in the editor from a String.
setTheme(AceEditorTheme) - Method in class org.uberfire.ext.widgets.common.client.ace.AceEditor
Set the theme.
setThemeByName(String) - Method in class org.uberfire.ext.widgets.common.client.ace.AceEditor
Set the theme by name.
setUseSoftTabs(boolean) - Method in class org.uberfire.ext.widgets.common.client.ace.AceEditor
Set whether or not soft tabs should be used.
setUseWrapMode(boolean) - Method in class org.uberfire.ext.widgets.common.client.ace.AceEditor
Set whether to use wrap mode or not
setValue(String) - Method in class org.uberfire.ext.widgets.common.client.ace.AceEditor
 
startEditor() - Method in class org.uberfire.ext.widgets.common.client.ace.AceEditor
Call this method to start the editor.

T

toJsObject() - Method in class org.uberfire.ext.widgets.common.client.ace.AceEditorCursorPosition
Convert to a native Ace JavaScript position object (with integer-valued row and column fields.)
toString() - Method in class org.uberfire.ext.widgets.common.client.ace.AceEditorCursorPosition
 

V

valueOf(String) - Static method in enum org.uberfire.ext.widgets.common.client.ace.AceAnnotationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.uberfire.ext.widgets.common.client.ace.AceCommand
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.uberfire.ext.widgets.common.client.ace.AceEditorMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.uberfire.ext.widgets.common.client.ace.AceEditorTheme
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.uberfire.ext.widgets.common.client.ace.AceAnnotationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.uberfire.ext.widgets.common.client.ace.AceCommand
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.uberfire.ext.widgets.common.client.ace.AceEditorMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.uberfire.ext.widgets.common.client.ace.AceEditorTheme
Returns an array containing the constants of this enum type, in the order they are declared.
A C D G I O R S T V 
Skip navigation links
Uberfire Widgets Core Ace Editor 7.33.0.Final-redhat-00002

Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.