See: Description
Interface | Description |
---|---|
EditorCreator |
Optional interface implemented by EditorAddins which create their own
editor instances.
|
EditorInfo |
EditorInfo is the EditorManager representation of an Editor.
|
EditorListener |
The
EditorListener interface should be
implemented by clients that are interested in receiving
notifications about Editor instances being opened,
activated, deactivated, or closed in the IDE. |
FileSaveListener |
Listener that gets notified when a "dirty" file is being closed.
|
TextEditor |
The text editor interface is implemented by any editor in the IDE which
provides a plain text view.
|
Class | Description |
---|---|
AbstractEditor | Deprecated
The
Editor hierarchy has been collapsed |
AbstractFlatEditor | Deprecated
The
Editor hierarchy has been collapsed |
AbstractFlatEditorAddin | Deprecated
Please use
EditorAddin instead |
AsynchronousEditor |
Base editor template for editors that load the UI model on a thread off the
event dispatch thread.
|
Editor |
Editors such as code, gui, html editors should implements the
Editor interface. |
EditorAddin |
This class is used to declare an
Editor with the EditorManager . |
EditorBundle | |
EditorBundle_de | |
EditorBundle_en | |
EditorBundle_es | |
EditorBundle_fr | |
EditorBundle_it | |
EditorBundle_ja | |
EditorBundle_ko | |
EditorBundle_pt_BR | |
EditorBundle_zh_CN | |
EditorBundle_zh_TW | |
EditorConstants | |
EditorCriteria | |
EditorManager | |
EditorPath |
Describes the path to an editor.
|
EditorsOptions |
This class was used to store the editors auto synchronize option.
|
EditorUtil | |
FileSaveHook |
Hook that registers the listeners to be notified when a multiple files may
need to be saved.
|
FilesToSaveGroup |
Contains a group of nodes to be saved together.
|
FlatEditor | Deprecated
The
Editor hierarchy has been collapsed |
FlatEditorAddin | Deprecated
Please use
EditorAddin instead |
OpenEditorOptions |
This class is used to specify how to open an editor.
|
RecentFile | |
SaveFilesEvent |
Event raised when one or more dirty nodes need to be saved.
|
SaveFilesResponse |
Response returned by implementations of
that indicates if there are
any extra nodes to be saved before closing the ones selected by the user. |
Exception | Description |
---|---|
OpenAbortedException |
Runtime exception thrown from
Editor.open() if opening the editor
should be aborted. |
Related Documentation
See Extending JDeveloper Using the Addin API for additional details.