|
org.netbeans.modules.editor.lib/1 1.14.0 3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EditorUI | |
---|---|
org.netbeans.editor | |
org.netbeans.editor.ext | Completion Design View |
Uses of EditorUI in org.netbeans.editor |
---|
Fields in org.netbeans.editor declared as EditorUI | |
---|---|
protected EditorUI |
StatusBar.editorUI
|
protected EditorUI |
Abbrev.editorUI
Extended UI to which this abbreviation is associated to |
Methods in org.netbeans.editor that return EditorUI | |
---|---|
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. |
EditorUI |
MarkFactory.DrawMark.getEditorUI()
|
EditorUI |
DrawContext.getEditorUI()
Get draw info for the component that is currently drawn. |
protected EditorUI |
CodeFoldingSideBar.getEditorUI()
|
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. |
Methods in org.netbeans.editor with parameters of type EditorUI | |
---|---|
void |
MarkFactory.DrawMark.setEditorUI(EditorUI editorUI)
|
Constructors in org.netbeans.editor with parameters of type EditorUI | |
---|---|
Abbrev(EditorUI editorUI,
boolean checkDocText,
boolean checkTextDelimiter)
|
|
FoldingToolTip(View view,
EditorUI editorUI)
Creates a new instance of FoldingToolTip |
|
GlyphGutter(EditorUI editorUI)
|
|
MarkFactory.ChainDrawMark(String layerName,
EditorUI editorUI)
|
|
MarkFactory.ChainDrawMark(String layerName,
EditorUI editorUI,
Position.Bias bias)
|
|
MarkFactory.DrawMark(String layerName,
EditorUI editorUI)
|
|
MarkFactory.DrawMark(String layerName,
EditorUI editorUI,
Position.Bias bias)
|
|
StatusBar(EditorUI editorUI)
|
|
WordMatch(EditorUI editorUI)
Construct new word match over given view manager |
Uses of EditorUI in org.netbeans.editor.ext |
---|
Subclasses of EditorUI in org.netbeans.editor.ext | |
---|---|
class |
ExtEditorUI
Editor UI for the component. |
Methods in org.netbeans.editor.ext that return EditorUI | |
---|---|
protected EditorUI |
ExtKit.createEditorUI()
|
|
org.netbeans.modules.editor.lib/1 1.14.0 3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |