Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W Y 

A

AceAnnotation - Class in org.vaadin.aceeditor.client
An annotation for AceEditor.
AceAnnotation(String, AceAnnotation.Type) - Constructor for class org.vaadin.aceeditor.client.AceAnnotation
 
AceAnnotation.MarkerAnnotation - Class in org.vaadin.aceeditor.client
 
AceAnnotation.RowAnnotation - Class in org.vaadin.aceeditor.client
 
AceAnnotation.Type - Enum in org.vaadin.aceeditor.client
 
AceDoc - Class in org.vaadin.aceeditor.client
 
AceDoc() - Constructor for class org.vaadin.aceeditor.client.AceDoc
 
AceDoc(String) - Constructor for class org.vaadin.aceeditor.client.AceDoc
 
AceDoc(String, Map<String, AceMarker>) - Constructor for class org.vaadin.aceeditor.client.AceDoc
 
AceDoc(String, Map<String, AceMarker>, Set<AceAnnotation.RowAnnotation>, Set<AceAnnotation.MarkerAnnotation>) - Constructor for class org.vaadin.aceeditor.client.AceDoc
 
AceEditor - Class in org.vaadin.aceeditor
AceEditor wraps an Ace code editor inside a TextField-like Vaadin component.
AceEditor() - Constructor for class org.vaadin.aceeditor.AceEditor
 
AceEditor.DiffEvent - Class in org.vaadin.aceeditor
 
AceEditor.DiffListener - Interface in org.vaadin.aceeditor
 
AceEditor.SelectionChangeEvent - Class in org.vaadin.aceeditor
 
AceEditor.SelectionChangeListener - Interface in org.vaadin.aceeditor
 
AceEditor.TextChangeEventImpl - Class in org.vaadin.aceeditor
 
AceEditorClientRpc - Interface in org.vaadin.aceeditor.client
 
AceEditorConnector - Class in org.vaadin.aceeditor.client
 
AceEditorConnector() - Constructor for class org.vaadin.aceeditor.client.AceEditorConnector
 
AceEditorConnector.SendCond - Enum in org.vaadin.aceeditor.client
 
AceEditorConnector.SendTimer - Class in org.vaadin.aceeditor.client
 
AceEditorConnector.TextChangeEventMode - Enum in org.vaadin.aceeditor.client
 
AceEditorServerRpc - Interface in org.vaadin.aceeditor.client
 
AceEditorState - Class in org.vaadin.aceeditor.client
 
AceEditorState() - Constructor for class org.vaadin.aceeditor.client.AceEditorState
 
AceEditorWidget - Class in org.vaadin.aceeditor.client
A Widget containing GwtAceEditor
AceEditorWidget() - Constructor for class org.vaadin.aceeditor.client.AceEditorWidget
 
AceEditorWidget.AnnotationInEditor - Class in org.vaadin.aceeditor.client
 
AceEditorWidget.FocusChangeListener - Interface in org.vaadin.aceeditor.client
 
AceEditorWidget.MarkerInEditor - Class in org.vaadin.aceeditor.client
 
AceEditorWidget.SelectionChangeListener - Interface in org.vaadin.aceeditor.client
 
AceEditorWidget.TextChangeListener - Interface in org.vaadin.aceeditor.client
 
AceMarker - Class in org.vaadin.aceeditor.client
Ace marker.
AceMarker(String, AceRange, String, AceMarker.Type, boolean, AceMarker.OnTextChange) - Constructor for class org.vaadin.aceeditor.client.AceMarker
 
AceMarker.OnTextChange - Enum in org.vaadin.aceeditor.client
What to do with the marker when the text changes.
AceMarker.Type - Enum in org.vaadin.aceeditor.client
Ace Marker type.
AceMode - Enum in org.vaadin.aceeditor
Ace mode defines the language used in the editor.
AceRange - Class in org.vaadin.aceeditor.client
 
AceRange(int, int, int, int) - Constructor for class org.vaadin.aceeditor.client.AceRange
 
AceTheme - Enum in org.vaadin.aceeditor
Ace theme defines the appearance of the editor.
addBlurListener(FieldEvents.BlurListener) - Method in class org.vaadin.aceeditor.AceEditor
 
addChangeCursorHandler(GwtAceChangeCursorHandler) - Method in class org.vaadin.aceeditor.client.gwt.GwtAceEditor
 
addChangeHandler(GwtAceChangeHandler) - Method in class org.vaadin.aceeditor.client.gwt.GwtAceEditor
 
addChangeSelectionHandler(GwtAceChangeSelectionHandler) - Method in class org.vaadin.aceeditor.client.gwt.GwtAceEditor
 
addDiffListener(AceEditor.DiffListener) - Method in class org.vaadin.aceeditor.AceEditor
 
added - Variable in class org.vaadin.aceeditor.client.TransportDiff.TransportMarkerSetDiff
 
added - Variable in class org.vaadin.aceeditor.client.TransportDiff.TransportSetDiff
 
added - Variable in class org.vaadin.aceeditor.client.TransportDiff.TransportSetDiffForMarkerAnnotations
 
added - Variable in class org.vaadin.aceeditor.client.TransportDiff.TransportSetDiffForRowAnnotations
 
addFocusListener(FieldEvents.FocusListener) - Method in class org.vaadin.aceeditor.AceEditor
 
addFocusListener(GwtAceFocusBlurHandler) - Method in class org.vaadin.aceeditor.client.gwt.GwtAceEditor
 
addInvisibleMarker(AceRange) - Method in class org.vaadin.aceeditor.client.AceEditorWidget
 
addListener(FieldEvents.BlurListener) - Method in class org.vaadin.aceeditor.AceEditor
Deprecated.
addListener(FieldEvents.FocusListener) - Method in class org.vaadin.aceeditor.AceEditor
Deprecated.
addListener(FieldEvents.TextChangeListener) - Method in class org.vaadin.aceeditor.AceEditor
Deprecated.
addMarker(AceMarker) - Method in class org.vaadin.aceeditor.AceEditor
Adds an ace marker.
addMarker(AceRange, String, AceMarker.Type, boolean, AceMarker.OnTextChange) - Method in class org.vaadin.aceeditor.AceEditor
Adds an ace marker with a generated id.
addMarker(GwtAceRange, String, String, boolean) - Method in class org.vaadin.aceeditor.client.gwt.GwtAceEditor
 
addMarkerAnnotation(AceAnnotation, AceMarker) - Method in class org.vaadin.aceeditor.AceEditor
 
addMarkerAnnotation(AceAnnotation, String) - Method in class org.vaadin.aceeditor.AceEditor
 
addRowAnnotation(AceAnnotation, int) - Method in class org.vaadin.aceeditor.AceEditor
 
addSelectionChangeListener(AceEditor.SelectionChangeListener) - Method in class org.vaadin.aceeditor.AceEditor
 
addSelectionChangeListener(AceEditorWidget.SelectionChangeListener) - Method in class org.vaadin.aceeditor.client.AceEditorWidget
 
addTextChangeListener(FieldEvents.TextChangeListener) - Method in class org.vaadin.aceeditor.AceEditor
 
addTextChangeListener(AceEditorWidget.TextChangeListener) - Method in class org.vaadin.aceeditor.client.AceEditorWidget
 
adjust(AceRange) - Method in class org.vaadin.aceeditor.client.ClientSideDocDiff.Adjuster
 
Adjuster(String, String) - Constructor for class org.vaadin.aceeditor.client.ClientSideDocDiff.Adjuster
 
adjustInvisibleMarkers(GwtAceChangeEvent) - Method in class org.vaadin.aceeditor.client.AceEditorWidget
 
adjustInvisibleMarkersOnTextChange(ClientSideDocDiff.Adjuster) - Method in class org.vaadin.aceeditor.client.AceEditorWidget
 
adjustMarkerAnnotations() - Method in class org.vaadin.aceeditor.client.AceEditorWidget
 
adjustMarkers(GwtAceChangeEvent) - Method in class org.vaadin.aceeditor.client.AceEditorWidget
 
adjustMarkersOnTextChange(String, String) - Method in class org.vaadin.aceeditor.client.AceEditorWidget
 
adjustPosition(int) - Method in class org.vaadin.aceeditor.client.GwtTextDiff
 
ann - Variable in class org.vaadin.aceeditor.client.AceEditorWidget.AnnotationInEditor
 
ann - Variable in class org.vaadin.aceeditor.client.TransportDoc.TransportMarkerAnnotation
 
ann - Variable in class org.vaadin.aceeditor.client.TransportDoc.TransportRowAnnotation
 
AnnotationInEditor(AceAnnotation, String) - Constructor for class org.vaadin.aceeditor.client.AceEditorWidget.AnnotationInEditor
 
applyConfig(Map<String, String>) - Static method in class org.vaadin.aceeditor.client.AceEditorConnector
 
applySuggestion(Suggestion, String, int) - Method in interface org.vaadin.aceeditor.Suggester
Applies the suggestion to the text.
applySuggestionDiff(TransportDiff) - Method in interface org.vaadin.aceeditor.client.SuggesterClientRpc
 
applyTo(AceDoc) - Method in class org.vaadin.aceeditor.client.ClientSideDocDiff
 
applyTo(String) - Method in class org.vaadin.aceeditor.client.GwtTextDiff
 
applyTo(AceMarker) - Method in class org.vaadin.aceeditor.client.MarkerDiff
 
applyTo(Map<String, AceMarker>, String) - Method in class org.vaadin.aceeditor.client.MarkerSetDiff
 
applyTo(AceRange) - Method in class org.vaadin.aceeditor.client.RangeDiff
 
applyTo(Set<V>) - Method in class org.vaadin.aceeditor.client.SetDiff
 
applyTo(AceDoc) - Method in class org.vaadin.aceeditor.ServerSideDocDiff
 
applyTo(String) - Method in class org.vaadin.aceeditor.ServerSideDocDiff
 
asTransport() - Method in class org.vaadin.aceeditor.client.AceAnnotation
 
asTransport() - Method in class org.vaadin.aceeditor.client.AceAnnotation.MarkerAnnotation
 
asTransport() - Method in class org.vaadin.aceeditor.client.AceAnnotation.RowAnnotation
 
asTransport() - Method in class org.vaadin.aceeditor.client.AceDoc
 
asTransport() - Method in class org.vaadin.aceeditor.client.AceMarker
 
asTransport() - Method in class org.vaadin.aceeditor.client.AceRange
 
asTransport() - Method in class org.vaadin.aceeditor.client.ClientSideDocDiff
 
asTransport() - Method in class org.vaadin.aceeditor.client.MarkerAddition
 
asTransport() - Method in class org.vaadin.aceeditor.client.MarkerDiff
 
asTransport() - Method in class org.vaadin.aceeditor.client.RangeDiff
 
asTransport() - Method in interface org.vaadin.aceeditor.client.TransportDoc.TransportableAs
 
asTransport() - Method in class org.vaadin.aceeditor.ServerSideDocDiff
 
asTransport(int) - Method in class org.vaadin.aceeditor.Suggestion
 
asTransport(List<Suggestion>) - Method in class org.vaadin.aceeditor.SuggestionExtension
 
asTransportDiff() - Method in class org.vaadin.aceeditor.client.MarkerSetDiff
 
asTransportMarkerAnnotations() - Method in class org.vaadin.aceeditor.client.SetDiff
 
asTransportRowAnnotations() - Method in class org.vaadin.aceeditor.client.SetDiff
 

B

beforeClientResponse(boolean) - Method in class org.vaadin.aceeditor.AceEditor
 
blur() - Method in class org.vaadin.aceeditor.client.gwt.GwtAceEditor
 

C

cancel() - Method in class org.vaadin.aceeditor.client.AceEditorConnector.SendTimer
 
changed() - Method in class org.vaadin.aceeditor.client.AceEditorConnector
 
changed(TransportDiff, TransportDoc.TransportRange, boolean) - Method in interface org.vaadin.aceeditor.client.AceEditorServerRpc
 
changed() - Method in interface org.vaadin.aceeditor.client.AceEditorWidget.TextChangeListener
 
