Class AttributeListFunctionalGroupsTableModelAllFrames

All Implemented Interfaces:
Serializable, TableModel

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.

See Also:
  • Constructor Details

    • AttributeListFunctionalGroupsTableModelAllFrames

      public AttributeListFunctionalGroupsTableModelAllFrames()

      Construct an empty table model.

    • AttributeListFunctionalGroupsTableModelAllFrames

      public AttributeListFunctionalGroupsTableModelAllFrames(AttributeList list)

      Construct the table model from an attribute list.

      Parameters:
      list - the list of attributes whose values to use
    • AttributeListFunctionalGroupsTableModelAllFrames

      public AttributeListFunctionalGroupsTableModelAllFrames(AttributeList list, HashSet includeList, HashSet excludeList)

      Construct the table model from an attribute list.

      Parameters:
      list - the list of attributes whose values to use
      includeList - attributes to include
      excludeList - attributes to exclude
  • Method Details