org.netbeans.modules.bpel.properties.editors.controls.filter |
|
Java Source File Name | Type | Comment |
ChildTypeFilter.java | Interface | Represents a filter which can be asked if the particular child Node
with the type childType is allowed at the particular parent node
with the type parentClass. |
ClassRulesFilter.java | Class | This node filter make a decision based on the class of parent an child. |
CompoundFilter.java | Class | This filter contains a set of other filters. |
NodeChildFilter.java | Interface | Represents a filter which can be asked if the particular child Node
is allowed at the particular parent node.
The filter is generally intended to show part of model at a TreeView.
For example, BPEL Process has many different children like Variables,
Activities, Handlers. |
PreferredFaultFilter.java | Class | This filter is intended to work with Fault Name Nodes. |
VariableTypeFilter.java | Class | This filter works with Variable Nodes only. |
VariableTypeInfoProvider.java | Interface | |