Uses of Class
org.pzgui.PZWindow

Packages that use PZWindow
org.pzgui Provides a GUI system which supports multiple windows which can be panned and zoomed. 
org.pzgui.layout Extends the base Pan-Zoom GUI system to provide automatic node layout. 
 

Uses of PZWindow in org.pzgui
 

Fields in org.pzgui with type parameters of type PZWindow
protected  java.util.Vector<PZWindow> PZManager.windows
          windows which are displaying the scene
 

Methods in org.pzgui that return PZWindow
protected  PZWindow PZWindowEventListener.getWindow(java.awt.AWTEvent e)
          Gets the PZWindow associated with the object on which the event was called.
 

Methods in org.pzgui with parameters of type PZWindow
 void PZManager.attachWindow(PZWindow w)
          Calls attchWindow(w, true).
 void PZManager.attachWindow(PZWindow w, boolean addDefaultEventListener)
          Attach an existing window to this manager.
 void PZManager.closeWindow(PZWindow w)
          Cleans up after a window which is closing.
 int PZManager.getWindowIndex(PZWindow frame)
          Returns the internal index of the frame specified.
protected  void PZManager.preRedraw(PZWindow window)
          This method is called before each redraw.
 void PZManager.redraw(PZWindow window)
          Redraw the scene on the specified display.
 void PZManager.windowResized(PZWindow window)
          This is called when a window is resized.
 

Uses of PZWindow in org.pzgui.layout
 

Methods in org.pzgui.layout with parameters of type PZWindow
 void PZLayoutManager.attachWindow(PZWindow w)
           
 void PZLayoutManager.closeWindow(PZWindow w)
           
 void PZLayoutManager.windowResized(PZWindow window)
          Recomputes the layout size if isAutoRecomputeLayoutSize() is true