Package com.l2fprod.common.propertysheet

Provides a component to edit Properties in a table-like user interface.

See:
          Description

Interface Summary
Property Property.
PropertyEditorFactory Creates editors for Property object.
PropertyRendererFactory Factory for Property renderers.
PropertySheet PropertySheet.
 

Class Summary
AbstractProperty AbstractProperty.
CellEditorAdapter Allows to use any PropertyEditor as a Table or Tree cell editor.
DefaultProperty DefaultProperty.
PropertyEditorRegistry Mapping between Properties, Property Types and Property Editors.
PropertyRendererRegistry Mapping between Properties, Property Types and Renderers.
PropertySheetDialog PropertySheetDialog.
PropertySheetPanel An implementation of a PropertySheet which shows a table to edit/view values, a description pane which updates when the selection changes and buttons to toggle between a flat view and a by-category view of the properties.
PropertySheetTable A table which allows the editing of Properties through PropertyEditors.
PropertySheetTableModel PropertySheetTableModel.
PropertySheetTableModel.NaturalOrderStringComparator  
PropertySheetTableModel.PropertyComparator The default comparator for Properties.
 

Package com.l2fprod.common.propertysheet Description

Provides a component to edit Properties in a table-like user interface.