Class Manual

    • Field Detail

      • m_Group

        protected String m_Group
        the manual group.
    • Constructor Detail

      • Manual

        public Manual()
    • Method Detail

      • setGroup

        public void setGroup​(String value)
        Sets the group to use.
        Parameters:
        value - the group
      • getGroup

        public String getGroup()
        Returns the group to use.
        Returns:
        the group
      • groupTipText

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

        public boolean handles​(Object obj)
        Checks whether the data type is handled.
        Parameters:
        obj - the object to check
        Returns:
        true if handled
      • doExtractGroup

        protected String doExtractGroup​(Object obj)
        Extracts the group from the object.
        Specified by:
        doExtractGroup in class AbstractGroupExtractor
        Parameters:
        obj - the object to process
        Returns:
        the extracted group, null if failed to extract or not handled