Uses of Interface
workspace.WorkspaceListener

Packages that use WorkspaceListener
codeblocks   
workspace   
workspace.typeblocking   
 

Uses of WorkspaceListener in codeblocks
 

Classes in codeblocks that implement WorkspaceListener
 class CommandRule
           
 class InfixRule
          InfixRule specifies a rule for Block linking.
 

Uses of WorkspaceListener in workspace
 

Classes in workspace that implement WorkspaceListener
 class FactoryManager
          ***********************OVERVIEW************************** The FactoryManager manages all block factories in the workspace.
 class ReundoManager
          RedoUndoManager manges the redoing and undoing for the WorkspaceController.
 

Methods in workspace with parameters of type WorkspaceListener
 void Workspace.addWorkspaceListener(WorkspaceListener listener)
          Adds the specified WorkspaceListener
 void Workspace.removeWorkspaceListener(WorkspaceListener listener)
          Removes the specified WorkspaceListener
 

Uses of WorkspaceListener in workspace.typeblocking
 

Classes in workspace.typeblocking that implement WorkspaceListener
 class FocusTraversalManager
          The FocusTraversalManager has two function.