Class | Description |
---|---|
Blox |
A Container for a one-D row or column of JComponents, including other Blox
|
Blox.BaseAlignNote |
A Note to set the AlignBaselines flag for subsequent components.
|
Blox.BkgdColorNote |
A Note that sets the background color of its Container.
|
Blox.CrossSizeFull |
A Note to set/reset the crossSizeFull flag for the following
components.
|
Blox.DebugNote |
A Note that sets the debug status of its container.
|
Blox.Filler |
An implementation of a lightweight component that participates in
layout but has no view.
|
Blox.GlueNote |
A note to become glue between components.
|
Blox.NameNote |
A Note that sets the name field in its container.
|
Blox.Note |
A class of Components that send a note to a Blox when they are
made part of that Blox;s component list.
|
Blox.Scroller |
A Blox wrapping a JScrollPane wrapping a JComponent
|
Blox.StrutNote |
A note that serves as a strut; that is a fixed-size spacer component.
|
BloxLayout |
A more natural replacement for BoxLayout.
|
BloxLayout.LayoutReq |
Add a few fields to BloxReq
|
BloxLayout.ReverseReader<T> |
Class for implementing bidi.
|
BloxReq |
Simple object for combining the three request sizes:
minimum, preferred, and maximum.
|
BloxSection |
For fine-grained control of component sizes, clients may separate
the components of a linear layout into sections.
|
BloxSection.AbsoluteSection |
A Section of a list of components that is to be allocated
a specified number of pixels.
|
BloxSection.List | |
BloxSection.MainSection |
A Section of a list of components that is to be allocated
as much size as possible, absorbing all the free space left after
satisfying the requests of other sections.
|
BloxSection.PercentSection |
A Section of a list of components that is to be allocated
a fixed percentage of the available space.
|
BloxSection.SectionReq | |
BloxSection.ThinSection |
A Section of a list of components that is to be allocated
each its preferred size.
|