Uses of Class
net.sourceforge.ganttproject.resource.HumanResource

Packages that use HumanResource
net.sourceforge.ganttproject   
 

Uses of HumanResource in net.sourceforge.ganttproject
 

Methods in net.sourceforge.ganttproject that return HumanResource
 HumanResource GanttResourcePanel.getUserByNumber(int id)
          Return the String of the human number id
 

Methods in net.sourceforge.ganttproject with parameters of type HumanResource
 void GanttTask.taskUser(HumanResource user, int load)
          This adds a user to a task.
 void GanttTask.removeUser(HumanResource user)
          Remove the user u_name from the task's user list
 java.util.Hashtable GanttTask.findUser(HumanResource user)
          Looks for a given user object in this task.
 boolean GanttTask.isIn(HumanResource user)
           
 void GanttResourcePanel.newHuman(HumanResource people)
          Create a new Human
 void GanttResourcePanel.GanttTableModel.addRow(HumanResource people)
          Add a new human
 void GanttResourcePanel.GanttTableModel.updateRow(int row, HumanResource people)
          Update the specified row
 

Constructors in net.sourceforge.ganttproject with parameters of type HumanResource
GanttDialogPeople(GanttProject parent, GanttLanguage language, HumanResource person)
          Constructor
 



${copyright}