|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object![]()
![]()
![]()
java.awt.Component
![]()
![]()
![]()
java.awt.Container
![]()
![]()
![]()
javax.swing.JComponent
![]()
![]()
![]()
javax.swing.Box.Filler
, MenuContainer
, Serializable
, Accessible


public static class Box.Filler


An implementation of a lightweight component that participates in layout but has no view.
Warning:
Serialized objects of this class will not be compatible with
future Swing releases. The current serialization support is
appropriate for short term storage or RMI between applications running
the same version of Swing. As of 1.4, support for long term storage
of all JavaBeansTM
has been added to the java.beans package.
Please see XMLEncoder
.
| Nested Class Summary | |
|---|---|
protected class |
Box.Filler.AccessibleBoxFiller
This class implements accessibility support for the Box.Filler class. |
Nested classes/interfaces inherited from class javax.swing.JComponent ![]() |
|---|
JComponent.AccessibleJComponent |
Nested classes/interfaces inherited from class java.awt.Container ![]() |
|---|
Container.AccessibleAWTContainer |
Nested classes/interfaces inherited from class java.awt.Component ![]() |
|---|
Component.AccessibleAWTComponent |
| Field Summary | |
|---|---|
protected AccessibleContext |
accessibleContext
The currently set AccessibleContext object. |
Fields inherited from class javax.swing.JComponent ![]() |
|---|
listenerList |
Fields inherited from class java.awt.Component ![]() |
|---|
BOTTOM_ALIGNMENT |
Fields inherited from interface java.awt.image.ImageObserver ![]() |
|---|
ABORT |
| Constructor Summary | |
|---|---|
Box.Filler
Constructor to create shape with the given size ranges. |
|
| Method Summary | |
|---|---|
void |
changeShape
Change the size requests for this shape. |
AccessibleContext |
getAccessibleContext
Gets the AccessibleContext associated with this Box.Filler. |
Dimension |
getMaximumSize
Returns the maximum size of the component. |
Dimension |
getMinimumSize
Returns the minimum size of the component. |
Dimension |
getPreferredSize
Returns the preferred size of the component. |
Methods inherited from class java.lang.Object ![]() |
|---|
clone |
| Field Detail |
|---|

protected AccessibleContext![]()
![]()
accessibleContext
| Constructor Detail |
|---|

public Box.Filler(Dimension![]()
![]()
min, Dimension
![]()
![]()
pref, Dimension
![]()
![]()
max)
min - Minimum sizepref - Preferred sizemax - Maximum size| Method Detail |
|---|

public void changeShape(Dimension![]()
![]()
min, Dimension
![]()
![]()
pref, Dimension
![]()
![]()
max)
min - Value to return for getMinimumSizepref - Value to return for getPreferredSizemax - Value to return for getMaximumSize

public Dimension![]()
![]()
getMinimumSize()
getMinimumSize

in class JComponent

JComponent.setMinimumSize(java.awt.Dimension)
,
ComponentUI


public Dimension![]()
![]()
getPreferredSize()
getPreferredSize

in class JComponent

JComponent.setPreferredSize(java.awt.Dimension)
,
ComponentUI


public Dimension![]()
![]()
getMaximumSize()
getMaximumSize

in class JComponent

JComponent.setMaximumSize(java.awt.Dimension)
,
ComponentUI


public AccessibleContext![]()
![]()
getAccessibleContext()
getAccessibleContext

in interface Accessible

getAccessibleContext

in class JComponent

|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||