Interface IEmbeddableParametersEditor


  • public interface IEmbeddableParametersEditor
    Common way to embed in a dialog box an editor to modify the parameters of a component. The parameters are implemented through the IParameters interface.
    • Method Detail

      • validateAndSaveParameters

        String validateAndSaveParameters()
        Validates and save the current parameters for this editor.
        Returns:
        the string storage of the saved parameter, the same string as the one returned by IParameters.toString()