toxTree.core
Interface IDecisionRuleEditor

All Superinterfaces:
IToxTreeEditor
All Known Implementing Classes:
RuleEditor, RulePanel, RulePropertyEditor, RuleQSARModelEditor, RuleRangeEditor, RuleStructuresPanel, SMARTSRuleEditor, SubstructureRulePanel

public interface IDecisionRuleEditor
extends IToxTreeEditor

Each rule IDecisionRule 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 rule settings.

Author:
Nina Jeliazkova nina@acad.bg Modified 2005-10-18

Method Summary
 IDecisionRule edit(java.awt.Container owner, IDecisionRule rule)
           
 IDecisionRule getRule()
           
 java.awt.Component getVisualCompoment()
           
 void setRule(IDecisionRule rule)
           
 
Methods inherited from interface toxTree.core.IToxTreeEditor
isEditable, setEditable
 

Method Detail

setRule

void setRule(IDecisionRule rule)

getRule

IDecisionRule getRule()

edit

IDecisionRule edit(java.awt.Container owner,
                   IDecisionRule rule)

getVisualCompoment

java.awt.Component getVisualCompoment()
Specified by:
getVisualCompoment in interface IToxTreeEditor


Copyright © 2004-2012 Ideaconsult Ltd.. All Rights Reserved.