com.l2fprod.common.propertysheet |
Provides a component to edit Properties in a table-like user interface.
|
Java Source File Name | Type | Comment |
AbstractProperty.java | Class | AbstractProperty. |
CellEditorAdapter.java | Class | Allows to use any PropertyEditor as a Table or Tree cell editor. |
DefaultProperty.java | Class | DefaultProperty. |
Property.java | Interface | Property. |
PropertyDescriptorAdapter.java | Class | |
PropertyEditorFactory.java | Interface | |
PropertyEditorRegistry.java | Class | Mapping between Properties, Property Types and Property Editors. |
PropertyRendererFactory.java | Interface | |
PropertyRendererRegistry.java | Class | Mapping between Properties, Property Types and Renderers. |
PropertySheet.java | Interface | |
PropertySheetDialog.java | Class | PropertySheetDialog. |
PropertySheetPanel.java | Class | 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.java | Class | A table which allows the editing of Properties through
PropertyEditors. |
PropertySheetTableModel.java | Class | PropertySheetTableModel. |