public class AttributeListFunctionalGroupsTableModelOneFrame extends AttributeListFunctionalGroupsTableModel
The abstract AttributeListFunctionalGroupsTableModelOneFrame class extends a
AttributeListFunctionalGroupsTableModel to abstract the contents of a list of attributes
containing shared and per-frame functional groups for multi-frame objects as
a table with a single row for a single frame in order to provide support for a AttributeListTableBrowser.
For details of some of the methods implemented here see javax.swing.table.AbstractTableModel.
columnCount, columnNames, data, excludeList, includeList, rowCountlistenerList| Constructor and Description |
|---|
AttributeListFunctionalGroupsTableModelOneFrame() |
AttributeListFunctionalGroupsTableModelOneFrame(AttributeList list) |
AttributeListFunctionalGroupsTableModelOneFrame(AttributeList list,
HashSet includeList,
HashSet excludeList) |
| Modifier and Type | Method and Description |
|---|---|
void |
initializeModelFromAttributeList(AttributeList list)
Populate the table model from an attribute list.
|
void |
selectValuesForDifferentFrame(int frameNumber)
Update anything that varies on a per-frame basis to the values for the specified frame.
|
addAllAcceptableAttributesToSetAndValuesToMap, addAllAcceptableAttributesToSetAndValuesToMap, addAllAcceptableAttributesWithinSequenceAttributesToSetAndValuesToMap, addAllAcceptableAttributesWithinSequenceAttributesToSetAndValuesToMapForAllFramesgetColumnCount, getColumnName, getRowCount, getValueAt, isAcceptable, isCellEditableaddTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getListeners, getTableModelListeners, removeTableModelListener, setValueAtpublic AttributeListFunctionalGroupsTableModelOneFrame()
public AttributeListFunctionalGroupsTableModelOneFrame(AttributeList list)
list - the list of attributes whose values to usepublic AttributeListFunctionalGroupsTableModelOneFrame(AttributeList list, HashSet includeList, HashSet excludeList)
list - the list of attributes whose values to useincludeList - attributes to includeexcludeList - attributes to excludepublic void initializeModelFromAttributeList(AttributeList list)
Populate the table model from an attribute list.
initializeModelFromAttributeList in class AttributeListTableModellist - the attributes whose values to usepublic void selectValuesForDifferentFrame(int frameNumber)
Update anything that varies on a per-frame basis to the values for the specified frame.
Clear any displayed value if frameNumber out of range.
frameNumber - the selected frame, numbered from 0, -1 if no frame is selected