Package org.atzberger.mango.table

Class Summary
JDialog_Edit Prototype editor used for testing purposes.
JDialog_Edit_Array_Simple Dialog editor for arrays of simple data types found within a table.
JDialog_Edit_Array_Simple_New Dialog editor for arrays of simple data types found within a table.
JDialog_Edit_Color Dialog editor for changing color attribute data type found within a table.
JDialog_Edit_Filename Dialog editor for changing filename attribute data type found within a table.
JDialog_Edit_Pathname Dialog editor for changing file path attribute data type found within a table.
JDialog_Edit_SimpleValue Dialog editor for changing a simple data type found within a table.
JTable_Properties1_Default Customised table displaying many different types of data types.
JTable_Properties1_General Customised table that allows for displaying many different types of data types.
TableData_Color Color data type wrapper.
TableData_EditorButton Edit button data type wrapper.
TableData_Filename Filename data type.
TableData_MultipleChoice1 Multiple choice type of data.
TableData_Pathname File path data type.
TableData_Units_Double Double value data type.
TableData_Units_Ref Physical units reference data type.
TableEditor_Array_Simple Handles editing of arrays of simple types, such as Boolean, Integer, Double, or String values.
TableEditor_Color Handles editing of color data type.
TableEditor_EditorButton Handles editing of generic data type by invoking a dialog editor for this type.
TableEditor_Filename Handles editing of file name data type by invoking a dialog file chooser.
TableEditor_Integer Handles editing of integer data types.
TableEditor_MultipleChoice1 Handles editing of multiple choice data types.
TableEditor_Pathname Handles editing of file path data types.
TableEditor_String Handles editing of string data type.
TableEditor_Units_Double Handles editing of Double data type.
TableEditor_Units_Ref Handles editing of physical units in use.
TableModel_Array_General Handles editing of generic arrays.
TableModel_Array_Simple Handles editing of arrays of simple data types, such as Boolean, Integer, Double, String values.
TableModel_Properties1_Default Handles table behaviors when user attempts editor, setting values, or data display is requested.
TableModel_Properties1_Default_XML_Handler Handles writing a table to XML data format.
TableModel_Properties1_General Handles table behaviors in response to user attempts to edit and in response to requests to display the data.
TableModel_Properties1_Interaction Handles table behaviors in response to user attempts to edit and in response to requests to display the data.
TableRenderer_Array_Simple Handles displaying the data type within the table fields.
TableRenderer_Color Handles displaying the data type within the table fields.
TableRenderer_EditorButton Handles displaying the data type within the table fields.
TableRenderer_Filename Handles displaying the data type within the table fields.
TableRenderer_Integer Handles displaying the data type within the table fields.
TableRenderer_MultipleChoice1 Handles displaying the data type within the table fields.
TableRenderer_Pathname Handles displaying the data type within the table fields.
TableRenderer_String Handles displaying the data type within the table fields.
TableRenderer_Units_Double Handles displaying the data type within the table fields.
TableRenderer_Units_Ref Handles displaying the data type within the table fields.