|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jcreme.swing.workspace.BaseWorkspace
This is the Base implementation for the workspaces. It only provides the methods related to the identifier.
| Constructor Summary | |
BaseWorkspace(java.lang.Object id)
Builds a BaseWorkspace. |
|
| Method Summary | |
java.lang.Object |
getIdentifier()
This method gives access to the identifier that defines the workspace. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.jcreme.swing.workspace.Workspace |
display, hide |
| Constructor Detail |
public BaseWorkspace(java.lang.Object id)
throws java.lang.IllegalArgumentException
id - the identifier for the workspace.
java.lang.IllegalArgumentException - if id is null.| Method Detail |
public java.lang.Object getIdentifier()
Workspace
getIdentifier in interface WorkspaceWorkspace.getIdentifier()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||