org.netbeans.api.visual 2.23.1

Uses of Package
org.netbeans.api.visual.widget

Packages that use org.netbeans.api.visual.widget
org.netbeans.api.visual.action This package contains ActionFactory class which is factory of all built-in widget-actions provided by the library. 
org.netbeans.api.visual.anchor This package contains Anchor interface which is used by ConnectionWidget for defining its source and target point. 
org.netbeans.api.visual.animator This package contains SceneAnimator classes which is used for controlling animations on a scene. 
org.netbeans.api.visual.border This package contains Border interface which is used for supplying a border graphics for a widget. 
org.netbeans.api.visual.export This package contains the class necessary to export a Scene to an image file and get the coordinates from the exported image to create an HTML image map 
org.netbeans.api.visual.graph This package contains built-in graph-oriented models. 
org.netbeans.api.visual.layout This package contains Layout interface which defines a widget-layout. 
org.netbeans.api.visual.model This package contains ObjectScene class which is a scene with ability to register model-objects with widgets on the scene. 
org.netbeans.api.visual.print This package contains a single class ScenePrinter used to print a Scene according to various constraints. 
org.netbeans.api.visual.router This package contains Router interface which defines a router for ConnectionWidget
org.netbeans.api.visual.vmd This package contains a VMD visualization style. 
org.netbeans.api.visual.widget This package contains Widget class. 
org.netbeans.api.visual.widget.general This package contains general high-level widgets. 
 

Classes in org.netbeans.api.visual.widget used by org.netbeans.api.visual.action
ConnectionWidget
          This class represents a connection between two location.
ConnectionWidget.RoutingPolicy
          This enum represents a policy which is used for re-routing control points of a ConnectionWidget.
LayerWidget
          The layer widget represents a transparent widget which functionality is similar to JGlassPane.
Scene
          The scene is a widget which also controls and represents whole rendered area.
Widget
          A scene is a tree of small building blocks called widgets and represented by this class.
 

Classes in org.netbeans.api.visual.widget used by org.netbeans.api.visual.anchor
ConnectionWidget
          This class represents a connection between two location.
Widget
          A scene is a tree of small building blocks called widgets and represented by this class.
Widget.Dependency
          The dependency listener which is used for notifying dependent widgets, anchor, ...
 

Classes in org.netbeans.api.visual.widget used by org.netbeans.api.visual.animator
Scene
          The scene is a widget which also controls and represents whole rendered area.
Widget
          A scene is a tree of small building blocks called widgets and represented by this class.
 

Classes in org.netbeans.api.visual.widget used by org.netbeans.api.visual.border
ResourceTable
          The ResourceTable is used to manage a widgets resource.
Scene
          The scene is a widget which also controls and represents whole rendered area.
Widget
          A scene is a tree of small building blocks called widgets and represented by this class.
 

Classes in org.netbeans.api.visual.widget used by org.netbeans.api.visual.export
Scene
          The scene is a widget which also controls and represents whole rendered area.
Widget
          A scene is a tree of small building blocks called widgets and represented by this class.
 

Classes in org.netbeans.api.visual.widget used by org.netbeans.api.visual.graph
Scene
          The scene is a widget which also controls and represents whole rendered area.
Widget
          A scene is a tree of small building blocks called widgets and represented by this class.
 

Classes in org.netbeans.api.visual.widget used by org.netbeans.api.visual.layout
Scene
          The scene is a widget which also controls and represents whole rendered area.
Widget
          A scene is a tree of small building blocks called widgets and represented by this class.
 

Classes in org.netbeans.api.visual.widget used by org.netbeans.api.visual.model
Scene
          The scene is a widget which also controls and represents whole rendered area.
Widget
          A scene is a tree of small building blocks called widgets and represented by this class.
 

Classes in org.netbeans.api.visual.widget used by org.netbeans.api.visual.print
LayerWidget
          The layer widget represents a transparent widget which functionality is similar to JGlassPane.
Scene
          The scene is a widget which also controls and represents whole rendered area.
 

Classes in org.netbeans.api.visual.widget used by org.netbeans.api.visual.router
ConnectionWidget
          This class represents a connection between two location.
LayerWidget
          The layer widget represents a transparent widget which functionality is similar to JGlassPane.
 

Classes in org.netbeans.api.visual.widget used by org.netbeans.api.visual.vmd
ConnectionWidget
          This class represents a connection between two location.
LabelWidget
          A widget representing a text.
Scene
          The scene is a widget which also controls and represents whole rendered area.
Widget
          A scene is a tree of small building blocks called widgets and represented by this class.
Widget.Dependency
          The dependency listener which is used for notifying dependent widgets, anchor, ...
 

Classes in org.netbeans.api.visual.widget used by org.netbeans.api.visual.widget
BirdViewController
          This class controls a bird view created for a specific scene.
ConnectionWidget
          This class represents a connection between two location.
ConnectionWidget.RoutingPolicy
          This enum represents a policy which is used for re-routing control points of a ConnectionWidget.
EventProcessingType
          The enum represents allowed types of event processing the is used to process the Swing event coming from a view component and that should be delegated to widgets on the scene.
LabelWidget.Alignment
          The text alignment
LabelWidget.Orientation
          The text orientation
LabelWidget.VerticalAlignment
          The text vertical alignment
ResourceTable
          The ResourceTable is used to manage a widgets resource.
Scene
          The scene is a widget which also controls and represents whole rendered area.
Scene.SceneListener
          The scene listener which is notified about repainting, validating progress.
SeparatorWidget.Orientation
          The separator orientation
Widget
          A scene is a tree of small building blocks called widgets and represented by this class.
Widget.Dependency
          The dependency listener which is used for notifying dependent widgets, anchor, ...
 

Classes in org.netbeans.api.visual.widget used by org.netbeans.api.visual.widget.general
ImageWidget
          A widget representing image.
LabelWidget
          A widget representing a text.
Scene
          The scene is a widget which also controls and represents whole rendered area.
Widget
          A scene is a tree of small building blocks called widgets and represented by this class.
 


org.netbeans.api.visual 2.23.1

Built on February 9 2011.  |  Portions Copyright 1997-2011 Sun Microsystems, Inc. All rights reserved.