changedDelayed(TransportDiff, TransportDoc.TransportRange, boolean) - Method in interface org.vaadin.aceeditor.client.AceEditorServerRpc
 
changedOnServer() - Method in interface org.vaadin.aceeditor.client.AceEditorClientRpc
Notifies the client that the server-side value has changed.
changeListeners - Variable in class org.vaadin.aceeditor.client.AceEditorWidget
 
changeMode - Variable in class org.vaadin.aceeditor.client.AceEditorConnector
 
changeMode - Variable in class org.vaadin.aceeditor.client.AceEditorState
 
changeTextChangeEventMode(AceEditorConnector.TextChangeEventMode) - Method in class org.vaadin.aceeditor.client.AceEditorConnector
 
changeTimeout - Variable in class org.vaadin.aceeditor.client.AceEditorConnector
 
changeTimeout - Variable in class org.vaadin.aceeditor.client.AceEditorState
 
chars1 - Variable in class name.fraser.neil.plaintext.diff_match_patch.LinesToCharsResult
 
chars2 - Variable in class name.fraser.neil.plaintext.diff_match_patch.LinesToCharsResult
 
choiceList - Variable in class org.vaadin.aceeditor.client.SuggestPopup
 
clearAnnotations() - Method in class org.vaadin.aceeditor.client.gwt.GwtAceEditor
 
clearMarkerAnnotations() - Method in class org.vaadin.aceeditor.AceEditor
 
clearMarkers() - Method in class org.vaadin.aceeditor.AceEditor
 
clearRowAnnotations() - Method in class org.vaadin.aceeditor.AceEditor
 
clientChanged(TransportDiff, TransportDoc.TransportRange, boolean) - Method in class org.vaadin.aceeditor.AceEditor
 
clientId - Variable in class org.vaadin.aceeditor.client.AceEditorWidget.MarkerInEditor
 
clientRpc - Variable in class org.vaadin.aceeditor.client.AceEditorConnector
 
ClientSideDocDiff - Class in org.vaadin.aceeditor.client
 
ClientSideDocDiff.Adjuster - Class in org.vaadin.aceeditor.client
 
close() - Method in class org.vaadin.aceeditor.client.SuggestPopup
 
col1 - Variable in class org.vaadin.aceeditor.client.TransportDoc.TransportRange
 
col2 - Variable in class org.vaadin.aceeditor.client.TransportDoc.TransportRange
 
config - Variable in class org.vaadin.aceeditor.client.AceEditorState
 
connector - Variable in class org.vaadin.aceeditor.client.SuggesterConnector
 
convertRange(AceRange) - Method in class org.vaadin.aceeditor.client.AceEditorWidget
 
convertSelection(GwtAceSelection) - Static method in class org.vaadin.aceeditor.client.AceEditorWidget
 
count(char, String) - Static method in class org.vaadin.aceeditor.client.Util
 
create(String, String, int) - Static method in class org.vaadin.aceeditor.client.gwt.GwtAceAnnotation
Eg.
create(Element, String) - Static method in class org.vaadin.aceeditor.client.gwt.GwtAceEditor
 
create(int, int) - Static method in class org.vaadin.aceeditor.client.gwt.GwtAcePosition
 
create(int, int, int, int) - Static method in class org.vaadin.aceeditor.client.gwt.GwtAceRange
 
createAIEfromMA(Set<AceAnnotation.MarkerAnnotation>) - Method in class org.vaadin.aceeditor.client.AceEditorWidget
 
createChoiceList() - Method in class org.vaadin.aceeditor.client.SuggestPopup
 
createDescriptionPopup() - Method in class org.vaadin.aceeditor.client.SuggestPopup
 
createEmptyArray() - Static method in class org.vaadin.aceeditor.client.gwt.GwtAceAnnotation
 
createSuggestionPopup() - Method in class org.vaadin.aceeditor.client.SuggesterConnector
 
createWidget() - Method in class org.vaadin.aceeditor.client.AceEditorConnector
 
cssClass - Variable in class org.vaadin.aceeditor.client.TransportDoc.TransportMarker
 
cursorPosFromLineCol(String, int, int, int) - Static method in class org.vaadin.aceeditor.client.Util
 
cursorPosFromLineCol(String[], int, int, int) - Static method in class org.vaadin.aceeditor.client.Util
 
cursorPosFromLineCol(int[], int, int, int) - Static method in class org.vaadin.aceeditor.client.Util
 

D

Data() - Constructor for class org.vaadin.aceeditor.client.gwt.GwtAceChangeEvent.Data
 
dcol1 - Variable in class org.vaadin.aceeditor.client.TransportDiff.TransportRangeDiff
 
dcol2 - Variable in class org.vaadin.aceeditor.client.TransportDiff.TransportRangeDiff
 
DESCRIPTION_WIDTH - Static variable in class org.vaadin.aceeditor.client.SuggestPopup
 
descriptionPopup - Variable in class org.vaadin.aceeditor.client.SuggestPopup
 
descriptionText - Variable in class org.vaadin.aceeditor.client.TransportSuggestion
 
Diff(diff_match_patch.Operation, String) - Constructor for class name.fraser.neil.plaintext.diff_match_patch.Diff
Constructor.
diff(AceEditor.DiffEvent) - Method in interface org.vaadin.aceeditor.AceEditor.DiffListener
 
diff(TransportDiff) - Method in interface org.vaadin.aceeditor.client.AceEditorClientRpc
 
diff(AceDoc, AceDoc) - Static method in class org.vaadin.aceeditor.client.ClientSideDocDiff
 
diff(String, String) - Static method in class org.vaadin.aceeditor.client.GwtTextDiff
 
Diff() - Constructor for class org.vaadin.aceeditor.client.GwtTextDiff.Diff
 
diff(AceMarker, AceMarker) - Static method in class org.vaadin.aceeditor.client.MarkerDiff
 
diff(Map<String, AceMarker>, Map<String, AceMarker>, String) - Static method in class org.vaadin.aceeditor.client.MarkerSetDiff
 
diff(AceRange, AceRange) - Static method in class org.vaadin.aceeditor.client.RangeDiff
 
diff(Set<V>, Set<V>) - Method in class org.vaadin.aceeditor.client.SetDiff.Differ
 
diff(AceDoc, AceDoc) - Static method in class org.vaadin.aceeditor.ServerSideDocDiff
 
diff(String, String) - Static method in class org.vaadin.aceeditor.ServerSideDocDiff
 
diff_bisect(String, String, long) - Method in class name.fraser.neil.plaintext.diff_match_patch
Find the 'middle snake' of a diff, split the problem in two and return the recursively constructed diff.
diff_charsToLines(LinkedList<diff_match_patch.Diff>, List<String>) - Method in class name.fraser.neil.plaintext.diff_match_patch
Rehydrate the text in a diff from a string of line hashes to real lines of text.
diff_cleanupEfficiency(LinkedList<diff_match_patch.Diff>) - Method in class name.fraser.neil.plaintext.diff_match_patch
Reduce the number of edits by eliminating operationally trivial equalities.
diff_cleanupMerge(LinkedList<diff_match_patch.Diff>) - Method in class name.fraser.neil.plaintext.diff_match_patch
Reorder and merge like edit sections.
diff_cleanupSemantic(LinkedList<diff_match_patch.Diff>) - Method in class name.fraser.neil.plaintext.diff_match_patch
Reduce the number of edits by eliminating semantically trivial equalities.
diff_cleanupSemanticLossless(LinkedList<diff_match_patch.Diff>) - Method in class name.fraser.neil.plaintext.diff_match_patch
Look for single edits surrounded on both sides by equalities which can be shifted sideways to align the edit to a word boundary.
diff_commonOverlap(String, String) - Method in class name.fraser.neil.plaintext.diff_match_patch
Determine if the suffix of one string is the prefix of another.
diff_commonPrefix(String, String) - Method in class name.fraser.neil.plaintext.diff_match_patch
Determine the common prefix of two strings
diff_commonSuffix(String, String) - Method in class name.fraser.neil.plaintext.diff_match_patch
Determine the common suffix of two strings
DIFF_DELETE - Static variable in class org.vaadin.aceeditor.client.GwtTextDiff
 
Diff_EditCost - Variable in class name.fraser.neil.plaintext.diff_match_patch
Cost of an empty edit operation in terms of edit characters.
diff_editCost - Variable in class org.vaadin.aceeditor.client.AceEditorState
 
DIFF_EQUAL - Static variable in class org.vaadin.aceeditor.client.GwtTextDiff
 
diff_fromDelta(String, String) - Method in class name.fraser.neil.plaintext.diff_match_patch
Given the original text1, and an encoded string which describes the operations required to transform text1 into text2, compute the full diff.
diff_halfMatch(String, String) - Method in class name.fraser.neil.plaintext.diff_match_patch
Do the two texts share a substring which is at least half the length of the longer text? This speedup can produce non-minimal diffs.
DIFF_INSERT - Static variable in class org.vaadin.aceeditor.client.GwtTextDiff
 
diff_levenshtein(LinkedList<diff_match_patch.Diff>) - Method in class name.fraser.neil.plaintext.diff_match_patch
Compute the Levenshtein distance; the number of inserted, deleted or substituted characters.
diff_linesToChars(String, String) - Method in class name.fraser.neil.plaintext.diff_match_patch
Split two texts into a list of strings.
diff_main(String, String) - Method in class name.fraser.neil.plaintext.diff_match_patch
Find the differences between two texts.
diff_main(String, String, boolean) - Method in class name.fraser.neil.plaintext.diff_match_patch
Find the differences between two texts.
diff_main(String, String) - Method in class org.vaadin.aceeditor.client.DiffMatchPatchJSNI
 
diff_match_patch - Class in name.fraser.neil.plaintext
Class containing the diff, match and patch methods.
diff_match_patch() - Constructor for class name.fraser.neil.plaintext.diff_match_patch
 
diff_match_patch.Diff - Class in name.fraser.neil.plaintext
Class representing one diff operation.
diff_match_patch.LinesToCharsResult - Class in name.fraser.neil.plaintext
Internal class for returning results from diff_linesToChars().
diff_match_patch.Operation - Enum in name.fraser.neil.plaintext
The data structure representing a diff is a Linked list of Diff objects: {Diff(Operation.DELETE, "Hello"), Diff(Operation.INSERT, "Goodbye"), Diff(Operation.EQUAL, " world.")} which means: delete "Hello", add "Goodbye" and keep " world."
diff_match_patch.Patch - Class in name.fraser.neil.plaintext
Class representing one patch operation.
diff_prettyHtml(LinkedList<diff_match_patch.Diff>) - Method in class name.fraser.neil.plaintext.diff_match_patch
Convert a Diff list into a pretty HTML report.
diff_text1(LinkedList<diff_match_patch.Diff>) - Method in class name.fraser.neil.plaintext.diff_match_patch
Compute and return the source text (all equalities and deletions).
diff_text2(LinkedList<diff_match_patch.Diff>) - Method in class name.fraser.neil.plaintext.diff_match_patch
Compute and return the destination text (all equalities and insertions).
Diff_Timeout - Variable in class name.fraser.neil.plaintext.diff_match_patch
Number of seconds to map a diff before giving up (0 for infinity).
diff_toDelta(LinkedList<diff_match_patch.Diff>) - Method in class name.fraser.neil.plaintext.diff_match_patch
Crush the diff into an encoded string which describes the operations required to transform text1 into text2.
diff_xIndex(LinkedList<diff_match_patch.Diff>, int) - Method in class name.fraser.neil.plaintext.diff_match_patch
loc is a location in text1, compute and return the equivalent location in text2.
diff_xIndex(JsArray<GwtTextDiff.Diff>, int) - Method in class org.vaadin.aceeditor.client.DiffMatchPatchJSNI
 
diff_xIndex_patches(JsArray<GwtTextDiff.Patch>, int) - Method in class org.vaadin.aceeditor.client.DiffMatchPatchJSNI
 
Differ() - Constructor for class org.vaadin.aceeditor.client.SetDiff.Differ
 
