javax.swing
Class Box.Fillerjava.lang.Object | +--java.awt.Component | +--java.awt.Container | +--javax.swing.JComponent | +--javax.swing.Box.Filler
- All Implemented Interfaces:
- Accessible, ImageObserver, MenuContainer, Serializable
- Enclosing class:
- Box
- public static class Box.Filler
- extends JComponent
- implements Accessible
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 inherited from class javax.swing.JComponent JComponent.AccessibleJComponent
Nested classes inherited from class java.awt.Container Container.AccessibleAWTContainer
Nested classes inherited from class java.awt.Component Component.BltBufferStrategy, Component.FlipBufferStrategy
Field Summary
protected AccessibleContext accessibleContext
The currently set AccessibleContext object.
Fields inherited from class javax.swing.JComponent listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW
Fields inherited from class java.awt.Component BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT
Fields inherited from interface java.awt.image.ImageObserver ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
Constructor Summary
Box.Filler(Dimension min, Dimension pref, Dimension max)
Constructor to create shape with the given size ranges.
Method Summary
void changeShape(Dimension min, Dimension pref, Dimension max)
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.