Package adams.gui.goe

Class SheetIndexEditor

    • Constructor Detail

      • SheetIndexEditor

        public SheetIndexEditor()
    • Method Detail

      • parse

        protected SheetIndex parse​(String s)
        Parses the given string and returns the generated object. The string has to be a valid one, i.e., the isValid(String) check has been performed already and succeeded.
        Overrides:
        parse in class IndexEditor
        Parameters:
        s - the string to parse
        Returns:
        the generated object, or null in case of an error