Class PriorityColumnHeader

    • Constructor Detail

      • PriorityColumnHeader

        public PriorityColumnHeader​(int lowerBoundInc,
                                    int upperBoundInc)
    • Method Detail

      • getDisplayName

        public String getDisplayName()
        Description copied from interface: ColumnHeader
        The display name is the string representation of this column. Used to give this column a name during presentation.
        Specified by:
        getDisplayName in interface ColumnHeader<PriorityQueryItem>
        Returns:
        String representation of this column.
      • fits

        public boolean fits​(PriorityQueryItem item)
        Description copied from interface: ColumnHeader
        Determines if a specific item is meant part of this column.
        Specified by:
        fits in interface ColumnHeader<PriorityQueryItem>
        Parameters:
        item - the given item to check.
        Returns:
        True, if the item is supposed to be part of this column. Otherwise false.
      • getLowerBoundInc

        public int getLowerBoundInc()
      • getUpperBoundInc

        public int getUpperBoundInc()