public class ProjectImpl extends Object implements Project, org.openide.util.Lookup.Provider, Serializable
| 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) |
public ProjectImpl(int id)
public ProjectImpl(String name)
public void add(Object instance)
Projectpublic void remove(Object instance)
Projectpublic org.openide.util.Lookup getLookup()
ProjectMay contains:
public int nextWorkspaceId()
public void setWorkspaceIds(int ids)
public int getWorkspaceIds()
Copyright © 2007–2017. All rights reserved.