DiffEvent(AceEditor, ServerSideDocDiff) - Constructor for class org.vaadin.aceeditor.AceEditor.DiffEvent
 
DiffMatchPatchJSNI - Class in org.vaadin.aceeditor.client
 
DiffMatchPatchJSNI() - Constructor for class org.vaadin.aceeditor.client.DiffMatchPatchJSNI
 
diffMethod - Static variable in interface org.vaadin.aceeditor.AceEditor.DiffListener
 
diffs - Variable in class name.fraser.neil.plaintext.diff_match_patch.Patch
 
displayText - Variable in class org.vaadin.aceeditor.client.TransportSuggestion
 
dmp - Static variable in class org.vaadin.aceeditor.client.ClientSideDocDiff
 
doc - Variable in class org.vaadin.aceeditor.client.AceEditorWidget
 
down() - Method in class org.vaadin.aceeditor.client.SuggestPopup
 
drow1 - Variable in class org.vaadin.aceeditor.client.TransportDiff.TransportRangeDiff
 
drow2 - Variable in class org.vaadin.aceeditor.client.TransportDiff.TransportRangeDiff
 

E

editor - Variable in class org.vaadin.aceeditor.client.AceEditorWidget
 
editorId - Variable in class org.vaadin.aceeditor.client.AceEditorWidget
 
endContext - Variable in class org.vaadin.aceeditor.client.TransportDiff.TransportMarkerAddition
 
equals(Object) - Method in class name.fraser.neil.plaintext.diff_match_patch.Diff
Is this Diff equivalent to another Diff?
equals(Object) - Method in class org.vaadin.aceeditor.client.AceAnnotation
 
equals(Object) - Method in class org.vaadin.aceeditor.client.AceAnnotation.MarkerAnnotation
 
equals(Object) - Method in class org.vaadin.aceeditor.client.AceAnnotation.RowAnnotation
 
equals(Object) - Method in class org.vaadin.aceeditor.client.AceDoc
 
equals(Object) - Method in class org.vaadin.aceeditor.client.AceMarker
 
equals(Object) - Method in class org.vaadin.aceeditor.client.AceRange
 
equals(Object) - Method in class org.vaadin.aceeditor.client.TransportDoc.TransportMarker
 
equals(String, String) - Static method in class org.vaadin.aceeditor.TextUtils
 
EVENT_ID - Static variable in class org.vaadin.aceeditor.AceEditor.DiffEvent
 
EVENT_ID - Static variable in class org.vaadin.aceeditor.AceEditor.SelectionChangeEvent
 
extend(ServerConnector) - Method in class org.vaadin.aceeditor.client.SuggesterConnector
 
extend(AceEditor) - Method in class org.vaadin.aceeditor.SuggestionExtension
 

F

fireTextChanged() - Method in class org.vaadin.aceeditor.client.AceEditorWidget
 
flush() - Method in class org.vaadin.aceeditor.client.AceEditorConnector
 
focus() - Method in class org.vaadin.aceeditor.client.gwt.GwtAceEditor
 
focusChanged(boolean) - Method in class org.vaadin.aceeditor.client.AceEditorConnector
 
focusChanged(boolean) - Method in interface org.vaadin.aceeditor.client.AceEditorWidget.FocusChangeListener
 
focusChangeListener - Variable in class org.vaadin.aceeditor.client.AceEditorWidget
 
focused - Variable in class org.vaadin.aceeditor.client.AceEditorWidget
 
forFile(String) - Static method in enum org.vaadin.aceeditor.AceMode
 
forFileEnding(String) - Static method in enum org.vaadin.aceeditor.AceMode
 
fromPositions(int, int, String) - Static method in class org.vaadin.aceeditor.client.AceRange
 
fromPositions(int, int, String[]) - Static method in class org.vaadin.aceeditor.client.AceRange
 
fromString(String) - Static method in class org.vaadin.aceeditor.client.GwtTextDiff
 
fromTransport(TransportDoc.TransportAnnotation) - Static method in class org.vaadin.aceeditor.client.AceAnnotation
 
fromTransport(TransportDoc) - Static method in class org.vaadin.aceeditor.client.AceDoc
 
fromTransport(TransportDoc.TransportMarker) - Static method in class org.vaadin.aceeditor.client.AceMarker
 
fromTransport(TransportDoc.TransportRange) - Static method in class org.vaadin.aceeditor.client.AceRange
 
fromTransport(TransportDiff.TransportMarkerAddition) - Static method in class org.vaadin.aceeditor.client.MarkerAddition
 
fromTransport(TransportDiff.TransportMarkerDiff) - Static method in class org.vaadin.aceeditor.client.MarkerDiff
 
fromTransport(TransportDiff.TransportRangeDiff) - Static method in class org.vaadin.aceeditor.client.RangeDiff
 
fromTransport(TransportDiff.TransportSetDiffForRowAnnotations) - Static method in class org.vaadin.aceeditor.client.SetDiff
 
fromTransport(TransportDiff.TransportSetDiffForMarkerAnnotations) - Static method in class org.vaadin.aceeditor.client.SetDiff
 
fromTransport() - Method in interface org.vaadin.aceeditor.client.TransportDoc.TransportableOf
 
fromTransport() - Method in class org.vaadin.aceeditor.client.TransportDoc.TransportMarkerAnnotation
 
fromTransport() - Method in class org.vaadin.aceeditor.client.TransportDoc.TransportRowAnnotation
 
fromTransportDiff(TransportDiff) - Static method in class org.vaadin.aceeditor.client.ClientSideDocDiff
 
fromTransportDiff(TransportDiff.TransportMarkerSetDiff) - Static method in class org.vaadin.aceeditor.client.MarkerSetDiff
 
fromTransportDiff(TransportDiff) - Static method in class org.vaadin.aceeditor.ServerSideDocDiff
 

G

getAction() - Method in class org.vaadin.aceeditor.client.gwt.GwtAceChangeEvent.Data
 
getAdjustedMarker(String) - Method in class org.vaadin.aceeditor.client.MarkerAddition
 
getAnnotation() - Method in class org.vaadin.aceeditor.client.AceAnnotation.MarkerAnnotation
 
getAnnotation() - Method in class org.vaadin.aceeditor.client.AceAnnotation.RowAnnotation
 
getAnnotations() - Method in class org.vaadin.aceeditor.client.gwt.GwtAceEditor
 
getColumn() - Method in class org.vaadin.aceeditor.client.gwt.GwtAcePosition
 
getComponent() - Method in class org.vaadin.aceeditor.AceEditor.TextChangeEventImpl
 
getCoordsOf(GwtAcePosition) - Method in class org.vaadin.aceeditor.client.gwt.GwtAceEditor
 
getCoordsOfRowCol(int, int) - Method in class org.vaadin.aceeditor.client.gwt.GwtAceEditor
 
getCssClass() - Method in class org.vaadin.aceeditor.client.AceMarker
 
getCursorCoords() - Method in class org.vaadin.aceeditor.client.AceEditorWidget
 
getCursorCoords() - Method in class org.vaadin.aceeditor.client.gwt.GwtAceEditor
 
getCursorPosition() - Method in class org.vaadin.aceeditor.AceEditor
 
getCursorPosition() - Method in class org.vaadin.aceeditor.AceEditor.TextChangeEventImpl
 
getCursorPosition() - Method in class org.vaadin.aceeditor.client.gwt.GwtAceEditor
 
getCursorPosition() - Method in class org.vaadin.aceeditor.TextRange
 
getData() - Method in class org.vaadin.aceeditor.client.gwt.GwtAceChangeEvent
 
getDescriptionText() - Method in class org.vaadin.aceeditor.Suggestion
 
getDiff() - Method in class org.vaadin.aceeditor.AceEditor.DiffEvent
 
getDiffs() - Method in class org.vaadin.aceeditor.client.GwtTextDiff.Patch
 
getDiffsJsArray() - Method in class org.vaadin.aceeditor.client.GwtTextDiff.Patch
 
getDiffString() - Method in class org.vaadin.aceeditor.client.GwtTextDiff
 
getDisplayText() - Method in class org.vaadin.aceeditor.Suggestion
 
getDMP() - Static method in class org.vaadin.aceeditor.client.GwtTextDiff
 
getDoc() - Method in class org.vaadin.aceeditor.AceEditor
 
getDoc() - Method in class org.vaadin.aceeditor.client.AceEditorWidget
 
getEnd() - Method in class org.vaadin.aceeditor.client.gwt.GwtAceRange
 
getEnd() - Method in class org.vaadin.aceeditor.TextRange
 
getEndCol() - Method in class org.vaadin.aceeditor.client.AceRange
 
getEndRow() - Method in class org.vaadin.aceeditor.client.AceRange
 
getInvisibleMarker(int) - Method in class org.vaadin.aceeditor.client.AceEditorWidget
 
getKeyCode() - Method in class org.vaadin.aceeditor.client.gwt.GwtAceKeyboardEvent
 
getLength() - Method in class org.vaadin.aceeditor.client.gwt.GwtAceEditor
 
getLine(int) - Method in class org.vaadin.aceeditor.client.gwt.GwtAceEditor
 
getLineLength(int) - Method in class org.vaadin.aceeditor.client.gwt.GwtAceEditor
 
getLines(int, int) - Method in class org.vaadin.aceeditor.client.gwt.GwtAceEditor
 
getLongestLineLength(int, int) - Method in class org.vaadin.aceeditor.client.gwt.GwtAceEditor
 
getMarkerAnnotations() - Method in class org.vaadin.aceeditor.client.AceDoc
 
getMarkerAnnotations() - Method in class org.vaadin.aceeditor.client.AceEditorWidget
 
getMarkerId() - Method in class org.vaadin.aceeditor.client.AceAnnotation.MarkerAnnotation
 
getMarkerId() - Method in class org.vaadin.aceeditor.client.AceMarker
 
getMarkers() - Method in class org.vaadin.aceeditor.client.AceDoc
 
getMarkers() - Method in class org.vaadin.aceeditor.client.AceEditorWidget
 
getMessage() - Method in class org.vaadin.aceeditor.client.AceAnnotation
 
getNewLineCharacter() - Method in class org.vaadin.aceeditor.client.gwt.GwtAceEditor
 
getOnChange() - Method in class org.vaadin.aceeditor.client.AceMarker
 
getOperation() - Method in class org.vaadin.aceeditor.client.GwtTextDiff.Diff
 
getPatches() - Method in class org.vaadin.aceeditor.client.GwtTextDiff
 
getPatches() - Method in class org.vaadin.aceeditor.ServerSideDocDiff
 
getPatchesString() - Method in class org.vaadin.aceeditor.client.ClientSideDocDiff
 
getPatchesString() - Method in class org.vaadin.aceeditor.ServerSideDocDiff
 
getPositions(String) - Method in class org.vaadin.aceeditor.client.AceRange
 
getPositions(String[]) - Method in class org.vaadin.aceeditor.client.AceRange
 
getRange() - Method in class org.vaadin.aceeditor.client.AceMarker
 
getRange() - Method in class org.vaadin.aceeditor.client.gwt.GwtAceChangeEvent.Data
 
getRange() - Method in class org.vaadin.aceeditor.client.gwt.GwtAceSelection
 
getRequireString() - Method in enum org.vaadin.aceeditor.AceTheme
 
getRow() - Method in class org.vaadin.aceeditor.client.AceAnnotation.RowAnnotation
 
getRow() - Method in class org.vaadin.aceeditor.client.gwt.GwtAceAnnotation
 
getRow() - Method in class org.vaadin.aceeditor.client.gwt.GwtAcePosition
 
getRowAnnotations() - Method in class org.vaadin.aceeditor.client.AceDoc
 
getRowAnnotations() - Method in class org.vaadin.aceeditor.client.AceEditorWidget
 
getScrollTop() - Method in class org.vaadin.aceeditor.client.gwt.GwtAceEditor
 
getScrollTopRow() - Method in class org.vaadin.aceeditor.client.gwt.GwtAceEditor
 
