Uses of Class
net.sourceforge.ganttproject.GanttTree

Packages that use GanttTree
net.sourceforge.ganttproject   
net.sourceforge.ganttproject.gui   
 

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 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 GanttPDFExport.save(java.io.File pdffile, java.lang.String name, java.lang.String desc, java.lang.String orga, GanttProject prj, GanttTree tree, GanttGraphicArea area, ResourceLoadGraphicArea rarea, GanttExportSettings bool, java.lang.String xslfo)
          Save the project in HTML
static void GanttHTMLExport.save(java.io.File file, java.lang.String name, java.lang.String desc, java.lang.String orga, GanttProject prj, GanttTree tree, GanttGraphicArea area, ResourceLoadGraphicArea rarea, GanttExportSettings 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
GanttGraphicArea(GanttProject app, GanttTree ttree)
          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
GanttResourcePanel(GanttProject prj, GanttTree tree)
           
 

Uses of GanttTree in net.sourceforge.ganttproject.gui
 

Methods in net.sourceforge.ganttproject.gui with parameters of type GanttTree
 void GanttTaskPropertiesBean.setTree(GanttTree tree)
          as the name indicated
 

Constructors in net.sourceforge.ganttproject.gui with parameters of type GanttTree
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
 



Copyright © 2002 Alexandre THOMAS.