|
Extension SDK 10.1.3.36.73 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Editor | |
| oracle.ide.ceditor | The Code Editor package contains the code editing
implementation of the JDeveloper IDE. |
| oracle.ide.editor | Contains classes and interfaces that allow addins to add their own specialized editors to JDeveloper. |
| oracle.ide.help | Contains interfaces and classes used by addins to provide context sensitive help on their own windows and dialogs. |
| oracle.ide.palette | Contains classes that allow for palette integration and commands. |
| oracle.jdeveloper.merge | Contains classes for merge editor abstractions, including an editor addin, commands, a controller, and utilities. |
| oracle.jdeveloper.runner | Contains classes that allow addins some level of control on the JDeveloper runner system. |
| oracle.jdeveloper.uieditor | Contains classes that allow addins access to the UIEditor integration objects. |
| Uses of Editor in oracle.ide.ceditor |
| Subclasses of Editor in oracle.ide.ceditor | |
class |
CodeEditor
The CodeEditor is the integration layer between the IDE
and the editor components to provide a code editor inside the IDE. |
| Methods in oracle.ide.ceditor that return Editor | |
protected Editor |
CodeNavigationPoint.findOrCreateEditor(boolean activate)
Find the existing Editor opened on our Context, else attempt to open a new Editor instance. |
| Uses of Editor in oracle.ide.editor |
| Subclasses of Editor in oracle.ide.editor | |
class |
AbstractEditor
Deprecated. The Editor hierarchy has been collapsed |
class |
AbstractFlatEditor
Deprecated. The Editor hierarchy has been collapsed |
class |
FlatEditor
Deprecated. The Editor hierarchy has been collapsed |
| Methods in oracle.ide.editor that return Editor | |
static Editor |
EditorUtil.openExplicitEditorInFrame(java.lang.Class editorClass,
Context context)
Opens the specified editor and makes the document 'explicit' |
static Editor |
EditorUtil.openExplicitDefaultEditorInFrame(Node node)
Opens the specified editor and makes the document 'explicit' |
static Editor |
EditorUtil.openDefaultEditorInFrameExternal(java.net.URL url)
Open the item at the specified URL in its default Editor, and add that item to the top-level 'Miscellaneous Files'
folder. |
static Editor |
EditorUtil.openDefaultEditorInFrame(java.net.URL url)
Open the specified URL using the default editor. |
static Editor |
EditorUtil.openDefaultEditorInFrame(Element element)
Open the specified element using the default editor. |
static Editor |
EditorUtil.openDefaultEditorInFrame(Node node)
Open the specified node using the default editor. |
static Editor |
EditorUtil.openDefaultEditorInFrame(Node node,
Context context)
Open the specified node using the default editor. |
Editor |
EditorManager.openDefaultEditorInFrame(java.net.URL url)
Open the specified URL using the default editor. |
abstract Editor |
EditorManager.openDefaultEditorInFrame(Context context)
The new EditorManager.openEditor(oracle.ide.editor.OpenEditorOptions) is now the preferred way to open an editor.
|
abstract Editor |
EditorManager.openEditorInFrame(java.lang.Class editorClass,
Context context)
The new EditorManager.openEditor(oracle.ide.editor.OpenEditorOptions) is now the preferred way to open an editor.
|
abstract Editor |
EditorManager.openEditor(OpenEditorOptions openEditorOptions)
Opens an editor. |
abstract Editor |
EditorManager.getCurrentEditor()
Returns the currently active editor. |
Editor |
EditorInfo._getEditor()
|
Editor |
EditorCreator.createEditor(Context context)
|
| Methods in oracle.ide.editor with parameters of type Editor | |
abstract void |
EditorManager.setExplicit(Editor editor,
boolean bExplicit)
Set the editor as explicit or implicit. |
void |
EditorListener.editorOpened(Editor editor)
Notify listeners that a new Editor has been opened. |
void |
EditorListener.editorActivated(Editor editor)
Notify listeners that an existing Editor has been activated. |
void |
EditorListener.editorDeactivated(Editor editor)
Notify listeners that an existing Editor listener is de-activated. |
void |
EditorListener.editorClosed(Editor editor)
Notify listeners that an existing Editor is being closed. |
| Constructors in oracle.ide.editor with parameters of type Editor | |
EditorCriteria(Editor editor)
|
|
| Uses of Editor in oracle.ide.help |
| Methods in oracle.ide.help that return Editor | |
abstract Editor |
HelpSystem.showHelp(java.net.URL url)
Invokes the Help Viewer on a specific URL. |
| Uses of Editor in oracle.ide.palette |
| Methods in oracle.ide.palette that return Editor | |
abstract Editor |
PaletteWindow.getEditor()
|
static Editor |
PaletteContext.getEditor(Context context)
|
| Methods in oracle.ide.palette with parameters of type Editor | |
void |
PaletteDisplayableListener.paletteDisplayed(Context context,
Editor editor)
|
static void |
PaletteContext.setEditor(Context context,
Editor editor)
|
| Uses of Editor in oracle.jdeveloper.merge |
| Subclasses of Editor in oracle.jdeveloper.merge | |
class |
AbstractMergeEditor
Abstract class for a dynamically registered merge editor. |
class |
TextMergeEditor
Textual merge editor specialization class. |
| Methods in oracle.jdeveloper.merge that return Editor | |
static Editor |
MergeUtil.reopenMergeEditor(Node node,
java.lang.Class editorClass)
Reopens the merge editor for the given node and editor class, restarting the merge task if the editor is in 'complete state'. |
static Editor |
MergeUtil.openMergeEditor(Node node,
java.lang.Class editorClass)
Opens the merge editor for the given node and editor class. |
| Uses of Editor in oracle.jdeveloper.runner |
| Methods in oracle.jdeveloper.runner that return Editor | |
static Editor |
Source.showNodeInDefaultEditor(Workspace workspace,
Project project,
Node node)
Displays a node in its default editor. |
| Uses of Editor in oracle.jdeveloper.uieditor |
| Subclasses of Editor in oracle.jdeveloper.uieditor | |
class |
UIEditor
Editor implementation whose visuals depict the GUI declared in a
JavaSourceNode instance. |
|
Extension SDK 10.1.3.36.73 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
Copyright © 1997, 2005, Oracle.All rights reserved.