Package pulse.util

Class InstanceDescriptor<T extends Reflexive>

    • Constructor Detail

      • InstanceDescriptor

        public InstanceDescriptor​(String generalDescriptor,
                                  Class<T> c,
                                  Object... arguments)
      • InstanceDescriptor

        public InstanceDescriptor​(Class<T> c,
                                  Object... arguments)
    • Method Detail

      • 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
      • setSelectedDescriptor

        public void setSelectedDescriptor​(String selectedDescriptor)
      • 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
      • getAllDescriptors

        public Set<String> getAllDescriptors()