Uses of Package
org.pzgui

Packages that use org.pzgui
org.openflow.gui Core components of the OpenFlow GUI. 
org.openflow.gui.drawables Objects which can be drawn by the Pan-Zoom GUI. 
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. 
 

Classes in org.pzgui used by org.openflow.gui
PZManager
          Manages a GUI consisting of multiple windows which each may each view the scene from a different perspective.
 

Classes in org.pzgui used by org.openflow.gui.drawables
AbstractDrawable
          Designates an object which may be drawn and/or selected.
Drawable
          Indicates an object which can be drawn in a PZWindow.
 

Classes in org.pzgui used by org.pzgui
DockLocation
          How a window is connected (docked) to another.
Drawable
          Indicates an object which can be drawn in a PZWindow.
DrawableEventListener
          Callback issued when a Drawable object fires an event.
DrawableFilter
          Provides a mechanism for filtering Drawables.
PZClosing
          Callback issued when the PZManager is terminating.
PZManager
          Manages a GUI consisting of multiple windows which each may each view the scene from a different perspective.
PZManager.LayoutableInfo
          Information used to describe a Layoutable when it is serialized.
PZWindow
          A single pan-zoom GUI window.
PZWindowEventListener
          A class which provides default implementations of event callbacks on the topology area of a PZWindow.
 

Classes in org.pzgui used by org.pzgui.layout
AbstractDrawable
          Designates an object which may be drawn and/or selected.
Drawable
          Indicates an object which can be drawn in a PZWindow.
PZManager
          Manages a GUI consisting of multiple windows which each may each view the scene from a different perspective.
PZWindow
          A single pan-zoom GUI window.