Class AttributeListFunctionalGroupsTableModelOneFrame

    • Constructor Detail

      • AttributeListFunctionalGroupsTableModelOneFrame

        public AttributeListFunctionalGroupsTableModelOneFrame()
      • AttributeListFunctionalGroupsTableModelOneFrame

        public AttributeListFunctionalGroupsTableModelOneFrame​(AttributeList list)
        Parameters:
        list - the list of attributes whose values to use
      • AttributeListFunctionalGroupsTableModelOneFrame

        public AttributeListFunctionalGroupsTableModelOneFrame​(AttributeList list,
                                                               java.util.HashSet includeList,
                                                               java.util.HashSet excludeList)
        Parameters:
        list - the list of attributes whose values to use
        includeList - attributes to include
        excludeList - attributes to exclude
    • Method Detail

      • selectValuesForDifferentFrame

        public 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.

        Parameters:
        frameNumber - the selected frame, numbered from 0, -1 if no frame is selected