org.netbeans.api.visual.layout |
This package contains Layout interface which defines a widget-layout. Widget-layout is similar to Swing-layout.
It defines how children widgets should layed out.
This layout is not related with graph-oriented layout in org.netbeans.api.visual.graph.layout package.
|
Java Source File Name | Type | Comment |
Layout.java | Interface | This class is responsible for layout and justification of children widgets of a widget where the layout is assigned. |
LayoutFactory.java | Class | This class is a factory of all built-in layouts. |
SceneLayout.java | Class | This is used for a one-time operations that had to be invoked after the scene is initialized and/or validated.
This is usually used for applying graph-oriented layouts where the layout requires to calculate boundaries
of widgets before the layout is invokes.
The SceneLayout can be invoked by SceneLayout.invokeLayout method. |