|
|||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use ProjectResource | |
net.sourceforge.ganttproject | |
net.sourceforge.ganttproject.resource |
Uses of ProjectResource in net.sourceforge.ganttproject |
Methods in net.sourceforge.ganttproject that return ProjectResource | |
ProjectResource[] |
GanttResourcePanel.getResources()
|
Methods in net.sourceforge.ganttproject with parameters of type ProjectResource | |
void |
GanttResourcePanel.GanttTableModel.deleteRows(ProjectResource[] deleted)
|
Uses of ProjectResource in net.sourceforge.ganttproject.resource |
Subclasses of ProjectResource in net.sourceforge.ganttproject.resource | |
class |
HumanResource
|
Methods in net.sourceforge.ganttproject.resource that return ProjectResource | |
ProjectResource |
ResourceManager.create(java.lang.String name)
The only thing that must be known when creating a new resource is the name of the resource. |
ProjectResource |
ResourceManager.create(java.lang.String name,
int i)
|
ProjectResource |
ResourceManager.getById(int id)
Retrieves an ancestor of ProjectResource identified by an identity value. |
ProjectResource |
ResourceEvent.getResource()
|
ProjectResource[] |
ResourceEvent.getResources()
|
ProjectResource[] |
ResourceContext.getResources()
|
ProjectResource |
HumanResourceManager.create(java.lang.String name,
int i)
|
ProjectResource |
HumanResourceManager.create(java.lang.String name)
|
ProjectResource |
HumanResourceManager.getById(int id)
|
Methods in net.sourceforge.ganttproject.resource with parameters of type ProjectResource | |
void |
ResourceManager.add(ProjectResource resource)
Adds the resource to the internal list of available resources. |
void |
ResourceManager.remove(ProjectResource resource)
Removes the resource. |
void |
HumanResourceManager.add(ProjectResource resource)
|
void |
HumanResourceManager.remove(ProjectResource resource)
|
Constructors in net.sourceforge.ganttproject.resource with parameters of type ProjectResource | |
ResourceEvent(ResourceManager mgr,
ProjectResource resource)
|
|
ResourceEvent(ResourceManager mgr,
ProjectResource[] resources)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |