org.jcreme.swing.workspace
Interface Workspace

All Known Implementing Classes:
BaseWorkspace

public interface Workspace

Basically a workspace is a collection of graphical elements that make a set and should therefore be displayed consistently together.

Version:
$Revision: 1.1 $
Author:
$Author: dbregeon $

Method Summary
 void display()
          This method makes a Workspace to display itself.
 java.lang.Object getIdentifier()
          This method gives access to the identifier that defines the workspace.
 void hide()
          This method makes a Workspace to hide itself.
 

Method Detail

getIdentifier

public java.lang.Object getIdentifier()
This method gives access to the identifier that defines the workspace.

Returns:
the Identifier associated to the Workspace.

display

public void display()
This method makes a Workspace to display itself.


hide

public void hide()
This method makes a Workspace to hide itself.



Copyright 2006 null. All Rights Reserved.