|
Gephi Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gephi.workspace.impl.WorkspaceImpl
public class WorkspaceImpl
Constructor Summary | |
---|---|
WorkspaceImpl(Project project)
|
Method Summary | |
---|---|
void |
add(java.lang.Object instance)
Adds an instance to this workspaces lookup. |
org.openide.util.Lookup |
getLookup()
Get any instance in the current lookup. |
void |
init(Project project)
|
void |
remove(java.lang.Object instance)
Removes an instance from this workspaces lookup. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WorkspaceImpl(Project project)
Method Detail |
---|
public void init(Project project)
public void add(java.lang.Object instance)
Workspace
add
in interface Workspace
instance
- the instance that is to be pushed to the lookuppublic void remove(java.lang.Object instance)
Workspace
remove
in interface Workspace
instance
- the instance that is to be removed from the lookuppublic org.openide.util.Lookup getLookup()
Workspace
May contains:
GraphModel
AttributeModel
LayoutModel
StatisticsModel
FiltersModel
PreviewModel
VizModel
getLookup
in interface Workspace
getLookup
in interface org.openide.util.Lookup.Provider
|
Gephi Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |