|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CloneableEditor | |
org.openide.text | The IDE is able to integrate multiple editors for different content types and mechanically access their content. |
Uses of CloneableEditor in org.openide.text |
Subclasses of CloneableEditor in org.openide.text | |
static class |
EditorSupport.Editor
Deprecated. Cloneable top component to hold the editor kit. |
Methods in org.openide.text that return CloneableEditor | |
protected CloneableEditor |
CloneableEditorSupport.createCloneableEditor()
Allows subclasses to create their own version of editor. |
Methods in org.openide.text with parameters of type CloneableEditor | |
protected void |
CloneableEditorSupport.initializeCloneableEditor(CloneableEditor editor)
Initialize the editor. |
protected void |
DataEditorSupport.initializeCloneableEditor(CloneableEditor editor)
Annotates the editor with icon from the data object and also sets appropriate selected node. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |