Uses of Class
kiwi.ui.WorkspaceEditor

Packages that use WorkspaceEditor
kiwi.ui   
 

Uses of WorkspaceEditor in kiwi.ui
 

Fields in kiwi.ui declared as WorkspaceEditor
private  WorkspaceEditor WorkspaceManager.activeEditor
           
 

Methods in kiwi.ui that return WorkspaceEditor
 WorkspaceEditor WorkspaceManager.getActiveEditor()
          Get the currently active editor.
 WorkspaceEditor WorkspaceManager.getEditorForObject(java.lang.Object object)
          Get the editor for a specific object.
 WorkspaceEditor WorkspaceEditorFactory.getEditorForObject(java.lang.Object obj)
          General-purpose factory method for WorkspaceEditors.
 WorkspaceEditor WorkspaceEditorFactory.getEditorForType(java.lang.Class clazz)
          General-purpose factory method for WorkspaceEditors.
 

Methods in kiwi.ui with parameters of type WorkspaceEditor
 void WorkspaceManager.addEditor(WorkspaceEditor editor)
          Add an editor to the workspace.
 void WorkspaceManager.activateEditor(WorkspaceEditor editor)
          Activate a specific editor.
 void WorkspaceManager.removeEditor(WorkspaceEditor editor)
          Remove an editor from the workspace.
protected  void WorkspaceManager.fireEditorSelected(WorkspaceEditor editor)
          Notify listeners that an editor has been selected in the workspace.
protected  void WorkspaceManager.fireEditorDeselected(WorkspaceEditor editor)
          Notify listeners that an editor has been deselected in the workspace.
protected  void WorkspaceManager.fireEditorRestored(WorkspaceEditor editor)
          Notify listeners that an editor has been maximized in the workspace.
protected  void WorkspaceManager.fireEditorIconified(WorkspaceEditor editor)
          Notify listeners that an editor has been minimized (iconified) in the workspace.
protected  void WorkspaceManager.fireEditorClosed(WorkspaceEditor editor)
          Notify listeners that an editor has been closed in the workspace.
protected  void WorkspaceManager.fireEditorStateChanged(WorkspaceEditor editor)
          Notify listeners that an editor's state has changed.
 boolean WorkspaceManager.closeEditor(WorkspaceEditor editor)
          Close an editor.
 void WorkspaceManager.notifyStateChanged(WorkspaceEditor editor)
          Notify the manager that an editor's state has changed.
private  void WorkspaceManager.updateMenuHooks(WorkspaceEditor editor, boolean unhook)
           
private  void WorkspaceManager.stopEditing(WorkspaceEditor editor)
           
private  void WorkspaceManager.startEditing(WorkspaceEditor editor)