Package org.netbeans.api.visual.widget
package org.netbeans.api.visual.widget
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.:
Widget
- base/abstract widget - similar to JComponent in SwingScene
- widget which represents and holds whole scene - similar to JFrame in SwingLayerWidget
- special transparent widget used for overlays - similar JGlassPane in SwingConnectionWidget
- specific widget which represents path defined by control-pointsLabelWidget
- widget with a single-line text - similar to simple version of JLabel in SwingImageWidget
- widget with an image - similar to simple version of JLabel in SwingScrollWidget
- widget with scrollable viewport - similar to simple version of JScrollPane in SwingSwingScrollWidget
- widget with scroolable viewport which is using JScrollBarsComponentWidget
- widget used for integration of Swing component into a scene
-
ClassDescriptionThis class controls a bird view created for a specific scene.This widget allows to use an AWT/Swing component in the scene.This class represents a connection between two location.This enum represents a policy which is used for re-routing control points of a ConnectionWidget.The widget which applies a convolve filter to a graphics rendered by the children.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.This class is an extension of the ConnectionWidget.A widget representing image.A widget representing a text.The text alignmentThe text orientationThe text vertical alignmentThe layer widget represents a transparent widget which functionality is similar to JGlassPane.This is a widget with a level-of-details feature.The ResourceTable is used to manage a widgets resource.The scene is a widget which also controls and represents whole rendered area.The scene listener which is notified about repainting, validating progress.This a scroll widget similar to JScrollPane.This is a separator widget.The separator orientationThis is a scroll widget similar to JScrollPane.A scene is a tree of small building blocks called widgets and represented by this class.The dependency listener which is used for notifying dependent widgets, anchor, ...