Uses of Class
org.jgraph.pad.GPInternalFrame

Packages that use GPInternalFrame
org.jgraph   
org.jgraph.pad   
 

Uses of GPInternalFrame in org.jgraph
 

Methods in org.jgraph with parameters of type GPInternalFrame
 void GPGraphpad.addGPInternalFrame(GPInternalFrame f)
          Adds a new Internal Frame to the Graphpad
 void GPGraphpad.removeGPInternalFrame(GPInternalFrame f)
          removes the specified Internal Frame from the Graphpad
 

Uses of GPInternalFrame in org.jgraph.pad
 

Fields in org.jgraph.pad declared as GPInternalFrame
protected  GPInternalFrame GPDocument.internalFrame
          a reference to the internal Frame
 

Methods in org.jgraph.pad that return GPInternalFrame
 GPInternalFrame GPDocument.getInternalFrame()
          Returns the internalFrame.
 

Methods in org.jgraph.pad with parameters of type GPInternalFrame
protected  void GPDocument.setInternalFrame(GPInternalFrame internalFrame)
          Sets the internalFrame.