站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

Uses of Package org.netbeans.api.visual.widget (Visual Library API) - NetBeans API Javadoc (Current Development Version)

org.netbeans.api.visual 2.2

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.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.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.
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
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.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.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
ConnectionWidget
          This class represents a connection between two location.
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
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.2

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.