toxTree.core
Interface IDecisionMethodEditor
- All Superinterfaces:
- IToxTreeEditor
- All Known Implementing Classes:
- TreeEditorPanel
public interface IDecisionMethodEditor
- extends IToxTreeEditor
setMethod
void setMethod(IDecisionMethod method)
- Each 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.
getMethod
IDecisionMethod getMethod()
edit
IDecisionMethod edit(java.awt.Component owner,
IDecisionMethod method)
throws DecisionMethodException
- Throws:
DecisionMethodException
Copyright © 2004-2012 Ideaconsult Ltd.. All Rights Reserved.