Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes|All Packages

G

gcode - de.f0rce.ace.enums.AceMode
 
generateCursorPositionJSON(int, int) - Static method in class de.f0rce.ace.util.AceJSON
generateCursorPositionJSON(AceCursorPosition) - Static method in class de.f0rce.ace.util.AceJSON
generateHTML(AceExportType) - Method in class de.f0rce.ace.AceEditor
Generates a fully functional static HTML-String with the current value of the editor, which can be used to print for example.
generateSelectionJSON(int, int, int, int) - Static method in class de.f0rce.ace.util.AceJSON
generateSelectionJSON(AceSelection) - Static method in class de.f0rce.ace.util.AceJSON
getAceMarkerColor() - Method in class de.f0rce.ace.util.AceMarker
Returns the color set for the AceMarker.
getAlias() - Method in class de.f0rce.ace.util.AceMarker
Returns the current set alias for the AceMarker.
getAllMarkers() - Method in class de.f0rce.ace.AceEditor
Returns a list of all current active markers.
getBaseUrl() - Method in class de.f0rce.ace.AceEditor
Returns the current set baseUrl.
getCategory() - Method in class de.f0rce.ace.util.AceDynamicWordCompleter
 
getCategory() - Method in class de.f0rce.ace.util.AceStaticWordCompleter
 
getColumn() - Method in class de.f0rce.ace.util.AceCursorPosition
Returns the column where the selection starts.
getCursorPosition() - Method in class de.f0rce.ace.AceEditor
Returns an AceCursorPosition which contains the current cursor position values.
getCursorPosition() - Method in class de.f0rce.ace.events.AceBlurChanged
Returns the current cursor position of the editor.
getCursorPosition() - Method in class de.f0rce.ace.events.AceForceSyncDomEvent
Returns the current cursor position of the editor.
getCursorPosition() - Method in class de.f0rce.ace.events.AceForceSyncEvent
Returns the current cursor position of the editor.
getCursorPosition() - Method in class de.f0rce.ace.events.AceSelectionChanged
Returns the current cursor position of the editor.
getCustomAutocompletion() - Method in class de.f0rce.ace.AceEditor
Deprecated.
getCustomModes() - Method in class de.f0rce.ace.AceEditor
Returns a map of the custom modes added via AceEditor.addCustomMode(String, AceCustomMode).
getDefaultToken() - Method in class de.f0rce.ace.util.AceCustomModeRule
 
getDynamicWordCompleter() - Method in class de.f0rce.ace.AceEditor
Returns a List of the current dynamic word completer used in the editor.
getDynamicWords() - Method in class de.f0rce.ace.util.AceDynamicWordCompleter
 
getEndColumn() - Method in class de.f0rce.ace.util.AceSelection
Returns the column where the selection ends.
getEndIndex() - Method in class de.f0rce.ace.util.AceSelection
Returns the index where the selections ends.
getEndRow() - Method in class de.f0rce.ace.util.AceSelection
Returns the row where the selection ends.
getFontSize() - Method in class de.f0rce.ace.AceEditor
Returns the current set font-size of the editor in pixels.
getFrom() - Method in class de.f0rce.ace.util.AceMarker
Returns the index in the rowStart AceMarker.getRowStart() where the AceMarker starts.
getHTML() - Method in class de.f0rce.ace.events.AceHTMLGeneratedEvent
Returns a fully functional static HTML-String with the current value of the editor, which can be used to print for example.
getID() - Method in class de.f0rce.ace.util.AceMarker
Returns the random generated UUID of the AceMarker itself.
getIndex() - Method in class de.f0rce.ace.util.AceCursorPosition
Returns the index where the selection starts (calculation done in the frontend).
getIntValue() - Method in enum de.f0rce.ace.enums.AceStatusbarIndexing
 
getMode() - Method in class de.f0rce.ace.AceEditor
Returns the current mode of the editor.
getNext() - Method in class de.f0rce.ace.util.AceCustomModeRule
 
getPlaceholder() - Method in class de.f0rce.ace.AceEditor
Returns the placeholder set for the editor.
getRegex() - Method in class de.f0rce.ace.util.AceCustomModeRule
 
