org.wsmostudio.choreography.editors
Class RuleFormEditor
java.lang.Object
org.wsmostudio.choreography.editors.RuleFormEditor
- Direct Known Subclasses:
- IfThenEditor, QuantRuleEditor, UpdateRuleEditor
public abstract class RuleFormEditor
- extends java.lang.Object
|
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 |
rule
protected org.wsmo.service.rule.ChoreographyRule rule
uiModel
protected ChoreographyModel uiModel
RuleFormEditor
public RuleFormEditor(org.wsmo.service.rule.ChoreographyRule rule,
ChoreographyModel model)
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.