Class AbstractBox<CC extends Component>

All Implemented Interfaces:
Component, LabeledComponent, Box
Direct Known Subclasses:
HorizontalBoxImpl, VerticalBoxImpl

@Deprecated public abstract class AbstractBox<CC extends Component> extends AbstractLabeledComponent<CC> implements Box
Deprecated.
Abstract implementation for the Box interface.

We know two types of boxes, a VerticalBoxImpl and a HorizontalBoxImpl. With this two kinds of layouting possibilities we should be able to create any layout we want to. Certainly the boxes can be nested to infinity.