getRow() - Method in class de.f0rce.ace.util.AceCursorPosition
Returns the row where the selection starts.
getRowEnd() - Method in class de.f0rce.ace.util.AceMarker
Returns the row where the AceMarker ends.
getRowStart() - Method in class de.f0rce.ace.util.AceMarker
Returns the row where the AceMarker starts.
getSelectedText() - Method in class de.f0rce.ace.util.AceSelection
Returns the text which is selected.
getSelection() - Method in class de.f0rce.ace.AceEditor
Returns an AceSelection which contains the current selection values.
getSelection() - Method in class de.f0rce.ace.events.AceBlurChanged
Returns the current selection of the editor.
getSelection() - Method in class de.f0rce.ace.events.AceForceSyncDomEvent
Returns the current selection of the editor.
getSelection() - Method in class de.f0rce.ace.events.AceForceSyncEvent
Returns the current selection of the editor.
getSelection() - Method in class de.f0rce.ace.events.AceSelectionChanged
Returns the current selection of the editor.
getSeperator() - Method in class de.f0rce.ace.util.AceDynamicWordCompleter
 
getStartColumn() - Method in class de.f0rce.ace.util.AceSelection
Returns the column where the selection starts.
getStartIndex() - Method in class de.f0rce.ace.util.AceSelection
Returns the index where the selection starts.
getStartRow() - Method in class de.f0rce.ace.util.AceSelection
Returns the row where the selection starts.
getStaticWordCompleter() - Method in class de.f0rce.ace.AceEditor
Returns a List of the current static word completer used in the editor.
getStatusbarIndexing() - Method in class de.f0rce.ace.AceEditor
Returns the current set indexing of the statusbar (defaults to AceStatusbarIndexing.ONE_BASED).
getTabSize() - Method in class de.f0rce.ace.AceEditor
Returns the current set tab-size for the editor.
getTheme() - Method in class de.f0rce.ace.AceEditor
Returns the current theme of the editor.
getTo() - Method in class de.f0rce.ace.util.AceMarker
Returns the index in the rowEnd AceMarker.getRowEnd() where the selection ends.
getToken() - Method in enum de.f0rce.ace.enums.AceCustomModeTokens
Returns the String representation of a token.
getToken() - Method in class de.f0rce.ace.util.AceCustomModeRule
 
getTokens() - Method in class de.f0rce.ace.util.AceCustomModeRule
 
getType() - Method in enum de.f0rce.ace.enums.AceExportType
 
getValue() - Method in class de.f0rce.ace.AceEditor
Returns the current set value of the editor.
getValue() - Method in class de.f0rce.ace.events.AceBlurChanged
Returns the current value of the editor.
getValue() - Method in class de.f0rce.ace.events.AceChanged
Returns the current value of the editor.
getValue() - Method in class de.f0rce.ace.events.AceForceSyncDomEvent
Returns the current value of the editor.
getValue() - Method in class de.f0rce.ace.events.AceForceSyncEvent
Returns the current value of the editor.
getValue() - Method in class de.f0rce.ace.events.AceValueChanged
Returns the current value of the editor.
getWordCompleter() - Method in class de.f0rce.ace.AceEditor
Returns a list of all word completer used in the editor.
getWords() - Method in class de.f0rce.ace.util.AceStaticWordCompleter
 
gherkin - de.f0rce.ace.enums.AceMode
 
github - de.f0rce.ace.enums.AceTheme
 
gitignore - de.f0rce.ace.enums.AceMode
 
glsl - de.f0rce.ace.enums.AceMode
 
gob - de.f0rce.ace.enums.AceTheme
 
gobstones - de.f0rce.ace.enums.AceMode
 
golang - de.f0rce.ace.enums.AceMode
 
graphqlschema - de.f0rce.ace.enums.AceMode
 
green - de.f0rce.ace.enums.AceMarkerColor
 
groovy - de.f0rce.ace.enums.AceMode
 
gruvbox - de.f0rce.ace.enums.AceTheme
 
gruvbox_dark_hard - de.f0rce.ace.enums.AceTheme
 
gruvbox_light_hard - de.f0rce.ace.enums.AceTheme
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes|All Packages