|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.openStartupDocument(Document document)
|
boolean |
GanttProject.saveAsURLProject(Document document)
Save the project on a server (with a 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 |
AbstractDocument
|
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. |
Methods in net.sourceforge.ganttproject.document with parameters of type Document | |
boolean |
DocumentsMRU.add(Document document)
Adds a Document at the top of the list of Documents MRU. |
boolean |
DocumentsMRU.append(Document document)
Appends a Document to the list of Documents MRU. |
Constructors in net.sourceforge.ganttproject.document with parameters of type Document | |
OpenDocumentAction(int index,
Document document,
java.awt.event.ActionListener listener)
Creates a new action, that stores the specified document and invokes the specified listener. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |