org.wsmostudio.choreography.editors
Class RuleFormEditor

java.lang.Object
  extended by org.wsmostudio.choreography.editors.RuleFormEditor
Direct Known Subclasses:
IfThenEditor, QuantRuleEditor, UpdateRuleEditor

public abstract class RuleFormEditor
extends java.lang.Object


Field Summary
protected  org.wsmo.service.rule.ChoreographyRule rule
           
protected  ChoreographyModel uiModel
           
 
Constructor Summary
RuleFormEditor(org.wsmo.service.rule.ChoreographyRule rule, ChoreographyModel model)
           
 
Method Summary
abstract  void dispose()
           
 org.wsmo.service.rule.Rule getRule()
           
abstract  org.eclipse.swt.widgets.Composite initUI(org.eclipse.swt.widgets.Composite parent)
           
protected  java.lang.String labelForRule()
           
abstract  void updateRule()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rule

protected org.wsmo.service.rule.ChoreographyRule rule

uiModel

protected ChoreographyModel uiModel
Constructor Detail

RuleFormEditor

public RuleFormEditor(org.wsmo.service.rule.ChoreographyRule rule,
                      ChoreographyModel model)
Method Detail

initUI

public abstract org.eclipse.swt.widgets.Composite initUI(org.eclipse.swt.widgets.Composite parent)

updateRule

public abstract void updateRule()
                         throws java.lang.Exception
Throws:
java.lang.Exception

dispose

public abstract void dispose()

labelForRule

protected java.lang.String labelForRule()

getRule

public org.wsmo.service.rule.Rule getRule()


Copyright © 2005-2008 Ontotext Lab.. All Rights Reserved.