|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.7.2) E13403-10 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Editor | |
---|---|
javax.ide.editor | The editor interfaces that extension writers need to implement in order to add a new editor to an IDE. |
Uses of Editor in javax.ide.editor |
---|
Subclasses of Editor in javax.ide.editor | |
---|---|
class |
TextEditor Base class for text based editors. |
Methods in javax.ide.editor that return Editor | |
---|---|
abstract Editor |
EditorManager.getActiveEditor() Returns the Editor that is currently active. |
Editor |
EditorEvent.getEditor() Get the Editor where the event happened. |
abstract Editor |
EditorManager.openEditor(Context context, java.lang.String typeID) Opens a document in the editor identified by the given editor type identifier. |
Methods in javax.ide.editor with parameters of type Editor | |
---|---|
abstract void |
EditorManager.closeEditor(Editor editor) Close the specified Editor . |
protected void |
EditorManager.fireEditorActivated(Editor editor) Notifies all editor listeners that the specified editor was activated. |
protected void |
EditorManager.fireEditorClosed(Editor editor) Notifies all editor listeners that the specified editor was closed. |
protected void |
EditorManager.fireEditorDeactivated(Editor editor) Notifies all editor listeners that the specified editor was deactivated. |
protected void |
EditorManager.fireEditorOpened(Editor editor) Notifies all editor listeners that the specified editor was opened. |
Constructors in javax.ide.editor with parameters of type Editor | |
---|---|
EditorEvent(Editor editor) Constructor. |
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.7.2) E13403-10 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |