Uses of Interface
org.jcreme.swing.workspace.Workspace

Packages that use Workspace
org.jcreme.swing.workspace   
 

Uses of Workspace in org.jcreme.swing.workspace
 

Classes in org.jcreme.swing.workspace that implement Workspace
 class BaseWorkspace
          This is the Base implementation for the workspaces.
 class FrameWorkspace
          This class enables to handle workspaces made of Frame objects.
 

Methods in org.jcreme.swing.workspace that return Workspace
 Workspace WorkspaceFactory.buildWorkspace(java.lang.Object id)
          This method enables to build a Workspace with the given id.
protected abstract  Workspace WorkspaceFactory.build(java.lang.Object id)
          This is the factory method that will create the actual Workspace instances.
 Workspace WorkspaceFactory.getWorkspace(java.lang.Object id)
          This method gives access to existing Workspaces created by this factory.
 Workspace[] WorkspaceFactory.getWorkspaces()
          This method provides a list of the Workspaces available in this factory.
 

Methods in org.jcreme.swing.workspace with parameters of type Workspace
 void WorkspaceFactory.registerWorkspace(Workspace ws)
          This method enables to register a Workspace instance in this factory even if it was not created by it.
 



Copyright 2006 null. All Rights Reserved.