Class CheckListPart

    • Constructor Detail

      • CheckListPart

        public CheckListPart​(String label,
                             int heightHint)
        Creates a new ListSelectionPart object with a given parameter descriptor.
        Parameters:
        label - the text to set at the top of the list (or null).
        heightHint - the suggested height of the list.
    • Method Detail

      • checkType

        protected void checkType()
        Description copied from class: AbstractPart
        Checks the types supported by this UI part.
        Overrides:
        checkType in class AbstractPart
      • getHeightHint

        public int getHeightHint()
        Gets the suggested height for the list.
        Returns:
        the suggested height for the list.
      • clearEntries

        public void clearEntries()
        Clears the map of the entries.
      • addEntry

        public void addEntry​(ParameterDescriptor desc)
        Adds one entry in the map.
        Parameters:
        desc - the description of the parameter.