getSelection() - Method in class org.vaadin.aceeditor.AceEditor
 
getSelection() - Method in class org.vaadin.aceeditor.AceEditor.SelectionChangeEvent
 
getSelection() - Method in class org.vaadin.aceeditor.client.AceEditorWidget
 
getSelection() - Method in class org.vaadin.aceeditor.client.gwt.GwtAceEditor
 
getStart() - Method in class org.vaadin.aceeditor.client.gwt.GwtAceRange
 
getStart() - Method in class org.vaadin.aceeditor.TextRange
 
getStartCol() - Method in class org.vaadin.aceeditor.client.AceRange
 
getStartRow() - Method in class org.vaadin.aceeditor.client.AceRange
 
getState() - Method in class org.vaadin.aceeditor.AceEditor
 
getState(boolean) - Method in class org.vaadin.aceeditor.AceEditor
 
getState() - Method in class org.vaadin.aceeditor.client.AceEditorConnector
 
getState() - Method in class org.vaadin.aceeditor.client.SuggesterConnector
 
getState() - Method in class org.vaadin.aceeditor.SuggestionExtension
 
getState(boolean) - Method in class org.vaadin.aceeditor.SuggestionExtension
 
getSuggestions(String, int) - Method in interface org.vaadin.aceeditor.Suggester
Returns a list of Suggestions based on text and cursor position.
getSuggestionText() - Method in class org.vaadin.aceeditor.Suggestion
 
getText() - Method in class org.vaadin.aceeditor.AceEditor.TextChangeEventImpl
 
getText() - Method in class org.vaadin.aceeditor.client.AceDoc
 
getText() - Method in class org.vaadin.aceeditor.client.AceEditorWidget
 
getText() - Method in class org.vaadin.aceeditor.client.gwt.GwtAceAnnotation
 
getText() - Method in class org.vaadin.aceeditor.client.gwt.GwtAceChangeEvent.Data
 
getText() - Method in class org.vaadin.aceeditor.client.gwt.GwtAceEditor
 
getText() - Method in class org.vaadin.aceeditor.client.GwtTextDiff.Diff
 
getType() - Method in class org.vaadin.aceeditor.AceEditor
 
getType() - Method in class org.vaadin.aceeditor.client.AceAnnotation
 
getType() - Method in class org.vaadin.aceeditor.client.AceMarker
 
getType() - Method in class org.vaadin.aceeditor.client.gwt.GwtAceAnnotation
 
getType() - Method in class org.vaadin.aceeditor.client.gwt.GwtAceEvent
 
getWidget() - Method in class org.vaadin.aceeditor.client.AceEditorConnector
 
getWord(String, int, int, int) - Method in class org.vaadin.aceeditor.client.SuggesterConnector
 
GwtAceAnnotation - Class in org.vaadin.aceeditor.client.gwt
An annotation shown at the Ace editor.
GwtAceAnnotation() - Constructor for class org.vaadin.aceeditor.client.gwt.GwtAceAnnotation
 
GwtAceChangeCursorHandler - Interface in org.vaadin.aceeditor.client.gwt
Listens to Ace cursor changes.
GwtAceChangeEvent - Class in org.vaadin.aceeditor.client.gwt
A text change event received from Ace.
GwtAceChangeEvent() - Constructor for class org.vaadin.aceeditor.client.gwt.GwtAceChangeEvent
 
GwtAceChangeEvent.Data - Class in org.vaadin.aceeditor.client.gwt
 
GwtAceChangeEvent.Data.Action - Enum in org.vaadin.aceeditor.client.gwt
 
GwtAceChangeHandler - Interface in org.vaadin.aceeditor.client.gwt
Listens to Ace text changes.
GwtAceChangeSelectionHandler - Interface in org.vaadin.aceeditor.client.gwt
Listens to Ace selection changes.
GwtAceEditor - Class in org.vaadin.aceeditor.client.gwt
A GWT adaptation of Ace editor.
GwtAceEditor() - Constructor for class org.vaadin.aceeditor.client.gwt.GwtAceEditor
 
GwtAceEvent - Class in org.vaadin.aceeditor.client.gwt
An event received from Ace.
GwtAceEvent() - Constructor for class org.vaadin.aceeditor.client.gwt.GwtAceEvent
 
GwtAceFocusBlurHandler - Interface in org.vaadin.aceeditor.client.gwt
 
GwtAceKeyboardEvent - Class in org.vaadin.aceeditor.client.gwt
 
GwtAceKeyboardEvent() - Constructor for class org.vaadin.aceeditor.client.gwt.GwtAceKeyboardEvent
 
GwtAceKeyboardHandler - Interface in org.vaadin.aceeditor.client.gwt
Handles key presses.
GwtAceKeyboardHandler.Command - Enum in org.vaadin.aceeditor.client.gwt
A command returned by GwtAceKeyboardHandler#handleKeyboard(JavaScriptObject, int, String, int, JavaScriptObject) .
GwtAcePosition - Class in org.vaadin.aceeditor.client.gwt
{row: int, column: int}
GwtAcePosition() - Constructor for class org.vaadin.aceeditor.client.gwt.GwtAcePosition
 
GwtAceRange - Class in org.vaadin.aceeditor.client.gwt
GwtAceRange() - Constructor for class org.vaadin.aceeditor.client.gwt.GwtAceRange
 
GwtAceSelection - Class in org.vaadin.aceeditor.client.gwt
{ range: GwtAceRange, isBackwards: function }
GwtAceSelection() - Constructor for class org.vaadin.aceeditor.client.gwt.GwtAceSelection
 
GwtTextDiff - Class in org.vaadin.aceeditor.client
 
GwtTextDiff.Diff - Class in org.vaadin.aceeditor.client
 
GwtTextDiff.Patch - Class in org.vaadin.aceeditor.client
 

H

handleKeyboard(JavaScriptObject, int, String, int, GwtAceKeyboardEvent) - Method in interface org.vaadin.aceeditor.client.gwt.GwtAceKeyboardHandler
Called on key press.
handleKeyboard(JavaScriptObject, int, String, int, GwtAceKeyboardEvent) - Method in class org.vaadin.aceeditor.client.SuggesterConnector
 
hashCode() - Method in class name.fraser.neil.plaintext.diff_match_patch.Diff
Create a numeric hash value for a Diff.
hashCode() - Method in class org.vaadin.aceeditor.client.AceAnnotation
 
hashCode() - Method in class org.vaadin.aceeditor.client.AceAnnotation.MarkerAnnotation
 
hashCode() - Method in class org.vaadin.aceeditor.client.AceAnnotation.RowAnnotation
 
hashCode() - Method in class org.vaadin.aceeditor.client.AceDoc
 
hashCode() - Method in class org.vaadin.aceeditor.client.AceMarker
 
hashCode() - Method in class org.vaadin.aceeditor.client.AceRange
 
hashCode() - Method in class org.vaadin.aceeditor.client.TransportDoc.TransportMarker
 
hasMarkerAnnotations() - Method in class org.vaadin.aceeditor.client.AceDoc
 
hasRowAnnotations() - Method in class org.vaadin.aceeditor.client.AceDoc
 
HEIGHT - Static variable in class org.vaadin.aceeditor.client.SuggestPopup
 
hide() - Method in class org.vaadin.aceeditor.client.SuggestPopup
 
hide(boolean) - Method in class org.vaadin.aceeditor.client.SuggestPopup
 
highlightActiveLine - Variable in class org.vaadin.aceeditor.client.AceEditorState
 

I

idCounter - Static variable in class org.vaadin.aceeditor.client.AceEditorWidget
 
ignoreEditorEvents - Variable in class org.vaadin.aceeditor.client.AceEditorWidget
 
indentationStringOfCursorLine(String, int) - Static method in class org.vaadin.aceeditor.client.Util
 
index - Variable in class org.vaadin.aceeditor.client.TransportSuggestion
 
inFront - Variable in class org.vaadin.aceeditor.client.TransportDoc.TransportMarker
 
init() - Method in class org.vaadin.aceeditor.client.AceEditorConnector
 
initialize() - Method in class org.vaadin.aceeditor.client.AceEditorWidget
 
initialValue - Variable in class org.vaadin.aceeditor.client.AceEditorState
 
insertLine(int, String) - Method in class org.vaadin.aceeditor.client.gwt.GwtAceEditor
 
invisibleMarkers - Variable in class org.vaadin.aceeditor.client.AceEditorWidget
 
isAltKey() - Method in class org.vaadin.aceeditor.client.gwt.GwtAceKeyboardEvent
 
isBackwards() - Method in class org.vaadin.aceeditor.client.AceRange
 
isBackwards() - Method in class org.vaadin.aceeditor.client.gwt.GwtAceSelection
 
isCtrlKey() - Method in class org.vaadin.aceeditor.client.gwt.GwtAceKeyboardEvent
 
isFocused() - Method in class org.vaadin.aceeditor.client.AceEditorWidget
 
isFocused() - Method in class org.vaadin.aceeditor.client.gwt.GwtAceEditor
 
isHighlightActiveLine() - Method in class org.vaadin.aceeditor.AceEditor
 
isIdentity() - Method in class org.vaadin.aceeditor.client.ClientSideDocDiff
 
isIdentity() - Method in class org.vaadin.aceeditor.client.GwtTextDiff
 
isIdentity() - Method in class org.vaadin.aceeditor.client.MarkerDiff
 
isIdentity() - Method in class org.vaadin.aceeditor.client.MarkerSetDiff
 
isIdentity() - Method in class org.vaadin.aceeditor.client.RangeDiff
 
isIdentity() - Method in class org.vaadin.aceeditor.ServerSideDocDiff
 
isInFront() - Method in class org.vaadin.aceeditor.client.AceMarker
 
isInitialized() - Method in class org.vaadin.aceeditor.client.AceEditorWidget
 
isOnRoundtrip() - Method in class org.vaadin.aceeditor.client.AceEditorConnector
 
isShiftKey() - Method in class org.vaadin.aceeditor.client.gwt.GwtAceKeyboardEvent
 
isShowDescriptions() - Method in class org.vaadin.aceeditor.SuggestionExtension
 
isShowGutter() - Method in class org.vaadin.aceeditor.AceEditor
 
isShowPrintMargin() - Method in class org.vaadin.aceeditor.AceEditor
 
isVaadinAceEditorAnnotation() - Method in class org.vaadin.aceeditor.client.gwt.GwtAceAnnotation
 
isZeroLength() - Method in class org.vaadin.aceeditor.client.AceRange
 

J

join(String[]) - Static method in class org.vaadin.aceeditor.client.Util
 

K

keyboardHandler - Variable in class org.vaadin.aceeditor.client.AceEditorWidget
 
keyCodeToString(int) - Static method in class org.vaadin.aceeditor.client.gwt.GwtAceEditor
 
keyModsToHashId(boolean, boolean, boolean) - Static method in class org.vaadin.aceeditor.client.gwt.GwtAceEditor
 
keyName(int, boolean, boolean, boolean) - Static method in class org.vaadin.aceeditor.client.gwt.GwtAceEditor
 
keyPressWhileSuggesting(int) - Method in class org.vaadin.aceeditor.client.SuggesterConnector
 

L

latestInvisibleMarkerId - Variable in class org.vaadin.aceeditor.client.AceEditorWidget
 
length1 - Variable in class name.fraser.neil.plaintext.diff_match_patch.Patch
 
length2 - Variable in class name.fraser.neil.plaintext.diff_match_patch.Patch
 
lineArray - Variable in class name.fraser.neil.plaintext.diff_match_patch.LinesToCharsResult
 
lineColFromCursorPos(String, int, int) - Static method in class org.vaadin.aceeditor.client.Util
 
lineColFromCursorPos(String[], int, int) - Static method in class org.vaadin.aceeditor.client.Util
 
lineColFromCursorPos(int[], int, int) - Static method in class org.vaadin.aceeditor.client.Util
 
LinesToCharsResult(String, String, List<String>) - Constructor for class name.fraser.neil.plaintext.diff_match_patch.LinesToCharsResult
 
