org.netbeans.modules.bpel.mapper.tree.models |
|
Java Source File Name | Type | Comment |
ConditionValueTreeModel.java | Class | The implementation of the MapperTreeModel for target tree for
the following elements:
-- If
-- ElseIf
-- While
-- RepeatUntil
The tree has very simple appearance. |
DateValueTreeModel.java | Class | The implementation of the MapperTreeModel for target tree for
the following elements:
-- Wait
-- Pick --> OnAlart
-- Event Handlers --> OnAlarm
The tree has very simple appearance. |
EmptyTreeModel.java | Class | An implementation of the MapperTreeModel whithout its own elements
(only the Root). |
ForEachConditionsTreeModel.java | Class | The implementation of the MapperTreeModel for target tree for
the FroEach element. |
PartnerLinkTreeExtModel.java | Class | The implementation of the MapperTreeModel for a tree of partner links. |
SimpleTreeInfoProvider.java | Class | The implementation of the TreeItemInfoProvider for target tree
with simple content (Wait, For, If, ...). |
VariableDeclarationWrapper.java | Class | The special artificial object which is intended to represent the variable
data object in case when a BPEL model doesn't provide such one. |
VariableTreeInfoProvider.java | Class | The implementation of the TreeItemInfoProvider for the variables' tree. |
VariableTreeModel.java | Class | The implementation of the MapperTreeModel for the variables' tree. |