Uses of Interface
net.sourceforge.ganttproject.document.Document

Packages that use Document
net.sourceforge.ganttproject   
net.sourceforge.ganttproject.document   
 

Uses of Document in net.sourceforge.ganttproject
 

Fields in net.sourceforge.ganttproject declared as Document
 Document GanttProject.projectDocument
          The project filename
 

Methods in net.sourceforge.ganttproject with parameters of type Document
 void GanttProject.openURL(Document lastDocument)
          Open a remote project file with dialog box (GanttURLChooser)
 void GanttProject.saveProject(Document document)
          Save the project to the given document, if possible
 

Uses of Document in net.sourceforge.ganttproject.document
 

Classes in net.sourceforge.ganttproject.document that implement Document
 class FileDocument
          This class implements the interface Document for file access on local file systems.
 class URLDocument
          This class implements the interface Document for file access on HTTP-servers and WebDAV-enabled-servers.
 

Methods in net.sourceforge.ganttproject.document that return Document
static Document DocumentCreator.createDocument(java.lang.String path)
          Creates an URLDocument if path starts with "http://" or "https://"; creates a FileDocument otherwise.
 



${copyright}