public interface IParametersEditor
IParameters interface.| Modifier and Type | Method and Description |
|---|---|
IParameters |
createParameters()
Creates an instance of the parameters object the editor can edit (with
the default values).
|
boolean |
edit(IParameters paramsObject,
boolean readOnly,
IContext context)
Edits the values for the given parameters.
|
boolean edit(IParameters paramsObject, boolean readOnly, IContext context)
paramsObject - the parameters to edit.readOnly - indicates if the editor is used just to view the parameters.
If true, the editor must return false.context - an implementation of the IContext interface that
holds caller-specific information.IParameters createParameters()
Copyright © 2021. All rights reserved.