com.ebmwebsourcing.bpmndiagram.presentation.gwt.client.bpmn1.foundation
Class ConnectorFlowNodeElement

java.lang.Object
  extended by com.google.gwt.user.client.ui.UIObject
      extended by com.google.gwt.user.client.ui.Widget
          extended by com.ebmwebsourcing.gwt.raphael.client.diagram.connector.DiagramConnector
              extended by com.ebmwebsourcing.bpmndiagram.presentation.gwt.client.bpmn1.foundation.ConnectorFlowNodeElement
All Implemented Interfaces:
com.ebmwebsourcing.gwt.raphael.client.diagram.semantic.DiagramEntity, com.ebmwebsourcing.gwt.raphael.client.diagram.semantic.Selectable, com.google.gwt.event.shared.HasHandlers, com.google.gwt.user.client.EventListener
Direct Known Subclasses:
AssociationUnidirectional, ConditionalSequenceFlow, DefaultFlow, MessageFlow, SequenceFlow

public class ConnectorFlowNodeElement
extends com.ebmwebsourcing.gwt.raphael.client.diagram.connector.DiagramConnector
implements com.ebmwebsourcing.gwt.raphael.client.diagram.semantic.Selectable

Author:
nfleury

Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled
 
Field Summary
 
Fields inherited from class com.ebmwebsourcing.gwt.raphael.client.diagram.connector.DiagramConnector
X2_DISTANCE, Y2_DISTANCE
 
Fields inherited from class com.google.gwt.user.client.ui.UIObject
DEBUG_ID_PREFIX
 
Constructor Summary
ConnectorFlowNodeElement(java.lang.String id, int x1, int y1)
           
ConnectorFlowNodeElement(java.lang.String id, com.ebmwebsourcing.gwt.raphael.client.core.SVGElement beginPoint, com.ebmwebsourcing.gwt.raphael.client.core.SVGElement endPoint)
           
 
Method Summary
 void isDeselected()
           
 void isSelected()
           
 
Methods inherited from class com.ebmwebsourcing.gwt.raphael.client.diagram.connector.DiagramConnector
addListener, connect, getBeginPoint, getEndPoint, getId, getLine, getListeners, getSource, getTarget, hide, init, onLoad, refresh, remove, setBackgroundColor, setBorderColor, setDiagramPanel, setId, setSource, setTarget, show, update
 
Methods inherited from class com.google.gwt.user.client.ui.Widget
addDomHandler, addHandler, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isAttached, isOrWasAttached, onAttach, onBrowserEvent, onDetach, onUnload, removeFromParent, setLayoutData, sinkEvents
 
Methods inherited from class com.google.gwt.user.client.ui.UIObject
addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, setElement, setElement, setHeight, setPixelSize, setSize, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, toString, unsinkEvents
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.ebmwebsourcing.gwt.raphael.client.diagram.semantic.DiagramEntity
getId
 

Constructor Detail

ConnectorFlowNodeElement

public ConnectorFlowNodeElement(java.lang.String id,
                                com.ebmwebsourcing.gwt.raphael.client.core.SVGElement beginPoint,
                                com.ebmwebsourcing.gwt.raphael.client.core.SVGElement endPoint)

ConnectorFlowNodeElement

public ConnectorFlowNodeElement(java.lang.String id,
                                int x1,
                                int y1)
Method Detail

isDeselected

public void isDeselected()
Specified by:
isDeselected in interface com.ebmwebsourcing.gwt.raphael.client.diagram.semantic.Selectable

isSelected

public void isSelected()
Specified by:
isSelected in interface com.ebmwebsourcing.gwt.raphael.client.diagram.semantic.Selectable


Copyright © 2010 eBM WebSourcing. All Rights Reserved.