Package | Description |
---|---|
org.netbeans.editor | |
org.netbeans.editor.ext |
Completion Design View
|
Modifier and Type | Field and Description |
---|---|
protected EditorUI |
Abbrev.editorUI
Deprecated.
Extended UI to which this abbreviation is associated to
|
protected EditorUI |
StatusBar.editorUI |
Modifier and Type | Method and Description |
---|---|
protected EditorUI |
BaseKit.createEditorUI()
Create extended UI
|
protected EditorUI |
BaseKit.createPrintEditorUI(BaseDocument doc)
Deprecated.
this method is no longer being called by
EditorUI .
BaseKit.createPrintEditorUI(BaseDocument, boolean, boolean) is being
called instead. |
protected EditorUI |
BaseKit.createPrintEditorUI(BaseDocument doc,
boolean usePrintColoringMap,
boolean lineNumberEnabled)
Create extended UI for printing a document.
|
protected EditorUI |
CodeFoldingSideBar.getEditorUI()
Deprecated.
|
protected EditorUI |
BaseView.getEditorUI()
Get editor UI
|
EditorUI |
BaseTextUI.getEditorUI()
Get extended UI.
|
static EditorUI |
Utilities.getEditorUI(JTextComponent target)
Helper method to obtain instance of EditorUI (extended UI)
from the existing JTextComponent.
|
Constructor and Description |
---|
Abbrev(EditorUI editorUI,
boolean checkDocText,
boolean checkTextDelimiter)
Deprecated.
|
FoldingToolTip(View view,
EditorUI editorUI)
Deprecated.
Creates a new instance of FoldingToolTip
|
GlyphGutter(EditorUI eui) |
StatusBar(EditorUI editorUI) |
WordMatch(EditorUI editorUI)
Construct new word match over given view manager
|
Modifier and Type | Method and Description |
---|---|
protected EditorUI |
ExtKit.createEditorUI() |