public class EditTreeActions extends ActionMap
| Modifier and Type | Field and Description |
|---|---|
static String |
ACTION_EDITCATEGORY |
static String |
ACTION_EDITRULE |
static String |
ACTION_MODIFYEXPLANATION |
static String |
ACTION_MODIFYNOBRANCH |
static String |
ACTION_MODIFYNOCATEGORY |
static String |
ACTION_MODIFYNODE |
static String |
ACTION_MODIFYYESBRANCH |
static String |
ACTION_MODIFYYESCATEGORY |
static String |
ACTION_NEWCATEGORY |
static String |
ACTION_NEWRULE |
static String |
ACTION_VERIFY |
static String |
ACTION_VERIFYUNUSED |
protected ActionMap |
categoryActions |
protected DecisionNode |
node |
protected ActionMap |
ruleActions |
protected IDecisionMethod |
tree |
protected ActionMap |
treeActions |
protected ActionMap |
treeNodeActions |
| Constructor and Description |
|---|
EditTreeActions(IDecisionMethod tree) |
| Modifier and Type | Method and Description |
|---|---|
protected ActionMap |
createCategoryActions() |
protected ActionMap |
createRuleActions() |
protected ActionMap |
createTreeActions() |
protected ActionMap |
createTreeNodeActions() |
ActionMap |
getCategoryActions() |
DecisionNode |
getNode() |
ActionMap |
getRuleActions() |
ActionMap |
getTreeActions() |
ActionMap |
getTreeNodeActions() |
void |
setCategory(IDecisionCategory category) |
void |
setCategoryActions(ActionMap categoryActions) |
void |
setNode(DecisionNode node) |
void |
setParentComponent(ActionMap actions,
Component parent) |
void |
setRule(IDecisionRule rule) |
void |
setRuleActions(ActionMap ruleActions) |
void |
setTreeActions(ActionMap treeActions) |
void |
setTreeNodeActions(ActionMap treeActions) |
public static final String ACTION_MODIFYNODE
public static final String ACTION_MODIFYYESBRANCH
public static final String ACTION_MODIFYNOBRANCH
public static final String ACTION_MODIFYYESCATEGORY
public static final String ACTION_MODIFYNOCATEGORY
public static final String ACTION_MODIFYEXPLANATION
public static final String ACTION_NEWRULE
public static final String ACTION_VERIFY
public static final String ACTION_EDITRULE
public static final String ACTION_NEWCATEGORY
public static final String ACTION_EDITCATEGORY
public static final String ACTION_VERIFYUNUSED
protected IDecisionMethod tree
protected DecisionNode node
protected ActionMap ruleActions
protected ActionMap categoryActions
protected ActionMap treeNodeActions
protected ActionMap treeActions
public EditTreeActions(IDecisionMethod tree)
protected ActionMap createRuleActions()
protected ActionMap createCategoryActions()
protected ActionMap createTreeNodeActions()
protected ActionMap createTreeActions()
public ActionMap getCategoryActions()
public void setCategoryActions(ActionMap categoryActions)
public ActionMap getRuleActions()
public void setRuleActions(ActionMap ruleActions)
public ActionMap getTreeNodeActions()
public void setTreeNodeActions(ActionMap treeActions)
public DecisionNode getNode()
public void setNode(DecisionNode node)
public void setCategory(IDecisionCategory category)
public void setRule(IDecisionRule rule)
public ActionMap getTreeActions()
public void setTreeActions(ActionMap treeActions)
Copyright © 2004–2018 Ideaconsult Ltd. All rights reserved.