listener - Variable in class org.vaadin.aceeditor.client.SuggestPopup
 
listenToFocusChanges - Variable in class org.vaadin.aceeditor.client.AceEditorConnector
 
listenToFocusChanges - Variable in class org.vaadin.aceeditor.client.AceEditorState
 
listenToSelectionChanges - Variable in class org.vaadin.aceeditor.client.AceEditorConnector
 
listenToSelectionChanges - Variable in class org.vaadin.aceeditor.client.AceEditorState
 
loading() - Method in interface org.vaadin.aceeditor.client.SuggestionResources
 
loadingImage - Variable in class org.vaadin.aceeditor.client.SuggestPopup
 

M

marker - Variable in class org.vaadin.aceeditor.client.AceEditorWidget.MarkerInEditor
 
marker - Variable in class org.vaadin.aceeditor.client.TransportDiff.TransportMarkerAddition
 
MarkerAddition - Class in org.vaadin.aceeditor.client
 
MarkerAddition(AceMarker, String) - Constructor for class org.vaadin.aceeditor.client.MarkerAddition
 
markerAnnDiff - Variable in class org.vaadin.aceeditor.client.TransportDiff
 
MarkerAnnotation(String, AceAnnotation) - Constructor for class org.vaadin.aceeditor.client.AceAnnotation.MarkerAnnotation
 
markerAnnotations - Variable in class org.vaadin.aceeditor.client.AceEditorWidget
 
markerAnnotations - Variable in class org.vaadin.aceeditor.client.TransportDoc
 
markerAnnsInEditor - Variable in class org.vaadin.aceeditor.client.AceEditorWidget
 
MarkerDiff - Class in org.vaadin.aceeditor.client
 
MarkerDiff(RangeDiff) - Constructor for class org.vaadin.aceeditor.client.MarkerDiff
 
markerId - Variable in class org.vaadin.aceeditor.client.AceEditorWidget.AnnotationInEditor
 
markerId - Variable in class org.vaadin.aceeditor.client.TransportDoc.TransportMarker
 
markerId - Variable in class org.vaadin.aceeditor.client.TransportDoc.TransportMarkerAnnotation
 
MarkerInEditor(AceMarker, String) - Constructor for class org.vaadin.aceeditor.client.AceEditorWidget.MarkerInEditor
 
markerIsValid(AceMarker) - Static method in class org.vaadin.aceeditor.client.AceEditorWidget
 
markers - Variable in class org.vaadin.aceeditor.client.TransportDoc
 
MarkerSetDiff - Class in org.vaadin.aceeditor.client
 
MarkerSetDiff(Map<String, MarkerAddition>, Set<String>) - Constructor for class org.vaadin.aceeditor.client.MarkerSetDiff
 
MarkerSetDiff(Map<String, MarkerAddition>, Map<String, MarkerDiff>, Set<String>) - Constructor for class org.vaadin.aceeditor.client.MarkerSetDiff
 
markerSetDiff - Variable in class org.vaadin.aceeditor.client.TransportDiff
 
markersInEditor - Variable in class org.vaadin.aceeditor.client.AceEditorWidget
 
match_alphabet(String) - Method in class name.fraser.neil.plaintext.diff_match_patch
Initialise the alphabet for the Bitap algorithm.
match_bitap(String, String, int) - Method in class name.fraser.neil.plaintext.diff_match_patch
Locate the best instance of 'pattern' in 'text' near 'loc' using the Bitap algorithm.
Match_Distance - Variable in class name.fraser.neil.plaintext.diff_match_patch
How far to search for a match (0 = exact location, 1000+ = broad match).
match_main(String, String, int) - Method in class name.fraser.neil.plaintext.diff_match_patch
Locate the best instance of 'pattern' in 'text' near 'loc'.
match_main(String, String, int) - Method in class org.vaadin.aceeditor.client.DiffMatchPatchJSNI
 
Match_Threshold - Variable in class name.fraser.neil.plaintext.diff_match_patch
At what point is no match declared (0.0 = perfection, 1.0 = very loose).
message - Variable in class org.vaadin.aceeditor.client.TransportDoc.TransportAnnotation
 
mode - Variable in class org.vaadin.aceeditor.client.AceEditorState
 
moveCursorTo(int, int) - Method in class org.vaadin.aceeditor.client.gwt.GwtAceEditor
 
moveCursorToPosition(GwtAcePosition) - Method in class org.vaadin.aceeditor.client.gwt.GwtAceEditor
 
moved - Variable in class org.vaadin.aceeditor.client.TransportDiff.TransportMarkerSetDiff
 
moveMarkerOnInsert(AceRange, GwtAceRange) - Static method in class org.vaadin.aceeditor.client.AceEditorWidget
 
moveMarkerOnRemove(AceRange, GwtAceRange) - Static method in class org.vaadin.aceeditor.client.AceEditorWidget
 

N

name.fraser.neil.plaintext - package name.fraser.neil.plaintext
 
newInstance() - Static method in class org.vaadin.aceeditor.client.DiffMatchPatchJSNI
 
newMarkersAndAnnotations(MarkerSetDiff, SetDiff<AceAnnotation.MarkerAnnotation, TransportDoc.TransportMarkerAnnotation>) - Static method in class org.vaadin.aceeditor.ServerSideDocDiff
 
nextId() - Static method in class org.vaadin.aceeditor.client.AceEditorWidget
 
noSuggestionSelected() - Method in class org.vaadin.aceeditor.client.SuggesterConnector
 
noSuggestionSelected() - Method in interface org.vaadin.aceeditor.client.SuggestPopup.SuggestionSelectedListener
 

O

onBlur(GwtAceEvent) - Method in class org.vaadin.aceeditor.client.AceEditorWidget
 
onBlur(GwtAceEvent) - Method in interface org.vaadin.aceeditor.client.gwt.GwtAceFocusBlurHandler
 
onBrowserEvent(Event) - Method in class org.vaadin.aceeditor.client.SuggestPopup
 
onChange(GwtAceChangeEvent) - Method in class org.vaadin.aceeditor.client.AceEditorWidget
 
onChange(GwtAceChangeEvent) - Method in interface org.vaadin.aceeditor.client.gwt.GwtAceChangeHandler
 
onChange(ChangeEvent) - Method in class org.vaadin.aceeditor.client.SuggestPopup
 
onChange - Variable in class org.vaadin.aceeditor.client.TransportDoc.TransportMarker
 
onChangeCursor(GwtAceEvent) - Method in class org.vaadin.aceeditor.client.AceEditorWidget
 
onChangeCursor(GwtAceEvent) - Method in interface org.vaadin.aceeditor.client.gwt.GwtAceChangeCursorHandler
 
onChangeSelection(GwtAceEvent) - Method in class org.vaadin.aceeditor.client.AceEditorWidget
 
onChangeSelection(GwtAceEvent) - Method in interface org.vaadin.aceeditor.client.gwt.GwtAceChangeSelectionHandler
 
onConnectorHierarchyChange(ConnectorHierarchyChangeEvent) - Method in class org.vaadin.aceeditor.client.AceEditorConnector
 
onDoubleClick(DoubleClickEvent) - Method in class org.vaadin.aceeditor.client.SuggestPopup
 
onFocus(GwtAceEvent) - Method in class org.vaadin.aceeditor.client.AceEditorWidget
 
onFocus(GwtAceEvent) - Method in interface org.vaadin.aceeditor.client.gwt.GwtAceFocusBlurHandler
 
onKeyDown(KeyDownEvent) - Method in class org.vaadin.aceeditor.client.SuggestPopup
 
onRoundtrip - Variable in class org.vaadin.aceeditor.client.AceEditorConnector
 
onStateChanged(StateChangeEvent) - Method in class org.vaadin.aceeditor.client.AceEditorConnector
 
onStateChanged(StateChangeEvent) - Method in class org.vaadin.aceeditor.client.SuggesterConnector
 
operation - Variable in class name.fraser.neil.plaintext.diff_match_patch.Diff
One of: INSERT, DELETE or EQUAL.
or(AceEditorConnector.SendCond) - Method in enum org.vaadin.aceeditor.client.AceEditorConnector.SendCond
 
org.vaadin.aceeditor - package org.vaadin.aceeditor
 
org.vaadin.aceeditor.client - package org.vaadin.aceeditor.client
 
org.vaadin.aceeditor.client.gwt - package org.vaadin.aceeditor.client.gwt
GWT adaptation of Ace Editor.
overlapping(GwtAceRange, int, int) - Static method in class org.vaadin.aceeditor.client.AceEditorWidget
 

P

Patch() - Constructor for class name.fraser.neil.plaintext.diff_match_patch.Patch
Constructor.
Patch() - Constructor for class org.vaadin.aceeditor.client.GwtTextDiff.Patch
 
patch_addContext(diff_match_patch.Patch, String) - Method in class name.fraser.neil.plaintext.diff_match_patch
Increase the context until it is unique, but don't let the pattern expand beyond Match_MaxBits.
patch_addPadding(LinkedList<diff_match_patch.Patch>) - Method in class name.fraser.neil.plaintext.diff_match_patch
Add some padding on text start and end so that edges can match something.
patch_apply(LinkedList<diff_match_patch.Patch>, String) - Method in class name.fraser.neil.plaintext.diff_match_patch
Merge a set of patches onto the text.
patch_apply(JsArray<GwtTextDiff.Patch>, String) - Method in class org.vaadin.aceeditor.client.DiffMatchPatchJSNI
 
patch_deepCopy(LinkedList<diff_match_patch.Patch>) - Method in class name.fraser.neil.plaintext.diff_match_patch
Given an array of patches, return another array that is identical.
Patch_DeleteThreshold - Variable in class name.fraser.neil.plaintext.diff_match_patch
When deleting a large block of text (over ~64 characters), how close do the contents have to be to match the expected contents.
patch_fromText(String) - Method in class name.fraser.neil.plaintext.diff_match_patch
Parse a textual representation of patches and return a List of Patch objects.
patch_fromText(String) - Method in class org.vaadin.aceeditor.client.DiffMatchPatchJSNI
 
patch_make(String, String) - Method in class name.fraser.neil.plaintext.diff_match_patch
Compute a list of patches to turn text1 into text2.
patch_make(LinkedList<diff_match_patch.Diff>) - Method in class name.fraser.neil.plaintext.diff_match_patch
Compute a list of patches to turn text1 into text2.
patch_make(String, String, LinkedList<diff_match_patch.Diff>) - Method in class name.fraser.neil.plaintext.diff_match_patch
Deprecated.
Prefer patch_make(String text1, LinkedList diffs).
patch_make(String, LinkedList<diff_match_patch.Diff>) - Method in class name.fraser.neil.plaintext.diff_match_patch
Compute a list of patches to turn text1 into text2.
patch_make(String, String) - Method in class org.vaadin.aceeditor.client.DiffMatchPatchJSNI
 
patch_make_diff_main(String, String) - Method in class org.vaadin.aceeditor.client.DiffMatchPatchJSNI
 
Patch_Margin - Variable in class name.fraser.neil.plaintext.diff_match_patch
Chunk size for context length.
patch_splitMax(LinkedList<diff_match_patch.Patch>) - Method in class name.fraser.neil.plaintext.diff_match_patch
Look through the patches and break up any which are longer than the maximum limit of the match algorithm.
patch_toText(List<diff_match_patch.Patch>) - Method in class name.fraser.neil.plaintext.diff_match_patch
Take a list of patches and return a textual representation.
patch_toText(JsArray<GwtTextDiff.Patch>) - Method in class org.vaadin.aceeditor.client.DiffMatchPatchJSNI
 
patchesAsString - Variable in class org.vaadin.aceeditor.client.TransportDiff
 
populateList() - Method in class org.vaadin.aceeditor.client.SuggestPopup
 
popup - Variable in class org.vaadin.aceeditor.client.SuggesterConnector
 
positionInNewText(String, int, String) - Static method in class org.vaadin.aceeditor.client.GwtTextDiff
 
preventDefault() - Method in class org.vaadin.aceeditor.client.gwt.GwtAceEvent
 
