com.togethersoft.openapi.ide.inspector.util.table
Class Diagram table

Class Summary
AbstractCellEditor Represents abstract cell editor.
BooleanRenderer Represents cell which keeps boolean value as a CheckBox.
InspectorTable A slightly patched JTable used in Inspector.
PropertyColumnModel Represents on UI table with two columns : property name and value.
PropertyLineSetComponentUI Represents adornmented PropertyTableComponentUI.
PropertyNameRenderer Represents the renderer for a property name.
PropertyTableComponentUI Represents UI service which can be used to visualize table of properties.
PropertyTableModel Represents default implementation of PropertyTableModel.
PropertyTableModelBase Represents table model which keeps InspectorProperties.
PropertyValueEditor Represents cell editor of property value.
PropertyValueRenderer Represents the renderer for a property value.
RwiElementsComponent Class RwiElementsComponent provides a storage for keeping IdeInspectorProperties relating to the same RwiElements.
RwiElementsTableModel This model can be used for creation of more or less complicated tables dealing with RwiElements.
RwiElementTableAdderButton Represents "Add" button for RwiElementTable.
RwiElementTableRemoverButton Represents "Remove" button for RwiElementTable.
RwiMembersComponent Keeps IdeInspectorProperties relating to the same RwiMembers.
TableUtil Utility class.