Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Package
javax.ide.editor

Classes in javax.ide.editor used by 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.
EditorEvent
          The DocumentEvent is the parameter passed to the EditorListener methods when the state of Editor has changed.
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.
EditorManager
          The EditorManager manages the life cycle of Editors.