Uses of Class
net.sourceforge.ganttproject.GanttTree

Packages that use GanttTree
net.sourceforge.ganttproject   
 

Uses of GanttTree in net.sourceforge.ganttproject
 

Fields in net.sourceforge.ganttproject declared as GanttTree
 GanttTree ResourceLoadGraphicArea.tree
           
 GanttTree GanttGraphicArea.tree
          Reference to the GanttTree
 

Methods in net.sourceforge.ganttproject with parameters of type GanttTree
 void GanttTaskPropertiesBean.setTree(GanttTree tree)
          as the name indicated
 void GanttTask.refreshDateAndAdvancement(GanttTree tree)
          This function calculate the begin of a task in function of the sub taks.
 void GanttResourcePanel.setTree(GanttTree tree)
           
static void GanttHTMLExport.save(java.io.File file, java.lang.String name, java.lang.String desc, java.lang.String orga, GanttProject prj, GanttTree tree, GanttResourcePanel peop, GanttGraphicArea area, net.sourceforge.ganttproject.GanttStoreBoolean bool)
          Save the project in HTML
 

Constructors in net.sourceforge.ganttproject with parameters of type GanttTree
ResourceLoadGraphicArea(GanttProject app, GanttTree tree, javax.swing.JTable table)
          Constructor
GanttXMLSaver(java.lang.String name, java.lang.String desc, java.lang.String orga, GanttTree tree, GanttResourcePanel peop, GanttGraphicArea area)
          The constructor
GanttXMLOpen(GanttTree tree, GanttProject appli, GanttResourcePanel resources, GanttGraphicArea gra)
          Constructor
GanttTaskPropertiesBean(javax.swing.JDialog parent, GanttTask selectedTask, GanttTree tree, java.util.Hashtable managerHash)
          Constructor
GanttResourcePanel(GanttProject prj, GanttTree tree)
           
GanttGraphicArea(GanttProject app, GanttTree ttree)
          Constructor
GanttDialogProperties(javax.swing.JFrame parent, GanttTree tree, java.util.Hashtable managerHash, GanttTask task, GanttGraphicArea area)
          Constructor
 



${copyright}