propertyReadOnly - Variable in class org.vaadin.aceeditor.client.AceEditorWidget
 

R

range - Variable in class org.vaadin.aceeditor.client.TransportDoc.TransportMarker
 
RangeDiff - Class in org.vaadin.aceeditor.client
 
RangeDiff(int, int, int, int) - Constructor for class org.vaadin.aceeditor.client.RangeDiff
 
rangeDiff - Variable in class org.vaadin.aceeditor.client.TransportDiff.TransportMarkerDiff
 
readOnly - Variable in class org.vaadin.aceeditor.client.AceEditorWidget
 
removeBlurListener(FieldEvents.BlurListener) - Method in class org.vaadin.aceeditor.AceEditor
 
removeContentsOfInvisibleMarker(int) - Method in class org.vaadin.aceeditor.client.AceEditorWidget
 
removed - Variable in class org.vaadin.aceeditor.client.TransportDiff.TransportMarkerSetDiff
 
removed - Variable in class org.vaadin.aceeditor.client.TransportDiff.TransportSetDiff
 
removed - Variable in class org.vaadin.aceeditor.client.TransportDiff.TransportSetDiffForMarkerAnnotations
 
removed - Variable in class org.vaadin.aceeditor.client.TransportDiff.TransportSetDiffForRowAnnotations
 
removeDiffListener(AceEditor.DiffListener) - Method in class org.vaadin.aceeditor.AceEditor
 
removeFocusListener(FieldEvents.FocusListener) - Method in class org.vaadin.aceeditor.AceEditor
 
removeInvisibleMarker(int) - Method in class org.vaadin.aceeditor.client.AceEditorWidget
 
removeLines(int, int) - Method in class org.vaadin.aceeditor.client.gwt.GwtAceEditor
 
removeListener(FieldEvents.BlurListener) - Method in class org.vaadin.aceeditor.AceEditor
Deprecated.
removeListener(FieldEvents.FocusListener) - Method in class org.vaadin.aceeditor.AceEditor
Deprecated.
removeListener(FieldEvents.TextChangeListener) - Method in class org.vaadin.aceeditor.AceEditor
Deprecated.
removeMarker(AceMarker) - Method in class org.vaadin.aceeditor.AceEditor
 
removeMarker(String) - Method in class org.vaadin.aceeditor.AceEditor
 
removeMarker(String) - Method in class org.vaadin.aceeditor.client.gwt.GwtAceEditor
 
removeMarkers(Set<AceEditorWidget.MarkerInEditor>) - Method in class org.vaadin.aceeditor.client.AceEditorWidget
 
removeSelectionChangeListener(AceEditor.SelectionChangeListener) - Method in class org.vaadin.aceeditor.AceEditor
 
removeSelectionChangeListener(AceEditorWidget.SelectionChangeListener) - Method in class org.vaadin.aceeditor.client.AceEditorWidget
 
removeTextChangeListener(FieldEvents.TextChangeListener) - Method in class org.vaadin.aceeditor.AceEditor
 
removeTextChangeListener(AceEditorWidget.TextChangeListener) - Method in class org.vaadin.aceeditor.client.AceEditorWidget
 
replace(GwtAceRange, String) - Method in class org.vaadin.aceeditor.client.gwt.GwtAceEditor
 
replaceContents(AceRange, String, String) - Static method in class org.vaadin.aceeditor.client.Util
 
resize() - Method in class org.vaadin.aceeditor.client.AceEditorWidget
 
resize() - Method in class org.vaadin.aceeditor.client.gwt.GwtAceEditor
 
reversed() - Method in class org.vaadin.aceeditor.client.AceRange
 
row - Variable in class org.vaadin.aceeditor.client.AceEditorWidget.AnnotationInEditor
 
row - Variable in class org.vaadin.aceeditor.client.TransportDoc.TransportRowAnnotation
 
row1 - Variable in class org.vaadin.aceeditor.client.TransportDoc.TransportRange
 
row2 - Variable in class org.vaadin.aceeditor.client.TransportDoc.TransportRange
 
rowAnnDiff - Variable in class org.vaadin.aceeditor.client.TransportDiff
 
RowAnnotation(int, AceAnnotation) - Constructor for class org.vaadin.aceeditor.client.AceAnnotation.RowAnnotation
 
rowAnnotations - Variable in class org.vaadin.aceeditor.client.AceEditorWidget
 
rowAnnotations - Variable in class org.vaadin.aceeditor.client.TransportDoc
 
rowAnnsInEditor - Variable in class org.vaadin.aceeditor.client.AceEditorWidget
 
rowOfMarker(String) - Method in class org.vaadin.aceeditor.client.AceEditorWidget
 
run() - Method in class org.vaadin.aceeditor.client.AceEditorConnector.SendTimer
 

S

sameMaps(Map<K, V>, Map<K, V>) - Static method in class org.vaadin.aceeditor.client.Util
 
sameSets(Set<V>, Set<V>) - Static method in class org.vaadin.aceeditor.client.Util
 
schedule(int, AceEditorConnector.SendCond) - Method in class org.vaadin.aceeditor.client.AceEditorConnector.SendTimer
 
scheduleIfNotAlready(int, AceEditorConnector.SendCond) - Method in class org.vaadin.aceeditor.client.AceEditorConnector.SendTimer
 
scrollToPosition(int) - Method in class org.vaadin.aceeditor.AceEditor
Scrolls the to the given position (characters from the start of the file).
scrollToRow(int) - Method in class org.vaadin.aceeditor.AceEditor
Scrolls to the given row.
scrollToRow - Variable in class org.vaadin.aceeditor.client.AceEditorState
 
scrollToRow(int) - Method in class org.vaadin.aceeditor.client.AceEditorWidget
 
scrollToRow(int) - Method in class org.vaadin.aceeditor.client.gwt.GwtAceEditor
 
scrollToRow(double) - Method in class org.vaadin.aceeditor.client.gwt.GwtAceEditor
 
scrollToRowAfterApplyingDiff - Variable in class org.vaadin.aceeditor.client.AceEditorConnector
 
scrollToY(int) - Method in class org.vaadin.aceeditor.client.gwt.GwtAceEditor
 
selChangeListeners - Variable in class org.vaadin.aceeditor.client.AceEditorWidget
 
select() - Method in class org.vaadin.aceeditor.client.SuggestPopup
 
selection - Variable in class org.vaadin.aceeditor.client.AceEditorState
 
selection - Variable in class org.vaadin.aceeditor.client.AceEditorWidget
 
selectionAfterApplyingDiff - Variable in class org.vaadin.aceeditor.client.AceEditorConnector
 
selectionChanged(AceEditor.SelectionChangeEvent) - Method in interface org.vaadin.aceeditor.AceEditor.SelectionChangeListener
 
selectionChanged() - Method in class org.vaadin.aceeditor.client.AceEditorConnector
 
selectionChanged() - Method in class org.vaadin.aceeditor.client.AceEditorWidget
 
selectionChanged() - Method in interface org.vaadin.aceeditor.client.AceEditorWidget.SelectionChangeListener
 
selectionChanged() - Method in class org.vaadin.aceeditor.client.SuggesterConnector
 
selectionChangedMethod - Static variable in interface org.vaadin.aceeditor.AceEditor.SelectionChangeListener
 
SelectionChangeEvent(AceEditor) - Constructor for class org.vaadin.aceeditor.AceEditor.SelectionChangeEvent
 
sendAfterRoundtrip - Variable in class org.vaadin.aceeditor.client.AceEditorConnector
 
sendChangeAccordingToMode(AceEditorConnector.SendCond) - Method in class org.vaadin.aceeditor.client.AceEditorConnector
 
sendChangeAccordingToMode(AceEditorConnector.SendCond, AceEditorConnector.TextChangeEventMode) - Method in class org.vaadin.aceeditor.client.AceEditorConnector
 
sendTimer - Variable in class org.vaadin.aceeditor.client.AceEditorConnector
 
SendTimer() - Constructor for class org.vaadin.aceeditor.client.AceEditorConnector.SendTimer
 
sendToServer(AceEditorConnector.SendCond, boolean) - Method in class org.vaadin.aceeditor.client.AceEditorConnector
 
sendToServerDelayed(AceEditorConnector.SendCond) - Method in class org.vaadin.aceeditor.client.AceEditorConnector
 
sendToServerImmediately() - Method in class org.vaadin.aceeditor.client.AceEditorConnector
 
sendToServerImmediately(AceEditorConnector.SendCond) - Method in class org.vaadin.aceeditor.client.AceEditorConnector
 
sendWhenPossible(AceEditorConnector.SendCond) - Method in class org.vaadin.aceeditor.client.AceEditorConnector
 
sendWhenPossible(AceEditorConnector.SendCond, AceEditorConnector.TextChangeEventMode) - Method in class org.vaadin.aceeditor.client.AceEditorConnector
 
serverRpc - Variable in class org.vaadin.aceeditor.client.AceEditorConnector
 
serverRpc - Variable in class org.vaadin.aceeditor.client.SuggesterConnector
 
serverRpc - Variable in class org.vaadin.aceeditor.SuggestionExtension
 
ServerSideDocDiff - Class in org.vaadin.aceeditor
 
ServerSideDocDiff(LinkedList<diff_match_patch.Patch>) - Constructor for class org.vaadin.aceeditor.ServerSideDocDiff
 
setAceConfig(String, String) - Static method in class org.vaadin.aceeditor.client.gwt.GwtAceEditor
 
setAnnotations(Set<AceAnnotation.MarkerAnnotation>, Set<AceAnnotation.RowAnnotation>) - Method in class org.vaadin.aceeditor.client.AceEditorWidget
 
setAnnotations(JsArray<GwtAceAnnotation>) - Method in class org.vaadin.aceeditor.client.gwt.GwtAceEditor
 
setAnnotationsToEditor() - Method in class org.vaadin.aceeditor.client.AceEditorWidget
 
setBasePath(String) - Method in class org.vaadin.aceeditor.AceEditor
 
setCursorPosition(int) - Method in class org.vaadin.aceeditor.AceEditor
Sets the cursor position to be pos characters from the beginning of the text.
setCursorRowCol(int, int) - Method in class org.vaadin.aceeditor.AceEditor
Sets the cursor on the given row and column.
SetDiff<V extends TransportDoc.TransportableAs<T>,T> - Class in org.vaadin.aceeditor.client
 
SetDiff(Set<V>, Set<V>) - Constructor for class org.vaadin.aceeditor.client.SetDiff
 
SetDiff() - Constructor for class org.vaadin.aceeditor.client.SetDiff
 
SetDiff.Differ<V extends TransportDoc.TransportableAs<T>,T> - Class in org.vaadin.aceeditor.client
 
setDiff_EditCost(int) - Method in class org.vaadin.aceeditor.client.DiffMatchPatchJSNI
 
setDoc(AceDoc) - Method in class org.vaadin.aceeditor.AceEditor
 
setDoc(AceDoc) - Method in class org.vaadin.aceeditor.client.AceEditorWidget
 
setFocus(boolean) - Method in class org.vaadin.aceeditor.client.AceEditorWidget
 
setFocusChangeListener(AceEditorWidget.FocusChangeListener) - Method in class org.vaadin.aceeditor.client.AceEditorWidget
 
setFontSize(String) - Method in class org.vaadin.aceeditor.client.gwt.GwtAceEditor
 
setHeight(String) - Method in class org.vaadin.aceeditor.client.AceEditorWidget
 
setHeight(String) - Method in class org.vaadin.aceeditor.client.gwt.GwtAceEditor
 
setHighlightActiveLine(boolean) - Method in class org.vaadin.aceeditor.AceEditor
 
setHighlightActiveLineEnabled(boolean) - Method in class org.vaadin.aceeditor.client.AceEditorWidget
 
setHighlightActiveLineEnabled(boolean) - Method in class org.vaadin.aceeditor.client.gwt.GwtAceEditor
 
setHScrollBarAlwaysVisible(boolean) - Method in class org.vaadin.aceeditor.client.gwt.GwtAceEditor
 
