Package adams.gui.goe

Interface GenericObjectEditor.PostProcessObjectHandler

    • Method Detail

      • postProcessObject

        Object postProcessObject​(GenericObjectEditor goe,
                                 Object o)
        Gets called just before the object would be set, i.e., updating the UI.
        Parameters:
        goe - the generic object editor that triggered it
        o - the object to be set
        Returns:
        the potentially updated object