GNU Classpath (0.95) | |
Frames | No Frames |
Methods with parameter type javax.swing.SizeRequirements | |
int[] | Returns an array of new preferred sizes for the children based on
delta . |
void | SizeRequirements.calculateAlignedPositions(int allocated, SizeRequirements total, SizeRequirements[] children, int[] offsets, int[] spans) Calculate the offsets and spans of the components, when they should
be placed end-to-end.
|
void | SizeRequirements.calculateAlignedPositions(int allocated, SizeRequirements total, SizeRequirements[] children, int[] offset, int[] spans, boolean forward) Calculate the offsets and spans of the components, when they should
be placed end-to-end.
|
void | SizeRequirements.calculateTiledPositions(int allocated, SizeRequirements total, SizeRequirements[] children, int[] offsets, int[] spans) Calculate the offsets and spans of the components, when they should
be placed end-to-end.
|
void | SizeRequirements.calculateTiledPositions(int allocated, SizeRequirements total, SizeRequirements[] children, int[] offsets, int[] spans, boolean forward) Calculate the offsets and spans of the components, when they should
be placed end-to-end.
|
SizeRequirements | Calculates how much space is nessecary to place a set of components
aligned according to their alignment value.
|
SizeRequirements | Calculates how much space is nessecary to place a set of components
end-to-end. |
Methods with return type javax.swing.SizeRequirements | |
SizeRequirements | Calculates how much space is nessecary to place a set of components
aligned according to their alignment value.
|
SizeRequirements | Calculates how much space is nessecary to place a set of components
end-to-end. |
Methods with parameter type javax.swing.SizeRequirements | |
SizeRequirements | Calculates the requirements along the major axis.
|
SizeRequirements | Calculates the requirements along the minor axis.
|
SizeRequirements | Calculates the minor axis requirements of this view. |
Methods with return type javax.swing.SizeRequirements | |
SizeRequirements | Calculates the requirements along the major axis.
|
SizeRequirements | Calculates the requirements along the minor axis.
|
SizeRequirements | Calculates the minor axis requirements of this view. |
Methods with parameter type javax.swing.SizeRequirements | |
SizeRequirements | Calculates size requirements for a baseline layout. |
SizeRequirements | Calculates the size requirements of this BoxView along
its major axis, that is the axis specified in the constructor.
|
SizeRequirements | Calculates the size requirements of this BoxView along
its minor axis, that is the axis opposite to the axis specified in the
constructor.
|
SizeRequirements | Calculates the size requirements of this BoxView along
its minor axis, that is the axis opposite to the axis specified in the
constructor.
|
SizeRequirements | Calculates the requirements of this view for the minor (== horizontal)
axis.
|
void | Lays out the columns to fit within the specified target span.
|
Methods with return type javax.swing.SizeRequirements | |
SizeRequirements | Calculates size requirements for a baseline layout. |
SizeRequirements | Calculates the size requirements of this BoxView along
its major axis, that is the axis specified in the constructor.
|
SizeRequirements | Calculates the size requirements of this BoxView along
its minor axis, that is the axis opposite to the axis specified in the
constructor.
|
SizeRequirements | Calculates the size requirements of this BoxView along
its minor axis, that is the axis opposite to the axis specified in the
constructor.
|
SizeRequirements | Calculates the requirements of this view for the minor (== horizontal)
axis.
|
GNU Classpath (0.95) |