Package org.objectweb.fractal.explorer.attributes

Class Summary
AttributeControllerPanel A Panel interface implementation used to display, monitor and modify component attributes.
AttributeDescriptor A class to represent attributes.
AttributeMonitoringThread A Thread responsible for periodically testing the value of the monitored attribute.
AttributesTable An extended JTable that represents the attributes controlled by the attribute controller.
AttributesTableColumnModel An extended DefaultTableColumnModel with overriden moveColumn() method.
AttributesTableModel  
AttributesTableModelBuilder A utility class providing static methods to build attribute table's model and get the name of the attribute controller interface used to control the attributes.
AttributeValueBooleanCellEditor A custom CellEditor for boolean values of the attributes.
AttributeValueCellRenderer A custom TableCellRenderer for displaying attribute values in the attributes table.
AttributeValueDefaultCellEditor A custom CellEditor for values of the attributes other than boolean (integer, string etc.).