public interface IDecisionMethodEditor extends IToxTreeEditor
| Modifier and Type | Method and Description |
|---|---|
IDecisionMethod |
edit(Component owner,
IDecisionMethod method) |
IDecisionMethod |
getMethod() |
void |
setMethod(IDecisionMethod method)
Each method
IDecisionMethod should provides an editor, which is a class,
implementing this interface. |
getVisualCompoment, isEditable, setEditablevoid setMethod(IDecisionMethod method)
IDecisionMethod should provides an editor, which is a class,
implementing this interface.
The idea is to provide an user interface for visualization and modification of
various method settings.IDecisionMethod getMethod()
IDecisionMethod edit(Component owner, IDecisionMethod method) throws DecisionMethodException
DecisionMethodExceptionCopyright © 2004–2018 Ideaconsult Ltd. All rights reserved.