org.netbeans.api.visual.widget.package.html Maven / Gradle / Ivy
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 Swing
Scene
- widget which represents and holds whole scene - similar to JFrame in Swing
LayerWidget
- special transparent widget used for overlays - similar JGlassPane in Swing
ConnectionWidget
- specific widget which represents path defined by control-points
LabelWidget
- widget with a single-line text - similar to simple version of JLabel in Swing
ImageWidget
- widget with an image - similar to simple version of JLabel in Swing
ScrollWidget
- widget with scrollable viewport - similar to simple version of JScrollPane in Swing
SwingScrollWidget
- widget with scroolable viewport which is using JScrollBars
ComponentWidget
- widget used for integration of Swing component into a scene
© 2015 - 2024 Weber Informatics LLC | Privacy Policy