Package org.mlc.swing.layout

Interface Summary
ComponentBuilder All components that want to be included in the list of components that want to be part of the builder must implement this interface
 

Class Summary
BeanProperty This represents a property in the ComponentBuilder.
ButtonBarComponentBuilder This is the component builder for the JGoodies ButtonBar.
ContainerLayout This class acts as a surogate layout manager for the JGoodies (www.jgoodies.com) FormLayout manager.
DefaultComponentBuilder This is meant to be subclassed when you want to create a ComponentBuilder that has simplistic behavior.
FormEditor This is the pain panel that is used in LayoutFrame serving as the user interface for the builder.
JTableComponentBuilder This is the ComponentBuilder used to build JTables.
JToolBarComponentBuilder This is the ComponentBuilder that is used to build JToolBars.
JTreeComponentBuilder This is the ComponentBuilder used to build JTrees!
LayoutConstraintsManager This class handles the serialization and deserialization of the xml files that we are using to store the layout constraints.
LayoutFrame This is the frame that enables you to build a layout.
SeparatorComponentBuilder This is the component builder for the JGoodies Separator.