|
org.netbeans.api.visual 2.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LayoutFactory.SerialAlignment | |
---|---|
org.netbeans.api.visual.layout |
This package contains Layout interface which defines a widget-layout. |
Uses of LayoutFactory.SerialAlignment in org.netbeans.api.visual.layout |
---|
Methods in org.netbeans.api.visual.layout that return LayoutFactory.SerialAlignment | |
---|---|
static LayoutFactory.SerialAlignment |
LayoutFactory.SerialAlignment.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static LayoutFactory.SerialAlignment[] |
LayoutFactory.SerialAlignment.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods in org.netbeans.api.visual.layout with parameters of type LayoutFactory.SerialAlignment | |
---|---|
static Layout |
LayoutFactory.createHorizontalFlowLayout(LayoutFactory.SerialAlignment alignment,
int gap)
Creates a horizontal flow layout with a specific style where widgets are placed horizontally one to the right from another. |
static Layout |
LayoutFactory.createHorizontalLayout(LayoutFactory.SerialAlignment alignment,
int gap)
Deprecated. use createHorizontalFlowLayout (alignment, gap) method instead |
static Layout |
LayoutFactory.createVerticalFlowLayout(LayoutFactory.SerialAlignment alignment,
int gap)
Creates a vertical flow layout with a specific style where widgets are placed vertically one to the bottom from another. |
static Layout |
LayoutFactory.createVerticalLayout(LayoutFactory.SerialAlignment alignment,
int gap)
Deprecated. use createVerticalFlowLayout (alignment, gap) method instead |
|
org.netbeans.api.visual 2.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |