|
|||||||||
Home >> All >> javax >> ide >> [ editor overview ] | PREV NEXT |
A
- activated(EditorEvent) - Method in interface javax.ide.editor.EditorListener
- Notify listeners that an existing Editor has been activated.
- addEditorListener(EditorListener, String) - Method in class javax.ide.editor.EditorManager
- Add an EditorListener.
C
- close() - Method in class javax.ide.editor.Editor
- This method is called when the editor is closed by the user.
- closeEditor(Editor) - Method in class javax.ide.editor.EditorManager
- Close the specified Editor.
- closed(EditorEvent) - Method in interface javax.ide.editor.EditorListener
- Notify listeners that an existing Editor is being closed.
D
- deactivated(EditorEvent) - Method in interface javax.ide.editor.EditorListener
- Notify listeners that an existing Editor listener is de-activated.
E
- Editor - class javax.ide.editor.Editor.
- The
Editor
interface defines the methods to open and close editors, along with methods to save and restore editor specific settings. - Editor() - Constructor for class javax.ide.editor.Editor
- EditorEvent - class javax.ide.editor.EditorEvent.
- The DocumentEvent is the parameter passed to the EditorListener methods when the state of Editor has changed.
- EditorEvent(Editor) - Constructor for class javax.ide.editor.EditorEvent
- Constructor.
- EditorListener - interface javax.ide.editor.EditorListener.
- The
EditorListener
interface should be implemented by clients that are interested in receiving notifications aboutEditor
instances being opened, activated, deactivated, or closed in the IDE. - EditorManager - class javax.ide.editor.EditorManager.
- The
EditorManager
manages the life cycle of Editors. - EditorManager() - Constructor for class javax.ide.editor.EditorManager
F
- fireEditorActivated(Editor) - Method in class javax.ide.editor.EditorManager
- Notifies all editor listeners that the specified editor was activated.
- fireEditorClosed(Editor) - Method in class javax.ide.editor.EditorManager
- Notifies all editor listeners that the specified editor was closed.
- fireEditorDeactivated(Editor) - Method in class javax.ide.editor.EditorManager
- Notifies all editor listeners that the specified editor was deactivated.
- fireEditorOpened(Editor) - Method in class javax.ide.editor.EditorManager
- Notifies all editor listeners that the specified editor was opened.
G
- getActiveEditor() - Method in class javax.ide.editor.EditorManager
- Returns the Editor that is currently active.
- getContext() - Method in class javax.ide.editor.Editor
- Get the context for this editor.
- getEditor() - Method in class javax.ide.editor.EditorEvent
- Get the Editor where the event happened.
- getEditorManager() - Static method in class javax.ide.editor.EditorManager
- Get the editor manager implementation for this IDE.
- getLabel() - Method in class javax.ide.editor.Editor
- getListeners(Editor) - Method in class javax.ide.editor.EditorManager
I
- initializeHookListeners() - Method in class javax.ide.editor.EditorManager
J
- javax.ide.editor - package javax.ide.editor
O
- open(Context) - Method in class javax.ide.editor.Editor
- This method is called to open the editor.
- openEditor(Context, String) - Method in class javax.ide.editor.EditorManager
- Opens a document in the editor identified by the given editor type identifier.
- opened(EditorEvent) - Method in interface javax.ide.editor.EditorListener
- Notify listeners that a new Editor has been opened.
R
- removeEditorListener(EditorListener, String) - Method in class javax.ide.editor.EditorManager
- Remove an EditorListener.
- restore(Preferences) - Method in class javax.ide.editor.Editor
- Restore the last known state of the editor.
S
- save(Preferences) - Method in class javax.ide.editor.Editor
- Save the current state of the editor so that it can be restored when the editor is re-opened on the same document.
_
- _context - Variable in class javax.ide.editor.Editor
- _initializedHookListeners - Variable in class javax.ide.editor.EditorManager
- _listenerMap - Variable in class javax.ide.editor.EditorManager
- Map of String:List.
A C D E F G I J O R S _
|
|||||||||
Home >> All >> javax >> ide >> [ editor overview ] | PREV NEXT |