|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActionPlacement | |
---|---|
org.ow2.clif.scenario.isac.egui.pages.pageBehavior | |
org.ow2.clif.scenario.isac.egui.util |
Uses of ActionPlacement in org.ow2.clif.scenario.isac.egui.pages.pageBehavior |
---|
Methods in org.ow2.clif.scenario.isac.egui.pages.pageBehavior that return ActionPlacement | |
---|---|
static ActionPlacement |
ActionPlacement.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ActionPlacement[] |
ActionPlacement.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Constructors in org.ow2.clif.scenario.isac.egui.pages.pageBehavior with parameters of type ActionPlacement | |
---|---|
ActionWizard(org.w3c.dom.Document doc,
org.w3c.dom.Element currentNode,
org.w3c.dom.Element behavior,
java.util.Map<java.lang.String,PluginDescription> plugins,
ActionPlacement actionPlacement)
Constuctor for the action Wizard |
Uses of ActionPlacement in org.ow2.clif.scenario.isac.egui.util |
---|
Methods in org.ow2.clif.scenario.isac.egui.util that return ActionPlacement | |
---|---|
static ActionPlacement |
BehaviorUtil.validatePlacement(org.w3c.dom.Element nodeToAdd,
org.w3c.dom.Element node,
ActionPlacement actionPlacement)
Validate and change the action Placement depending on the targeted node |
Methods in org.ow2.clif.scenario.isac.egui.util with parameters of type ActionPlacement | |
---|---|
static boolean |
BehaviorUtil.insertElementInTree(org.w3c.dom.Element newNode,
org.w3c.dom.Element selectedNode,
org.w3c.dom.Element rootBehaviourNode,
ActionPlacement actionPlacement)
Insert a new node in the document dependending on the selected node and the placement required |
static ActionPlacement |
BehaviorUtil.validatePlacement(org.w3c.dom.Element nodeToAdd,
org.w3c.dom.Element node,
ActionPlacement actionPlacement)
Validate and change the action Placement depending on the targeted node |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |