Package adams.gui.goe

Interface CustomStringRepresentationHandler

    • Method Detail

      • toCustomStringRepresentation

        String toCustomStringRepresentation​(Object obj)
        Returns a custom string representation of the object.
        Parameters:
        obj - the object to turn into a string
        Returns:
        the string representation
      • fromCustomStringRepresentation

        Object fromCustomStringRepresentation​(String str)
        Returns an object created from the custom string representation.
        Parameters:
        str - the string to turn into an object
        Returns:
        the object