setInternalValue(String) - Method in class org.vaadin.aceeditor.AceEditor
 
setKeyboardHandler(GwtAceKeyboardHandler) - Method in class org.vaadin.aceeditor.client.AceEditorWidget
 
setKeyboardHandler(GwtAceKeyboardHandler) - Method in class org.vaadin.aceeditor.client.gwt.GwtAceEditor
 
setMarkers(Map<String, AceMarker>) - Method in class org.vaadin.aceeditor.client.AceEditorWidget
 
setMatch_Distance(int) - Method in class org.vaadin.aceeditor.client.DiffMatchPatchJSNI
 
setMatch_Threshold(double) - Method in class org.vaadin.aceeditor.client.DiffMatchPatchJSNI
 
setMode(AceMode) - Method in class org.vaadin.aceeditor.AceEditor
 
setMode(String) - Method in class org.vaadin.aceeditor.AceEditor
 
setMode(String) - Method in class org.vaadin.aceeditor.client.AceEditorWidget
 
setMode(String) - Method in class org.vaadin.aceeditor.client.gwt.GwtAceEditor
 
setModePath(String) - Method in class org.vaadin.aceeditor.AceEditor
 
setPatch_Margin(int) - Method in class org.vaadin.aceeditor.client.DiffMatchPatchJSNI
 
setPopupPosition(int, int) - Method in class org.vaadin.aceeditor.client.SuggestPopup
 
setPropertyReadOnly(boolean) - Method in class org.vaadin.aceeditor.client.AceEditorWidget
 
setReadOnly(boolean) - Method in class org.vaadin.aceeditor.client.AceEditorWidget
 
setReadOnly(boolean) - Method in class org.vaadin.aceeditor.client.gwt.GwtAceEditor
 
setSelection(int, int) - Method in class org.vaadin.aceeditor.AceEditor
Sets the selection to be between characters [start,end).
setSelection(AceRange) - Method in class org.vaadin.aceeditor.client.AceEditorWidget
 
setSelection(AceRange, boolean) - Method in class org.vaadin.aceeditor.client.AceEditorWidget
 
setSelection(GwtAceRange, boolean) - Method in class org.vaadin.aceeditor.client.gwt.GwtAceEditor
 
setSelectionRowCol(int, int, int, int) - Method in class org.vaadin.aceeditor.AceEditor
Sets the selection to be between the given (startRow,startCol) and (endRow, endCol).
setShowDescriptions(boolean) - Method in class org.vaadin.aceeditor.SuggestionExtension
 
setShowGutter(boolean) - Method in class org.vaadin.aceeditor.AceEditor
 
setShowGutter(boolean) - Method in class org.vaadin.aceeditor.client.AceEditorWidget
 
setShowGutter(boolean) - Method in class org.vaadin.aceeditor.client.gwt.GwtAceEditor
 
setShowPrintMargin(boolean) - Method in class org.vaadin.aceeditor.AceEditor
 
setShowPrintMargin(boolean) - Method in class org.vaadin.aceeditor.client.AceEditorWidget
 
setShowPrintMargin(boolean) - Method in class org.vaadin.aceeditor.client.gwt.GwtAceEditor
 
setStartOfValue(String) - Method in class org.vaadin.aceeditor.client.SuggestPopup
 
setSuggestions(List<TransportSuggestion>) - Method in class org.vaadin.aceeditor.client.SuggestPopup
 
setSuggestionSelectedListener(SuggestPopup.SuggestionSelectedListener) - Method in class org.vaadin.aceeditor.client.SuggestPopup
 
setSuggestOnDot(boolean) - Method in class org.vaadin.aceeditor.SuggestionExtension
 
setSuggs(List<TransportSuggestion>) - Method in class org.vaadin.aceeditor.client.SuggesterConnector
 
setText(String) - Method in class org.vaadin.aceeditor.client.AceEditorWidget
 
setText(String) - Method in class org.vaadin.aceeditor.client.gwt.GwtAceEditor
 
setTextAndAdjust(String) - Method in class org.vaadin.aceeditor.client.AceEditorWidget
 
setTextChangeEventMode(AbstractTextField.TextChangeEventMode) - Method in class org.vaadin.aceeditor.AceEditor
Sets the mode how the TextField triggers FieldEvents.TextChangeEvents.
setTextChangeEventMode(String) - Method in class org.vaadin.aceeditor.client.AceEditorConnector
 
setTextChangeTimeout(int) - Method in class org.vaadin.aceeditor.AceEditor
The text change timeout modifies how often text change events are communicated to the application when AceEditor.setTextChangeEventMode(com.vaadin.v7.ui.AbstractTextField.TextChangeEventMode) is AbstractTextField.TextChangeEventMode.LAZY or AbstractTextField.TextChangeEventMode.TIMEOUT.
setTextChangeTimeout(int) - Method in class org.vaadin.aceeditor.client.AceEditorConnector
 
setTheme(AceTheme) - Method in class org.vaadin.aceeditor.AceEditor
 
setTheme(String) - Method in class org.vaadin.aceeditor.AceEditor
 
setTheme(String) - Method in class org.vaadin.aceeditor.client.AceEditorWidget
 
setTheme(String) - Method in class org.vaadin.aceeditor.client.gwt.GwtAceEditor
 
setThemePath(String) - Method in class org.vaadin.aceeditor.AceEditor
 
setUseWorker(boolean) - Method in class org.vaadin.aceeditor.AceEditor
 
setUseWorker(boolean) - Method in class org.vaadin.aceeditor.client.AceEditorWidget
 
setUseWorker(boolean) - Method in class org.vaadin.aceeditor.client.gwt.GwtAceEditor
 
setUseWrapMode(boolean) - Method in class org.vaadin.aceeditor.client.gwt.GwtAceEditor
 
setWidth(String) - Method in class org.vaadin.aceeditor.client.AceEditorWidget
 
setWidth(String) - Method in class org.vaadin.aceeditor.client.gwt.GwtAceEditor
 
setWordWrap(boolean) - Method in class org.vaadin.aceeditor.AceEditor
 
setWordwrap(boolean) - Method in class org.vaadin.aceeditor.client.AceEditorWidget
 
setWorkerPath(String) - Method in class org.vaadin.aceeditor.AceEditor
 
shadow - Variable in class org.vaadin.aceeditor.client.AceEditorConnector
 
showDescriptions - Variable in class org.vaadin.aceeditor.client.SuggesterConnector
 
showDescriptions - Variable in class org.vaadin.aceeditor.client.SuggesterState
 
showDescriptions - Variable in class org.vaadin.aceeditor.client.SuggestPopup
 
showGutter - Variable in class org.vaadin.aceeditor.client.AceEditorState
 
showPrintMargin - Variable in class org.vaadin.aceeditor.client.AceEditorState
 
showSuggestions(List<TransportSuggestion>) - Method in interface org.vaadin.aceeditor.client.SuggesterClientRpc
 
start1 - Variable in class name.fraser.neil.plaintext.diff_match_patch.Patch
 
start2 - Variable in class name.fraser.neil.plaintext.diff_match_patch.Patch
 
startColOfCursorLine(String, int) - Static method in class org.vaadin.aceeditor.client.Util
 
startContext - Variable in class org.vaadin.aceeditor.client.TransportDiff.TransportMarkerAddition
 
startLoading() - Method in class org.vaadin.aceeditor.client.SuggestPopup
 
startOfValue - Variable in class org.vaadin.aceeditor.client.SuggestPopup
 
startSuggesting() - Method in class org.vaadin.aceeditor.client.SuggesterConnector
 
startSuggestingOnNextSelectionChange - Variable in class org.vaadin.aceeditor.client.SuggesterConnector
 
stopAskingForSuggestions() - Method in class org.vaadin.aceeditor.client.SuggesterConnector
 
stopPropagation() - Method in class org.vaadin.aceeditor.client.gwt.GwtAceEvent
 
stopSuggesting() - Method in class org.vaadin.aceeditor.client.SuggesterConnector
 
suggest(String, TransportDoc.TransportRange) - Method in interface org.vaadin.aceeditor.client.SuggesterServerRpc
 
Suggester - Interface in org.vaadin.aceeditor
 
suggester - Variable in class org.vaadin.aceeditor.SuggestionExtension
 
SuggesterClientRpc - Interface in org.vaadin.aceeditor.client
 
SuggesterConnector - Class in org.vaadin.aceeditor.client
 
SuggesterConnector() - Constructor for class org.vaadin.aceeditor.client.SuggesterConnector
 
SuggesterServerRpc - Interface in org.vaadin.aceeditor.client
 
SuggesterState - Class in org.vaadin.aceeditor.client
 
SuggesterState() - Constructor for class org.vaadin.aceeditor.client.SuggesterState
 
suggesting - Variable in class org.vaadin.aceeditor.client.SuggesterConnector
 
Suggestion - Class in org.vaadin.aceeditor
A single suggestion.
Suggestion(String, String) - Constructor for class org.vaadin.aceeditor.Suggestion
 
Suggestion(String, String, String) - Constructor for class org.vaadin.aceeditor.Suggestion
If suggestionText is "cat", the suggestion popup will stay there if user types "c" "ca" or "cat".
SuggestionExtension - Class in org.vaadin.aceeditor
Extends AceEditor with suggestion possibility.
SuggestionExtension(Suggester) - Constructor for class org.vaadin.aceeditor.SuggestionExtension
 
SuggestionResources - Interface in org.vaadin.aceeditor.client
 
suggestions - Variable in class org.vaadin.aceeditor.SuggestionExtension
 
suggestionSelected(TransportSuggestion) - Method in class org.vaadin.aceeditor.client.SuggesterConnector
 
suggestionSelected(int) - Method in interface org.vaadin.aceeditor.client.SuggesterServerRpc
 
suggestionSelected(TransportSuggestion) - Method in interface org.vaadin.aceeditor.client.SuggestPopup.SuggestionSelectedListener
 
suggestionStartId - Variable in class org.vaadin.aceeditor.client.SuggesterConnector
 
suggestionText - Variable in class org.vaadin.aceeditor.client.TransportSuggestion
 
suggestOnDot - Variable in class org.vaadin.aceeditor.client.SuggesterConnector
 
suggestOnDot - Variable in class org.vaadin.aceeditor.client.SuggesterState
 
SuggestPopup - Class in org.vaadin.aceeditor.client
 
SuggestPopup() - Constructor for class org.vaadin.aceeditor.client.SuggestPopup
 
SuggestPopup.SuggestionSelectedListener - Interface in org.vaadin.aceeditor.client
 
suggRange - Variable in class org.vaadin.aceeditor.SuggestionExtension
 
suggs - Variable in class org.vaadin.aceeditor.client.SuggestPopup
 
suggStartCursor - Variable in class org.vaadin.aceeditor.client.SuggesterConnector
 
suggStartCursor - Variable in class org.vaadin.aceeditor.SuggestionExtension
 
suggStartText - Variable in class org.vaadin.aceeditor.client.SuggesterConnector
 
suggStartText - Variable in class org.vaadin.aceeditor.SuggestionExtension
 

T

text - Variable in class name.fraser.neil.plaintext.diff_match_patch.Diff
The text associated with this diff operation.
text - Variable in class org.vaadin.aceeditor.client.AceEditorWidget
 
text - Variable in class org.vaadin.aceeditor.client.TransportDoc
 
textEquals(String, String) - Method in class org.vaadin.aceeditor.client.AceDoc
 
TextRange - Class in org.vaadin.aceeditor
 
TextRange(String, int, int, int, int) - Constructor for class org.vaadin.aceeditor.TextRange
 
TextRange(String, AceRange) - Constructor for class org.vaadin.aceeditor.TextRange
 
TextRange(String, int, int) - Constructor for class org.vaadin.aceeditor.TextRange
 
TextUtils - Class in org.vaadin.aceeditor
 
TextUtils() - Constructor for class org.vaadin.aceeditor.TextUtils
 
theme - Variable in class org.vaadin.aceeditor.client.AceEditorState
 
