public class AttributeListFunctionalGroupsTableModelAllFrames extends AttributeListFunctionalGroupsTableModel
The abstract AttributeListFunctionalGroupsTableModelAllFrames
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 row for each 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, rowCount
Constructor and Description |
---|
AttributeListFunctionalGroupsTableModelAllFrames()
Construct an empty table model.
|
AttributeListFunctionalGroupsTableModelAllFrames(AttributeList list)
Construct the table model from an attribute list.
|
AttributeListFunctionalGroupsTableModelAllFrames(AttributeList list,
java.util.HashSet includeList,
java.util.HashSet excludeList)
Construct the table model from an attribute list.
|
Modifier and Type | Method and Description |
---|---|
void |
initializeModelFromAttributeList(AttributeList list)
Populate the table model from an attribute list.
|
addAllAcceptableAttributesToSetAndValuesToMap, addAllAcceptableAttributesToSetAndValuesToMap, addAllAcceptableAttributesWithinSequenceAttributesToSetAndValuesToMap, addAllAcceptableAttributesWithinSequenceAttributesToSetAndValuesToMapForAllFrames
getColumnCount, getColumnName, getRowCount, getValueAt, isAcceptable, isCellEditable
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getListeners, getTableModelListeners, removeTableModelListener, setValueAt
public AttributeListFunctionalGroupsTableModelAllFrames()
Construct an empty table model.
public AttributeListFunctionalGroupsTableModelAllFrames(AttributeList list)
Construct the table model from an attribute list.
list
- the list of attributes whose values to usepublic AttributeListFunctionalGroupsTableModelAllFrames(AttributeList list, java.util.HashSet includeList, java.util.HashSet excludeList)
Construct the table model from an attribute list.
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.
Only include attributes that vary per-frame.
initializeModelFromAttributeList
in class AttributeListTableModel
list
- the attributes whose values to use