Class ListActorUsage

    • Field Detail

      • m_ActorClass

        protected BaseClassname m_ActorClass
        the actor class to look for.
      • m_ActualClass

        protected transient Class m_ActualClass
        the actual class to look for.
    • Constructor Detail

      • ListActorUsage

        public ListActorUsage()
    • Method Detail

      • setActorClass

        public void setActorClass​(BaseClassname value)
        Sets the actor class to look for.
        Parameters:
        value - the class
      • getActorClass

        public BaseClassname getActorClass()
        Returns the actor class to look for.
        Returns:
        the class
      • actorClassTipText

        public String actorClassTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • isValid

        protected boolean isValid​(AbstractOption option,
                                  Object obj,
                                  OptionTraversalPath path)
        Checks whether the object is valid and should be added to the list.
        Specified by:
        isValid in class AbstractListingProcessor
        Parameters:
        option - the current option
        obj - the object to check
        path - the traversal path of properties
        Returns:
        true if valid
      • getHeader

        protected String getHeader()
        Returns the header to use in the dialog, i.e., the one-liner that explains the output.
        Specified by:
        getHeader in class AbstractListingProcessor
        Returns:
        the header, null if no header available
      • getTitle

        public String getTitle()
        Returns the title for the dialog.
        Returns:
        the title