public interface RuleModellerActionPlugin
Modifier and Type | Method and Description |
---|---|
boolean |
accept(org.drools.workbench.models.datamodel.rule.IAction iAction)
Check whether this plugin supports the action
|
void |
addPluginToActionList(RuleModeller ruleModeller,
org.uberfire.mvp.Command addCommand)
Add plugin to action list asynchronously
|
org.drools.workbench.models.datamodel.rule.IAction |
createIAction(RuleModeller ruleModeller)
Create empty IAction this plugin supports
|
RuleModellerWidget |
createWidget(RuleModeller ruleModeller,
com.google.gwt.event.shared.EventBus eventBus,
org.drools.workbench.models.datamodel.rule.IAction iAction,
Boolean readOnly)
Create a Widget wrapping corresponding IAction
|
String |
getActionAddDescription()
Get the text that gets displayed in RHS action selector
|
String |
getId()
Unique identifier of this plugin
|
boolean accept(org.drools.workbench.models.datamodel.rule.IAction iAction)
org.drools.workbench.models.datamodel.rule.IAction createIAction(RuleModeller ruleModeller)
String getId()
String getActionAddDescription()
RuleModellerWidget createWidget(RuleModeller ruleModeller, com.google.gwt.event.shared.EventBus eventBus, org.drools.workbench.models.datamodel.rule.IAction iAction, Boolean readOnly)
void addPluginToActionList(RuleModeller ruleModeller, org.uberfire.mvp.Command addCommand)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.