Class Manual

    • Field Detail

      • m_ID

        protected String m_ID
        the manual ID.
    • Constructor Detail

      • Manual

        public Manual()
    • Method Detail

      • setID

        public void setID​(String value)
        Sets the ID to use.
        Parameters:
        value - the ID
      • getID

        public String getID()
        Returns the ID to use.
        Returns:
        the ID
      • IDTipText

        public String IDTipText()
        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
      • doExtractID

        protected String doExtractID​(Object obj)
        Extracts the ID from the object.
        Specified by:
        doExtractID in class AbstractIDExtractor
        Parameters:
        obj - the object to process
        Returns:
        the extracted ID