- clear() - Method in class org.fujion.codemirror.CodeMirrorXML.SchemaInfo
-
Clears all schema information.
- clear() - Method in class org.fujion.codemirror.CodeMirrorXML.Tag
-
Remove all attributes and children.
- CodeMirror - Class in org.fujion.codemirror
-
Fujion wrapper for CodeMirror JavaScript editor.
- CodeMirror() - Constructor for class org.fujion.codemirror.CodeMirror
-
- CodeMirrorBase<T extends CodeMirrorOptions> - Class in org.fujion.codemirror
-
Base class for CodeMirror JavaScript editor components.
- CodeMirrorBase(T) - Constructor for class org.fujion.codemirror.CodeMirrorBase
-
- CodeMirrorOptions - Class in org.fujion.codemirror
-
Base options common to all CodeMirror components.
- CodeMirrorOptions(String) - Constructor for class org.fujion.codemirror.CodeMirrorOptions
-
Create options instance with specified mode.
- CodeMirrorOptions.InputStyleEnum - Enum in org.fujion.codemirror
-
- CodeMirrorXML - Class in org.fujion.codemirror
-
CodeMirror editor configured for XML support.
- CodeMirrorXML() - Constructor for class org.fujion.codemirror.CodeMirrorXML
-
- CodeMirrorXML.SchemaInfo - Class in org.fujion.codemirror
-
Represents the collection of tags that comprise a schema.
- CodeMirrorXML.Tag - Class in org.fujion.codemirror
-
Represents a single XML tag with its attributes and children.
- CodeMirrorXML.XMLOptions - Class in org.fujion.codemirror
-
- copy(CodeMirrorXML.Tag) - Method in class org.fujion.codemirror.CodeMirrorXML.Tag
-
Copy the attributes and children of one tag to this one, removing any existing values.
- coverGutterNextToScrollbar - Variable in class org.fujion.codemirror.CodeMirrorOptions
-
When fixedGutter is on, and there is a horizontal scrollbar, by default the gutter will be
visible to the left of this scrollbar.
- cursorBlinkRate - Variable in class org.fujion.codemirror.CodeMirrorOptions
-
Half-period in milliseconds used for cursor blinking.
- cursorHeight - Variable in class org.fujion.codemirror.CodeMirrorOptions
-
Determines the height of the cursor.
- cursorScrollMargin - Variable in class org.fujion.codemirror.CodeMirrorOptions
-
How much extra space to always keep above and below the cursor when approaching the top or
bottom of the visible view in a scrollable document.
- SchemaInfo() - Constructor for class org.fujion.codemirror.CodeMirrorXML.SchemaInfo
-
- scrollbarStyle - Variable in class org.fujion.codemirror.CodeMirrorOptions
-
Chooses a scrollbar implementation.
- setAlignCDATA(boolean) - Method in class org.fujion.codemirror.CodeMirrorXML
-
Sets the alignCDATA setting.
- setAutoCloseTags(Boolean) - Method in class org.fujion.codemirror.CodeMirrorXML
-
Sets the autoCloseTags setting.
- setAutoComplete(boolean) - Method in class org.fujion.codemirror.CodeMirrorXML
-
Sets the autoComplete setting.
- setHtmlMode(Boolean) - Method in class org.fujion.codemirror.CodeMirrorXML
-
Sets the HTML mode setting.
- setJumpShortcut(String) - Method in class org.fujion.codemirror.CodeMirrorXML
-
Sets the key combination that will jump to the tag matching the one currently under the
cursor.
- setLineNumbers(boolean) - Method in class org.fujion.codemirror.CodeMirrorBase
-
Sets the CodeMirror lineNumbers parameter.
- setMatchClosing(boolean) - Method in class org.fujion.codemirror.CodeMirrorXML
-
Sets the matchClosing setting which controls whether the mode checks that close tags match
the corresponding opening tag, and highlights mismatches as errors.
- setMatchTags(boolean) - Method in class org.fujion.codemirror.CodeMirrorXML
-
Sets the matchTags setting.
- setMode(String) - Method in class org.fujion.codemirror.CodeMirror
-
Sets the CodeMirror mode parameter.
- setMode(String) - Method in class org.fujion.codemirror.CodeMirrorBase
-
Sets the CodeMirror mode parameter.
- setPlaceholder(String) - Method in class org.fujion.codemirror.CodeMirrorBase
-
Sets the placeholder value.
- setReadonly(boolean) - Method in class org.fujion.codemirror.CodeMirrorBase
-
Set the read-only state of the editor.
- setSchemaInfo(CodeMirrorXML.SchemaInfo) - Method in class org.fujion.codemirror.CodeMirrorXML
-
Sets schema information.
- showCursorWhenSelecting - Variable in class org.fujion.codemirror.CodeMirrorOptions
-
Whether the cursor should be drawn when a selection is active.
- smartIndent - Variable in class org.fujion.codemirror.CodeMirrorOptions
-
Whether to use the context-sensitive indentation that the mode provides (or just indent the
same as the line before).
- specialCharPlaceholder - Variable in class org.fujion.codemirror.CodeMirrorOptions
-
A function that, given a special character identified by the specialChars option, produces a
DOM node that is used to represent the character.
- specialChars - Variable in class org.fujion.codemirror.CodeMirrorOptions
-
A regular expression used to determine which characters should be replaced by a special
placeholder.