| GNU Classpath (0.19) | ||
| Frames | No Frames | ||
Methods with parameter type javax.swing.SizeRequirements | |
| SizeRequirements | Calculates the size requirements for this BoxView along
the specified axis.
|
| 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.
|
Methods with return type javax.swing.SizeRequirements | |
| SizeRequirements | Calculates the size requirements for this BoxView along
the specified axis.
|
| 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.
|
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. |
| GNU Classpath (0.19) |