Package net.sf.okapi.common
Interface IEmbeddableParametersEditor
-
public interface IEmbeddableParametersEditorCommon way to embed in a dialog box an editor to modify the parameters of a component. The parameters are implemented through theIParametersinterface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringvalidateAndSaveParameters()Validates and save the current parameters for this editor.
-
-
-
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()
-
-