|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IParametersEditor
Common way to call in an editor to modify the parameters of
a component. The parameters are implemented
through the IParameters interface.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||