Package org.omegahat.DataStructures.Data.Viewers

Class Summary
DataFrameTableModel Internal model used for relating the contents of a DataFrameInt to a DataFrameViewer.
DataFrameViewer Class used to display a DataFrameInt object in a grid, potentially allowing editing, selection of columns and/or rows.
DataFrameViewerWindow Simple window to contain a DataFrameViewer
FactorCellEditor Cell Editor for the DataFrameViewer in columns representing FactorInt variables, displaying the current levels in a choice menu and allowing new ones to be entered in a JComboBox.
FactorCellRenderer Class used to render a factor value in a DataFrameViewer
VariableNameRenderer Handles the display of the column headers for the variables in a DataFrameViewer, controlling the selection of a column header item, etc.