toString() - Method in class name.fraser.neil.plaintext.diff_match_patch.Diff
Display a human-readable version of this Diff.
toString() - Method in class name.fraser.neil.plaintext.diff_match_patch.Patch
Emmulate GNU diff's format.
toString() - Method in class org.vaadin.aceeditor.client.AceAnnotation.MarkerAnnotation
 
toString() - Method in class org.vaadin.aceeditor.client.AceAnnotation.RowAnnotation
 
toString() - Method in class org.vaadin.aceeditor.client.AceAnnotation
 
toString() - Method in class org.vaadin.aceeditor.client.AceDoc
 
toString() - Method in class org.vaadin.aceeditor.client.AceMarker
 
toString() - Method in class org.vaadin.aceeditor.client.AceRange
 
toString() - Method in class org.vaadin.aceeditor.client.ClientSideDocDiff
 
toString() - Method in class org.vaadin.aceeditor.client.MarkerDiff
 
toString() - Method in class org.vaadin.aceeditor.client.MarkerSetDiff
 
toString() - Method in class org.vaadin.aceeditor.client.RangeDiff
 
toString() - Method in class org.vaadin.aceeditor.client.SetDiff
 
toString() - Method in class org.vaadin.aceeditor.client.TransportDiff
 
toString() - Method in class org.vaadin.aceeditor.client.TransportDiff.TransportMarkerDiff
 
toString() - Method in class org.vaadin.aceeditor.client.TransportDiff.TransportMarkerSetDiff
 
toString() - Method in class org.vaadin.aceeditor.client.TransportDiff.TransportRangeDiff
 
toString() - Method in class org.vaadin.aceeditor.client.TransportDiff.TransportSetDiff
 
toString() - Method in class org.vaadin.aceeditor.client.TransportDiff.TransportSetDiffForMarkerAnnotations
 
toString() - Method in class org.vaadin.aceeditor.client.TransportDiff.TransportSetDiffForRowAnnotations
 
toString() - Method in class org.vaadin.aceeditor.client.TransportDoc
 
toString() - Method in class org.vaadin.aceeditor.client.TransportDoc.TransportMarker
 
toString() - Method in class org.vaadin.aceeditor.client.TransportDoc.TransportRange
 
toString() - Method in class org.vaadin.aceeditor.ServerSideDocDiff
 
TransportAnnotation() - Constructor for class org.vaadin.aceeditor.client.TransportDoc.TransportAnnotation
 
TransportAnnotation(String, AceAnnotation.Type) - Constructor for class org.vaadin.aceeditor.client.TransportDoc.TransportAnnotation
 
TransportDiff - Class in org.vaadin.aceeditor.client
Diff kinda classes to be used internally by the ace editor component, for transporting between client and server, etc.
TransportDiff() - Constructor for class org.vaadin.aceeditor.client.TransportDiff
 
TransportDiff.TransportMarkerAddition - Class in org.vaadin.aceeditor.client
 
TransportDiff.TransportMarkerDiff - Class in org.vaadin.aceeditor.client
 
TransportDiff.TransportMarkerSetDiff - Class in org.vaadin.aceeditor.client
 
TransportDiff.TransportRangeDiff - Class in org.vaadin.aceeditor.client
 
TransportDiff.TransportSetDiff<V> - Class in org.vaadin.aceeditor.client
 
TransportDiff.TransportSetDiffForMarkerAnnotations - Class in org.vaadin.aceeditor.client
 
TransportDiff.TransportSetDiffForRowAnnotations - Class in org.vaadin.aceeditor.client
 
TransportDoc - Class in org.vaadin.aceeditor.client
Classes to be used internally by the ace editor component, for transporting between client and server, etc.
TransportDoc() - Constructor for class org.vaadin.aceeditor.client.TransportDoc
 
TransportDoc.TransportableAs<T> - Interface in org.vaadin.aceeditor.client
 
TransportDoc.TransportableOf<T> - Interface in org.vaadin.aceeditor.client
 
TransportDoc.TransportAnnotation - Class in org.vaadin.aceeditor.client
 
TransportDoc.TransportMarker - Class in org.vaadin.aceeditor.client
 
TransportDoc.TransportMarkerAnnotation - Class in org.vaadin.aceeditor.client
 
TransportDoc.TransportRange - Class in org.vaadin.aceeditor.client
 
TransportDoc.TransportRowAnnotation - Class in org.vaadin.aceeditor.client
 
TransportMarker() - Constructor for class org.vaadin.aceeditor.client.TransportDoc.TransportMarker
 
TransportMarkerAddition() - Constructor for class org.vaadin.aceeditor.client.TransportDiff.TransportMarkerAddition
 
TransportMarkerAddition(TransportDoc.TransportMarker, String, String) - Constructor for class org.vaadin.aceeditor.client.TransportDiff.TransportMarkerAddition
 
TransportMarkerAnnotation() - Constructor for class org.vaadin.aceeditor.client.TransportDoc.TransportMarkerAnnotation
 
TransportMarkerAnnotation(String, TransportDoc.TransportAnnotation) - Constructor for class org.vaadin.aceeditor.client.TransportDoc.TransportMarkerAnnotation
 
TransportMarkerDiff() - Constructor for class org.vaadin.aceeditor.client.TransportDiff.TransportMarkerDiff
 
TransportMarkerDiff(TransportDiff.TransportRangeDiff) - Constructor for class org.vaadin.aceeditor.client.TransportDiff.TransportMarkerDiff
 
TransportMarkerSetDiff() - Constructor for class org.vaadin.aceeditor.client.TransportDiff.TransportMarkerSetDiff
 
TransportRange() - Constructor for class org.vaadin.aceeditor.client.TransportDoc.TransportRange
 
TransportRange(int, int, int, int) - Constructor for class org.vaadin.aceeditor.client.TransportDoc.TransportRange
 
TransportRangeDiff() - Constructor for class org.vaadin.aceeditor.client.TransportDiff.TransportRangeDiff
 
TransportRangeDiff(int, int, int, int) - Constructor for class org.vaadin.aceeditor.client.TransportDiff.TransportRangeDiff
 
TransportRowAnnotation() - Constructor for class org.vaadin.aceeditor.client.TransportDoc.TransportRowAnnotation
 
TransportRowAnnotation(int, TransportDoc.TransportAnnotation) - Constructor for class org.vaadin.aceeditor.client.TransportDoc.TransportRowAnnotation
 
TransportSetDiff() - Constructor for class org.vaadin.aceeditor.client.TransportDiff.TransportSetDiff
 
TransportSetDiff(Set<V>, Set<V>) - Constructor for class org.vaadin.aceeditor.client.TransportDiff.TransportSetDiff
 
TransportSetDiffForMarkerAnnotations() - Constructor for class org.vaadin.aceeditor.client.TransportDiff.TransportSetDiffForMarkerAnnotations
 
TransportSetDiffForMarkerAnnotations(Set<TransportDoc.TransportMarkerAnnotation>, Set<TransportDoc.TransportMarkerAnnotation>) - Constructor for class org.vaadin.aceeditor.client.TransportDiff.TransportSetDiffForMarkerAnnotations
 
TransportSetDiffForRowAnnotations() - Constructor for class org.vaadin.aceeditor.client.TransportDiff.TransportSetDiffForRowAnnotations
 
TransportSetDiffForRowAnnotations(Set<TransportDoc.TransportRowAnnotation>, Set<TransportDoc.TransportRowAnnotation>) - Constructor for class org.vaadin.aceeditor.client.TransportDiff.TransportSetDiffForRowAnnotations
 
TransportSuggestion - Class in org.vaadin.aceeditor.client
 
TransportSuggestion() - Constructor for class org.vaadin.aceeditor.client.TransportSuggestion
 
type - Variable in class org.vaadin.aceeditor.client.TransportDoc.TransportAnnotation
 
type - Variable in class org.vaadin.aceeditor.client.TransportDoc.TransportMarker
 

U

up() - Method in class org.vaadin.aceeditor.client.SuggestPopup
 
updateCaption(ComponentConnector) - Method in class org.vaadin.aceeditor.client.AceEditorConnector
 
updateDescriptionPopupPosition() - Method in class org.vaadin.aceeditor.client.SuggestPopup
 
updateMarkers(Set<AceEditorWidget.MarkerInEditor>) - Method in class org.vaadin.aceeditor.client.AceEditorWidget
 
updatePopupPosition(SuggestPopup) - Method in class org.vaadin.aceeditor.client.SuggesterConnector
 
useWorker - Variable in class org.vaadin.aceeditor.client.AceEditorState
 
Util - Class in org.vaadin.aceeditor.client
 
Util() - Constructor for class org.vaadin.aceeditor.client.Util
 

V

valueOf(String) - Static method in enum name.fraser.neil.plaintext.diff_match_patch.Operation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.vaadin.aceeditor.AceMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.vaadin.aceeditor.AceTheme
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.vaadin.aceeditor.client.AceAnnotation.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.vaadin.aceeditor.client.AceEditorConnector.SendCond
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.vaadin.aceeditor.client.AceEditorConnector.TextChangeEventMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.vaadin.aceeditor.client.AceMarker.OnTextChange
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.vaadin.aceeditor.client.AceMarker.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.vaadin.aceeditor.client.gwt.GwtAceChangeEvent.Data.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.vaadin.aceeditor.client.gwt.GwtAceKeyboardHandler.Command
Returns the enum constant of this type with the specified name.
values() - Static method in enum name.fraser.neil.plaintext.diff_match_patch.Operation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.vaadin.aceeditor.AceMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.vaadin.aceeditor.AceTheme
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.vaadin.aceeditor.client.AceAnnotation.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.vaadin.aceeditor.client.AceEditorConnector.SendCond
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.vaadin.aceeditor.client.AceEditorConnector.TextChangeEventMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.vaadin.aceeditor.client.AceMarker.OnTextChange
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.vaadin.aceeditor.client.AceMarker.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.vaadin.aceeditor.client.gwt.GwtAceChangeEvent.Data.Action
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.vaadin.aceeditor.client.gwt.GwtAceKeyboardHandler.Command
Returns an array containing the constants of this enum type, in the order they are declared.
visibleSuggs - Variable in class org.vaadin.aceeditor.client.SuggestPopup
 

W

widget - Variable in class org.vaadin.aceeditor.client.SuggesterConnector
 
WIDTH - Static variable in class org.vaadin.aceeditor.client.SuggestPopup
 
withAdditionalMarker(AceMarker) - Method in class org.vaadin.aceeditor.client.AceDoc
 
withAdditionalMarkerAnnotation(AceAnnotation.MarkerAnnotation) - Method in class org.vaadin.aceeditor.client.AceDoc
 
withAdditionalRowAnnotation(AceAnnotation.RowAnnotation) - Method in class org.vaadin.aceeditor.client.AceDoc
 
withMarkerAnnotations(Set<AceAnnotation.MarkerAnnotation>) - Method in class org.vaadin.aceeditor.client.AceDoc
 
withMarkers(Set<AceMarker>) - Method in class org.vaadin.aceeditor.client.AceDoc
 
withMarkers(Map<String, AceMarker>) - Method in class org.vaadin.aceeditor.client.AceDoc
 
withNewPosition(AceRange) - Method in class org.vaadin.aceeditor.client.AceMarker
 
withNewText(String) - Method in class org.vaadin.aceeditor.TextRange
 
withoutMarker(String) - Method in class org.vaadin.aceeditor.client.AceDoc
 
withoutMarkers() - Method in class org.vaadin.aceeditor.client.AceDoc
 
withRowAnnotations(Set<AceAnnotation.RowAnnotation>) - Method in class org.vaadin.aceeditor.client.AceDoc
 
withText(String) - Method in class org.vaadin.aceeditor.client.AceDoc
 
wordwrap - Variable in class org.vaadin.aceeditor.client.AceEditorState
 

Y

Y_OFFSET - Static variable in class org.vaadin.aceeditor.client.SuggesterConnector
 
A B C D E F G H I J K L M N O P R S T U V W Y 
Skip navigation links

Copyright © 2020 Magnolia International Ltd.. All rights reserved.