| Constructor and Description |
|---|
WorkspaceImpl(ProjectImpl project,
int id) |
WorkspaceImpl(ProjectImpl project,
int id,
String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Object instance)
Adds an instance to this workspaces lookup.
|
int |
getId()
Returns the workspace unique identifier
|
org.openide.util.Lookup |
getLookup()
Get any instance in the current lookup.
|
Project |
getProject()
Returns the project this workspace belong to
|
void |
remove(Object instance)
Removes an instance from this workspaces lookup.
|
String |
toString() |
public WorkspaceImpl(ProjectImpl project, int id)
public WorkspaceImpl(ProjectImpl project, int id, String name)
public void add(Object instance)
Workspacepublic void remove(Object instance)
Workspacepublic org.openide.util.Lookup getLookup()
WorkspaceMay contains:
GraphModelLayoutModelStatisticsModelFiltersModelPreviewModelVizModelpublic Project getProject()
WorkspacegetProject in interface Workspacepublic int getId()
WorkspaceCopyright © 2007–2017. All rights reserved.