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

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

org.netbeans.api.visual 2.2

Package org.netbeans.api.visual.widget

This package contains Widget class.

See:
          Description

Interface Summary
Scene.SceneListener The scene listener which is notified about repainting, validating progress.
Widget.Dependency The dependency listener which is used for notifying dependent widgets, anchor, ...
 

Class Summary
ComponentWidget This widget allows to use an AWT/Swing component in the scene.
ConnectionWidget This class represents a connection between two location.
ConvolveWidget The widget which applies a convolve filter to a graphics rendered by the children.
FreeConnectionWidget This class is an extension of the ConnectionWidget.
ImageWidget A widget representing image.
LabelWidget A widget representing a text.
LayerWidget The layer widget represents a transparent widget which functionality is similar to JGlassPane.
LevelOfDetailsWidget This is a widget with a level-of-details feature.
Scene The scene is a widget which also controls and represents whole rendered area.
ScrollWidget This a scroll widget similar to JScrollPane.
SeparatorWidget This is a separator widget.
SwingScrollWidget This is a scroll widget similar to JScrollPane.
Widget A scene is a tree of small building blocks called widgets and represented by this class.
 

Enum Summary
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
SeparatorWidget.Orientation The separator orientation
 

Package org.netbeans.api.visual.widget Description

This package contains Widget class. Widget is a small reusable piece of a scene. This defines appearance. Widgets can also has widget-actions assigned. This defines behaviour.

The package contains a set of low-level widgets. E.g.:


org.netbeans.api.visual 2.2

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