Uses of Class
org.jgraph.pad.GPDocument

Packages that use GPDocument
org.jgraph   
org.jgraph.pad   
org.jgraph.pad.actions   
 

Uses of GPDocument in org.jgraph
 

Methods in org.jgraph that return GPDocument
 GPDocument GPGraphpad.getCurrentDocument()
          Returns the currently selected document.
 GPDocument[] GPGraphpad.getAllDocuments()
          Returns all of the documents.
 

Methods in org.jgraph with parameters of type GPDocument
 void GPGraphpad.removeDocument(GPDocument doc)
           
static void JGraphpad.uploadToTiki(GPGraphpad graphpad, GPDocument doc)
           
 

Uses of GPDocument in org.jgraph.pad
 

Methods in org.jgraph.pad that return GPDocument
 GPDocument GPInternalFrame.getDocument()
          Returns the document.
 

Methods in org.jgraph.pad with parameters of type GPDocument
static javax.swing.JPanel GPOverviewPanel.createOverviewPanel(JGraph g, GPDocument d)
          GPOverviewPanel factory that returns instance with small inset as a buffer.
 void GPInternalFrame.setDocument(GPDocument document)
          Sets the document.
protected  void GPFileChooser.init(GPDocument doc)
          Initializes the gui.
 

Constructors in org.jgraph.pad with parameters of type GPDocument
UndoHandler(GPDocument document)
           
GPOverviewPanel(JGraph g, GPDocument d)
          GPOverviewPanel provides a 'birds-eye' view of the active document.
GPInternalFrame(GPDocument document)
          Constructor for GPInternalFrame.
GPFileChooser(GPDocument doc)
          Constructor for GPFileChooser.
GPFileChooser(GPDocument doc, java.lang.String currentDirectoryPath)
          Constructor for GPFileChooser.
GPFileChooser(GPDocument doc, java.io.File currentDirectory)
          Constructor for GPFileChooser.
GPFileChooser(GPDocument doc, javax.swing.filechooser.FileSystemView fsv)
          Constructor for GPFileChooser.
GPFileChooser(GPDocument doc, java.io.File currentDirectory, javax.swing.filechooser.FileSystemView fsv)
          Constructor for GPFileChooser.
GPFileChooser(GPDocument doc, java.lang.String currentDirectoryPath, javax.swing.filechooser.FileSystemView fsv)
          Constructor for GPFileChooser.
 

Uses of GPDocument in org.jgraph.pad.actions
 

Methods in org.jgraph.pad.actions that return GPDocument
 GPDocument AbstractActionDefault.getCurrentDocument()