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 and Description |
---|---|
protected CloneableEditorSupport |
CloneableEditor.cloneableEditorSupport()
Gives access to
CloneableEditorSupport object under
this CloneableEditor component. |
CloneableEditorSupport |
PositionRef.getCloneableEditorSupport() |
protected abstract CloneableEditorSupport |
CloneableEditorSupportRedirector.redirect(Lookup env)
Find a delegate for given
CloneableEditorSupport 's Lookup . |
Constructor and 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 . |