Uses of Class
net.sourceforge.ganttproject.GanttTask

Packages that use GanttTask
net.sourceforge.ganttproject   
net.sourceforge.ganttproject.task   
 

Uses of GanttTask in net.sourceforge.ganttproject
 

Fields in net.sourceforge.ganttproject declared as GanttTask
protected  GanttTask GanttTaskPropertiesBean.selectedTask
           
 

Methods in net.sourceforge.ganttproject that return GanttTask
 GanttTask GanttTree.getSelectedTask()
          Return the selected task
 GanttTask GanttTree.getTask(java.lang.String name)
          Returne the task with the name name
 GanttTask GanttTaskRelationship.getPredecessorTask()
          get the predecessor task
 GanttTask GanttTaskRelationship.getSuccessorTask()
          get the successor task
 GanttTask GanttTaskPropertiesBean.getReturnTask()
          as the name indicated, it will not replace the original GanttTask in the Tree.
 GanttTask GanttTask.Clone()
          clone the GanttTask
static GanttTask GanttTask.getTaskByTaskID(int taskID)
          max ID in the allTasksMap
 

Methods in net.sourceforge.ganttproject with parameters of type GanttTask
 java.util.ArrayList GanttTree.getAllChildTask(GanttTask task)
          Return all sub task for the tree node base
 javax.swing.tree.DefaultMutableTreeNode GanttTree.getFatherNode(GanttTask node)
          Returne the mother task.
 boolean GanttTree.checkDepend(GanttTask task1, GanttTask task2)
          Check if task1 can be the successor of task2
 boolean GanttTree.checkDepend(GanttTask task1, GanttTask task2)
          Check if task1 can be the successor of task2
 void GanttTree.checkTheDepend(GanttTask taskToMove)
          Chack for the task when drag with mouse the begin of the task
 java.lang.String GanttTree.GanttTreeCellRenderer.getToolTip(GanttTask task, int type)
           
 void GanttTaskRelationship.setPredecessorTask(GanttTask predecessorTask)
          set the predecessor task by GanttTask object
 void GanttTaskRelationship.setSuccessorTask(GanttTask successorTask)
          set the successor task by GanttTask object
 void GanttTaskPropertiesBean.setSelectedTask(GanttTask selectedTask)
          as the name indicated
 boolean GanttGraphicArea.isVisible(GanttTask thetask)
          Is the Task visible on the JTree
 

Constructors in net.sourceforge.ganttproject with parameters of type GanttTask
GanttTaskPropertiesBean(javax.swing.JDialog parent, GanttTask selectedTask, GanttTree tree, java.util.Hashtable managerHash)
          Constructor
GanttDialogProperties(javax.swing.JFrame parent, GanttTree tree, java.util.Hashtable managerHash, GanttTask task, GanttGraphicArea area)
          Constructor
 

Uses of GanttTask in net.sourceforge.ganttproject.task
 

Methods in net.sourceforge.ganttproject.task that return GanttTask
 GanttTask TaskManagerImpl.getTask(int taskId)
           
 GanttTask TaskManagerImpl.createTask()
           
 GanttTask TaskManagerImpl.createTask(int taskId)
           
 GanttTask TaskManager.getTask(int taskId)
           
 GanttTask TaskManager.createTask()
           
 GanttTask TaskManager.createTask(int taskId)
           
 

Methods in net.sourceforge.ganttproject.task with parameters of type GanttTask
 void TaskManagerImpl.registerTask(GanttTask task)
           
 void TaskManagerImpl.setTask(GanttTask task)
           
 void TaskManager.registerTask(GanttTask task)
           
 void TaskManager.setTask(GanttTask task)
           
 



${copyright}