toxTree.core
Interface IDecisionMethodEditor

All Superinterfaces:
IToxTreeEditor
All Known Implementing Classes:
TreeEditorPanel

public interface IDecisionMethodEditor
extends IToxTreeEditor


Method Summary
 IDecisionMethod edit(java.awt.Component owner, IDecisionMethod method)
           
 IDecisionMethod getMethod()
           
 void setMethod(IDecisionMethod method)
          Each method IDecisionMethod should provides an editor, which is a class, implementing this interface.
 
Methods inherited from interface toxTree.core.IToxTreeEditor
getVisualCompoment, isEditable, setEditable
 

Method Detail

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.