Package pulse.util

Class DiscreteSelector<T extends Descriptive>

    • Method Detail

      • fireDescriptorChange

        public void fireDescriptorChange()
      • getValue

        public Object getValue()
        Description copied from interface: Property
        Retrieves the value of this Property.
        Specified by:
        getValue in interface Property
        Returns:
        an object representing the value of this Property
      • getDescriptor

        public String getDescriptor​(boolean addHtmlTags)
        Description copied from interface: Property
        Creates a String to describe this property (often used in GUI applications).
        Specified by:
        getDescriptor in interface Property
        Parameters:
        addHtmlTags - if true, adds the 'html' tags at both ends of the descriptor String.
        Returns:
        a String, with or without 'html' tags, describing this Property
      • find

        public T find​(String name)
      • getDefaultSelection

        public T getDefaultSelection()
      • setDefaultSelection

        public void setDefaultSelection​(String name)
      • getAllOptions

        public Set<T> getAllOptions()