public class ProjectImpl extends Object implements Project, org.openide.util.Lookup.Provider, Serializable
Modifier and Type | Field and Description |
---|---|
private org.openide.util.lookup.InstanceContent |
instanceContent |
private org.openide.util.lookup.AbstractLookup |
lookup |
private AtomicInteger |
workspaceIds |
Constructor and Description |
---|
ProjectImpl(int id) |
ProjectImpl(String name) |
Modifier and Type | Method and Description |
---|---|
void |
add(Object instance)
Adds an abilities to this project.
|
org.openide.util.Lookup |
getLookup()
Gets any optional abilities of this project.
|
int |
getWorkspaceIds() |
int |
nextWorkspaceId() |
void |
remove(Object instance)
Removes an abilities to this project.
|
void |
setWorkspaceIds(int ids) |
private transient org.openide.util.lookup.InstanceContent instanceContent
private transient org.openide.util.lookup.AbstractLookup lookup
private final AtomicInteger workspaceIds
public ProjectImpl(int id)
public ProjectImpl(String name)
public void add(Object instance)
Project
public void remove(Object instance)
Project
public org.openide.util.Lookup getLookup()
Project
May contains:
public int nextWorkspaceId()
public void setWorkspaceIds(int ids)
public int getWorkspaceIds()
Copyright © 2007–2015 Gephi Consortium. All rights reserved.