|
Class Summary |
| AbstractMetaObjectUI |
A component that allows rendering or editing
a specific type of MetaObject. |
| AbstractPropertyEditor |
Base implementation of the MetaPropertyEditor interface. |
| AbstractPropertyUI |
Base implementation of the MetaPropertyUI interface. |
| DefaultEditorFactory |
Simple factory that will just instantiate an editor
of a particular class. |
| DefaultPropertyEditor |
Default implementation of MetaPropertyEditor that uses
a property format object and a JTextField to apply
changes to a PropertyMutator. |
| DefaultPropertyRenderer |
A default implementation of MetaPropertyRenderer that
returns a JLabel with an etched border. |
| DefaultRendererFactory |
Simple factory that will just instantiate a renderer of a
particular class. |
| FactoryRegistry |
Creates specific types of MetaPropertyEditors. |
| FormatPropertyRenderer |
A subclass of DefaultPropertyRenderer that passed its
values through a property format object before displaying. |
| MetaPanel |
A JPanel implementation that provides additional container
methods for adding MetaObjects and PropertyMutators as if they
were actual UI components. |
| MetaTabbedPanel |
A tabbed panel where each tab represents a different
set of fields for a MetaObject. |
| MetaTabbedPanel.TabConfiguration |
Defines the elements related to a meta-tab including
fields, editability, scrollability, etc. |
| MetaTabbedPanelUI |
A component that uses a MetaTabbedPanel to render or edit
a specific type of MetaObject. |
| MetaTabbedPanelUIFactory |
Factory for creating MetaTabbedPanelUIs |
| MultiColumnPanel |
A panel providing multi-column display or edit for a
set of properties. |
| MultiColumnPanelUI |
A component that uses a multi-column panel to render or edit
a specific type of MetaObject. |
| MultiColumnPanelUIFactory |
Factory for creating MultiColumnPanelUIs that can
act as either renderers or editors. |