Package | Description |
---|---|
org.uberfire.ext.widgets.common.client.ace |
Modifier and Type | Method and Description |
---|---|
static AceEditorCursorPosition |
AceEditorCursorPosition.create(int row,
int column)
Static creation method.
|
AceEditorCursorPosition |
AceEditor.getCursorPosition()
Get the current cursor position.
|
AceEditorCursorPosition |
AceEditor.getPositionFromIndex(int index)
Gets a document position from a supplied zero-based index.
|
Modifier and Type | Method and Description |
---|---|
int |
AceEditor.getIndexFromPosition(AceEditorCursorPosition position)
Gets the given document position as a zero-based index.
|
void |
AceCompletionProvider.getProposals(AceEditor editor,
AceEditorCursorPosition pos,
String prefix,
AceCompletionCallback callback)
Call to get code completion proposals, which are delivered
to a callback.
|
Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.