Uses of Class
org.jgraph.utils.gui.GPSplitPane

Packages that use GPSplitPane
org.jgraph.pad   
 

Uses of GPSplitPane in org.jgraph.pad
 

Fields in org.jgraph.pad declared as GPSplitPane
protected  GPSplitPane GPDocument.splitPane
          Splitpane between the libraries and the graph
 

Methods in org.jgraph.pad that return GPSplitPane
 GPSplitPane GPDocument.getSplitPane()
          Returns the splitPane.
 

Methods in org.jgraph.pad with parameters of type GPSplitPane
 void GPDocument.setSplitPane(GPSplitPane splitPane)
          Sets the splitPane.