Uses of Class
com.ebmwebsourcing.bpmndiagram.presentation.gwt.client.bpmn1.foundation.FlowNodeElement

Packages that use FlowNodeElement
com.ebmwebsourcing.bpmndiagram.presentation.gwt.client.bpmn1.activity   
com.ebmwebsourcing.bpmndiagram.presentation.gwt.client.bpmn1.comment   
com.ebmwebsourcing.bpmndiagram.presentation.gwt.client.bpmn1.event.end   
com.ebmwebsourcing.bpmndiagram.presentation.gwt.client.bpmn1.event.intermediate   
com.ebmwebsourcing.bpmndiagram.presentation.gwt.client.bpmn1.event.start   
com.ebmwebsourcing.bpmndiagram.presentation.gwt.client.bpmn1.gateway   
com.ebmwebsourcing.bpmndiagram.presentation.gwt.client.bpmn1.swimlane   
 

Uses of FlowNodeElement in com.ebmwebsourcing.bpmndiagram.presentation.gwt.client.bpmn1.activity
 

Subclasses of FlowNodeElement in com.ebmwebsourcing.bpmndiagram.presentation.gwt.client.bpmn1.activity
 class TaskElement
          A TaskElement instance represents a Task in BPMN Notation.
 

Methods in com.ebmwebsourcing.bpmndiagram.presentation.gwt.client.bpmn1.activity with parameters of type FlowNodeElement
 void TaskElement.addFlowNodeElement(FlowNodeElement flowNodeElement, int x, int y)
          add a FlowNodeElement to this.
 

Uses of FlowNodeElement in com.ebmwebsourcing.bpmndiagram.presentation.gwt.client.bpmn1.comment
 

Subclasses of FlowNodeElement in com.ebmwebsourcing.bpmndiagram.presentation.gwt.client.bpmn1.comment
 class CommentElement
           
 

Uses of FlowNodeElement in com.ebmwebsourcing.bpmndiagram.presentation.gwt.client.bpmn1.event.end
 

Subclasses of FlowNodeElement in com.ebmwebsourcing.bpmndiagram.presentation.gwt.client.bpmn1.event.end
 class EndMessageElement
           
 class EndNoneElement
           
 

Uses of FlowNodeElement in com.ebmwebsourcing.bpmndiagram.presentation.gwt.client.bpmn1.event.intermediate
 

Subclasses of FlowNodeElement in com.ebmwebsourcing.bpmndiagram.presentation.gwt.client.bpmn1.event.intermediate
 class IntermediateCatchingMessageElement
           
 class IntermediateEmptyElement
           
 class IntermediateThrowingMessageElement
           
 

Uses of FlowNodeElement in com.ebmwebsourcing.bpmndiagram.presentation.gwt.client.bpmn1.event.start
 

Subclasses of FlowNodeElement in com.ebmwebsourcing.bpmndiagram.presentation.gwt.client.bpmn1.event.start
 class StartTopLevelConditionalElement
           
 class StartTopLevelMessageElement
           
 class StartTopLevelNoneElement
           
 

Uses of FlowNodeElement in com.ebmwebsourcing.bpmndiagram.presentation.gwt.client.bpmn1.gateway
 

Subclasses of FlowNodeElement in com.ebmwebsourcing.bpmndiagram.presentation.gwt.client.bpmn1.gateway
 class ExclusiveGatewayElement
           
 class InclusiveGatewayElement
           
 class ParallelGatewayElement
           
 

Uses of FlowNodeElement in com.ebmwebsourcing.bpmndiagram.presentation.gwt.client.bpmn1.swimlane
 

Methods in com.ebmwebsourcing.bpmndiagram.presentation.gwt.client.bpmn1.swimlane that return types with arguments of type FlowNodeElement
 java.util.ArrayList<FlowNodeElement> LaneElement.getFlowNodes()
           
 

Methods in com.ebmwebsourcing.bpmndiagram.presentation.gwt.client.bpmn1.swimlane with parameters of type FlowNodeElement
 void LaneElement.addFlowNode(FlowNodeElement child, int x, int y)
           
 void LaneListener.onFlowNodeOut(FlowNodeElement outFlowNode, int x, int y)
           
 void LaneListenerAdapter.onFlowNodeOut(FlowNodeElement outFlowNode, int x, int y)
           
 void LaneListener.onReceiveFlowNode(FlowNodeElement receivedFlowNode, int x, int y)
           
 void LaneListenerAdapter.onReceiveFlowNode(FlowNodeElement receivedFlowNode, int x, int y)
           
 void LaneElement.removeFlowNode(FlowNodeElement child)
           
 



Copyright © 2010 eBM WebSourcing. All Rights Reserved.