| Package | Description |
|---|---|
| org.openide.text |
NetBeans is able to integrate multiple
editors
for different content types and mechanically access their content.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected CloneableEditorSupport |
CloneableEditor.cloneableEditorSupport() |
Gives access to
CloneableEditorSupport object under
this CloneableEditor component. |
CloneableEditorSupport |
PositionRef.getCloneableEditorSupport() |
|
protected abstract CloneableEditorSupport |
CloneableEditorSupportRedirector.redirect(org.openide.util.Lookup env) |
Find a delegate for given
CloneableEditorSupport's Lookup. |
| Constructor | Description |
|---|---|
CloneableEditor(CloneableEditorSupport support) |
Creates new editor component associated with
support object.
|
CloneableEditor(CloneableEditorSupport support,
boolean associateLookup) |
Creates new editor component associated with
support object (possibly also with its
lookup. |
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.