Class AbstractLayoutManager

java.lang.Object
org.jdesktop.swingx.AbstractLayoutManager
All Implemented Interfaces:
LayoutManager, Serializable
Direct Known Subclasses:
HorizontalLayout, VerticalLayout

abstract class AbstractLayoutManager extends Object implements LayoutManager, Serializable
A simple abstract class to handle common layout implementations. Package-private as we do NOT want to export this as part of the public API.