| Modifier and Type | Method and Description |
|---|---|
InteractionUnit |
OperationContext.getUnit() |
InteractionUnit |
DMROperationProcedure.getUnit() |
| Modifier and Type | Method and Description |
|---|---|
InteractionUnit |
UsewareAdapter.fromXML(com.google.gwt.xml.client.Node node) |
InteractionUnit |
ToolstripAdapter.fromXML(com.google.gwt.xml.client.Node node) |
InteractionUnit |
TodoAdapter.fromXML(com.google.gwt.xml.client.Node node) |
InteractionUnit |
PulldownAdapter.fromXML(com.google.gwt.xml.client.Node node) |
InteractionUnit |
PropertiesAdapter.fromXML(com.google.gwt.xml.client.Node node) |
InteractionUnit |
PagesAdapter.fromXML(com.google.gwt.xml.client.Node node) |
InteractionUnit |
FormAdapter.fromXML(com.google.gwt.xml.client.Node node) |
InteractionUnit |
EditorPanelAdapter.fromXML(com.google.gwt.xml.client.Node node) |
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.xml.client.Element |
UsewareAdapter.toXML(com.google.gwt.xml.client.Document document,
InteractionUnit unit) |
com.google.gwt.xml.client.Element |
ToolstripAdapter.toXML(com.google.gwt.xml.client.Document document,
InteractionUnit unit) |
com.google.gwt.xml.client.Element |
TodoAdapter.toXML(com.google.gwt.xml.client.Document document,
InteractionUnit unit) |
com.google.gwt.xml.client.Element |
PulldownAdapter.toXML(com.google.gwt.xml.client.Document document,
InteractionUnit unit) |
com.google.gwt.xml.client.Element |
PropertiesAdapter.toXML(com.google.gwt.xml.client.Document document,
InteractionUnit unit) |
com.google.gwt.xml.client.Element |
PagesAdapter.toXML(com.google.gwt.xml.client.Document document,
InteractionUnit unit) |
com.google.gwt.xml.client.Element |
FormAdapter.toXML(com.google.gwt.xml.client.Document document,
InteractionUnit unit) |
com.google.gwt.xml.client.Element |
EditorPanelAdapter.toXML(com.google.gwt.xml.client.Document document,
InteractionUnit unit) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TriggerStrategy.appliesTo(InteractionUnit<StereoTypes> interactionUnit) |
boolean |
ToolStripStrategy.appliesTo(InteractionUnit<StereoTypes> interactionUnit) |
boolean |
SuspendStrategy.appliesTo(InteractionUnit<StereoTypes> interactionUnit) |
boolean |
SelectStrategy.appliesTo(InteractionUnit<StereoTypes> interactionUnit) |
boolean |
PullDownStrategy.appliesTo(InteractionUnit<StereoTypes> interactionUnit) |
boolean |
PropertiesStrategy.appliesTo(InteractionUnit<StereoTypes> interactionUnit) |
boolean |
LinkStrategy.appliesTo(InteractionUnit<StereoTypes> interactionUnit) |
boolean |
FormStrategy.appliesTo(InteractionUnit<StereoTypes> interactionUnit) |
boolean |
ConcurrencyStrategy.appliesTo(InteractionUnit<StereoTypes> interactionUnit) |
boolean |
ChoiceStrategy.appliesTo(InteractionUnit<StereoTypes> interactionUnit) |
boolean |
TriggerStrategy.prepare(InteractionUnit<StereoTypes> interactionUnit,
Context context) |
boolean |
ToolStripStrategy.prepare(InteractionUnit<StereoTypes> interactionUnit,
Context context) |
boolean |
SuspendStrategy.prepare(InteractionUnit<StereoTypes> interactionUnit,
Context context) |
boolean |
PullDownStrategy.prepare(InteractionUnit<StereoTypes> interactionUnit,
Context context) |
boolean |
PropertiesStrategy.prepare(InteractionUnit<StereoTypes> interactionUnit,
Context context) |
boolean |
LinkStrategy.prepare(InteractionUnit<StereoTypes> interactionUnit,
Context context) |
boolean |
FormStrategy.prepare(InteractionUnit<StereoTypes> interactionUnit,
Context context) |
boolean |
ConcurrencyStrategy.prepare(InteractionUnit<StereoTypes> interactionUnit,
Context context) |
boolean |
ChoiceStrategy.prepare(InteractionUnit<StereoTypes> interactionUnit,
Context context) |
boolean |
SelectStrategy.prepare(InteractionUnit interactionUnit,
Context context) |
ReificationWidget |
TriggerStrategy.reify(InteractionUnit<StereoTypes> interactionUnit,
Context context) |
ReificationWidget |
ToolStripStrategy.reify(InteractionUnit<StereoTypes> interactionUnit,
Context context) |
ReificationWidget |
SuspendStrategy.reify(InteractionUnit<StereoTypes> interactionUnit,
Context context) |
ReificationWidget |
SelectStrategy.reify(InteractionUnit<StereoTypes> interactionUnit,
Context context) |
ReificationWidget |
PullDownStrategy.reify(InteractionUnit<StereoTypes> interactionUnit,
Context context) |
ReificationWidget |
PropertiesStrategy.reify(InteractionUnit<StereoTypes> interactionUnit,
Context context) |
ReificationWidget |
LinkStrategy.reify(InteractionUnit<StereoTypes> interactionUnit,
Context context) |
ReificationWidget |
FormStrategy.reify(InteractionUnit<StereoTypes> interactionUnit,
Context context) |
ReificationWidget |
ConcurrencyStrategy.reify(InteractionUnit<StereoTypes> interactionUnit,
Context context) |
ReificationWidget |
ChoiceStrategy.reify(InteractionUnit<StereoTypes> interactionUnit,
Context context) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TodoStrategy.appliesTo(InteractionUnit<StereoTypes> interactionUnit) |
boolean |
TodoStrategy.prepare(InteractionUnit<StereoTypes> interactionUnit,
Context context) |
ReificationWidget |
TodoStrategy.reify(InteractionUnit<StereoTypes> interactionUnit,
Context context) |
| Modifier and Type | Method and Description |
|---|---|
void |
RequiredResources.visit(InteractionUnit<StereoTypes> interactionUnit) |
| Modifier and Type | Method and Description |
|---|---|
QName |
DialogState.activateBranch(InteractionUnit unit) |
QName |
DialogState.activateBranch(InteractionUnit unit,
String suffix) |
static void |
Integrity.check(InteractionUnit container,
Map<QName,Set<Procedure>> behaviours) |
| Modifier and Type | Method and Description |
|---|---|
void |
StructureLogger.end(InteractionUnit parentUnit) |
void |
StructureLogger.start(InteractionUnit parentUnit) |
| Modifier and Type | Method and Description |
|---|---|
InteractionUnit |
ReificationWidget.getInteractionUnit() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ReificationStrategy.appliesTo(InteractionUnit<S> interactionUnit) |
boolean |
ReificationStrategy.prepare(InteractionUnit<S> interactionUnit,
Context context) |
T |
ReificationStrategy.reify(InteractionUnit<S> interactionUnit,
Context context) |
| Modifier and Type | Method and Description |
|---|---|
InteractionUnit |
Dialog.findUnit(QName id) |
InteractionUnit |
Dialog.getInterfaceModel() |
| Constructor and Description |
|---|
Dialog(QName id,
InteractionUnit root) |
| Modifier and Type | Method and Description |
|---|---|
void |
BranchActivation.visit(InteractionUnit unit) |
void |
ScopeAssignment.visit(InteractionUnit<S> unit) |
| Modifier and Type | Class and Description |
|---|---|
class |
Container<S extends Enum<S>>
A container is used to hierarchically structure the abstract interaction objects.
|
class |
Input<S extends Enum<S>>
The input element is used to specify the data input from the user perspective.
|
class |
Link<S extends Enum<S>> |
class |
Output<S extends Enum<S>>
The output element is used to specify the data output from the user perspective.
|
class |
Select<S extends Enum<S>>
The select element is used to specify the inclusive/exclusive selection of a value from a set of values.
|
class |
Trigger<S extends Enum<S>>
The trigger element is used to specify a command from the user perspective.
|
| Modifier and Type | Method and Description |
|---|---|
List<InteractionUnit> |
Container.getChildren() |
| Modifier and Type | Method and Description |
|---|---|
void |
Container.add(InteractionUnit interactionUnit) |
void |
Container.remove(InteractionUnit interactionUnit) |
| Modifier and Type | Method and Description |
|---|---|
InteractionUnit |
Builder.build() |
InteractionUnit |
Builder.getCurrent() |
| Modifier and Type | Method and Description |
|---|---|
Builder |
Builder.add(InteractionUnit interactionUnit) |
void |
InteractionUnitVisitor.visit(InteractionUnit<S> interactionUnit) |
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.