com.ebmwebsourcing.petalsbpm.bpmndiagram.common.connector
Class ConnectorPointElement

java.lang.Object
  extended by com.google.gwt.user.client.ui.UIObject
      extended by com.google.gwt.user.client.ui.Widget
          extended by com.google.gwt.user.client.ui.Composite
              extended by com.ebmwebsourcing.geasytools.geasyui.impl.connectable.ConnectorPoint
                  extended by com.ebmwebsourcing.petalsbpm.bpmndiagram.common.connector.ConnectorPointElement
All Implemented Interfaces:
com.ebmwebsourcing.geasytools.geasyui.api.connectable.IConnectorPoint, com.ebmwebsourcing.geasytools.geasyui.api.core.IPositionable, com.ebmwebsourcing.geasytools.geasyui.api.draggable.events.IDragHandler, com.ebmwebsourcing.geasytools.geasyui.api.draggable.IDraggableElement, com.ebmwebsourcing.geasytools.geasyui.impl.draggable.DragHandler, com.google.gwt.event.dom.client.HasAllMouseHandlers, com.google.gwt.event.dom.client.HasClickHandlers, com.google.gwt.event.dom.client.HasMouseDownHandlers, com.google.gwt.event.dom.client.HasMouseMoveHandlers, com.google.gwt.event.dom.client.HasMouseOutHandlers, com.google.gwt.event.dom.client.HasMouseOverHandlers, com.google.gwt.event.dom.client.HasMouseUpHandlers, com.google.gwt.event.dom.client.HasMouseWheelHandlers, com.google.gwt.event.logical.shared.HasAttachHandlers, com.google.gwt.event.shared.EventHandler, com.google.gwt.event.shared.HasHandlers, com.google.gwt.user.client.EventListener, com.google.gwt.user.client.ui.IsWidget
Direct Known Subclasses:
ConnectorEndElement, ConnectorStartElement

public class ConnectorPointElement
extends com.ebmwebsourcing.geasytools.geasyui.impl.connectable.ConnectorPoint


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
protected  com.ebmwebsourcing.geasytools.geasysvg.core.impl.Circle circle
           
protected  com.ebmwebsourcing.geasytools.geasysvg.core.impl.Group group
           
 
Fields inherited from class com.google.gwt.user.client.ui.UIObject
DEBUG_ID_PREFIX
 
Constructor Summary
ConnectorPointElement(com.ebmwebsourcing.geasytools.geasyui.api.connectable.IConnector connector, float x, float y)
           
 
Method Summary
 int getAbsoluteLeft()
           
 int getAbsoluteTop()
           
 float getRelativeX()
           
 float getRelativeY()
           
 void hide()
           
 void onAcceptedAfterDrop(com.ebmwebsourcing.geasytools.geasyui.api.draggable.events.IAcceptedAfterDropEvent event)
           
 void onAcceptedBeforeDrop(com.ebmwebsourcing.geasytools.geasyui.api.draggable.events.IAcceptedBeforeDropEvent event)
           
 void onMove(com.ebmwebsourcing.geasytools.geasyui.api.draggable.events.IDragMoveEvent event)
           
 void onRefusedAfterDrop(com.ebmwebsourcing.geasytools.geasyui.api.draggable.events.IRefusedAfterDropEvent event)
           
 void onRefusedBeforeDrop(com.ebmwebsourcing.geasytools.geasyui.api.draggable.events.IRefusedBeforeDropEvent event)
           
 void onStart(com.ebmwebsourcing.geasytools.geasyui.api.draggable.events.IDragStartEvent event)
           
 void onStop(com.ebmwebsourcing.geasytools.geasyui.api.draggable.events.IDragStopEvent event)
           
 void removeFromParent()
           
 void setRelativeX(float x)
           
 void setRelativeY(float y)
           
 void show()
           
 
Methods inherited from class com.ebmwebsourcing.geasytools.geasyui.impl.connectable.ConnectorPoint
addClickHandler, addDragHandler, addMouseDownHandler, addMouseMoveHandler, addMouseOutHandler, addMouseOverHandler, addMouseUpHandler, addMouseWheelHandler, fireEvent, getConnectedToMagnet, getConnector, getContainer, getDraggableElementDefaultHandlers, getDraggedTypes, getHandlerManager, getId, getMouseState, getNextPoint, getPreviousPoint, getUIPanel, setConnectedToMagnet, setContainer, setNextPoint, setPreviousPoint, toString
 
Methods inherited from class com.google.gwt.user.client.ui.Composite
getWidget, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, setWidget
 
Methods inherited from class com.google.gwt.user.client.ui.Widget
addAttachHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, getHandlerCount, getLayoutData, getParent, isOrWasAttached, onLoad, onUnload, setLayoutData, sinkEvents
 
Methods inherited from class com.google.gwt.user.client.ui.UIObject
addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, unsinkEvents
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

circle

protected com.ebmwebsourcing.geasytools.geasysvg.core.impl.Circle circle

group

protected com.ebmwebsourcing.geasytools.geasysvg.core.impl.Group group
Constructor Detail

ConnectorPointElement

public ConnectorPointElement(com.ebmwebsourcing.geasytools.geasyui.api.connectable.IConnector connector,
                             float x,
                             float y)
Method Detail

removeFromParent

public void removeFromParent()
Overrides:
removeFromParent in class com.google.gwt.user.client.ui.Widget

getRelativeX

public float getRelativeX()
Specified by:
getRelativeX in interface com.ebmwebsourcing.geasytools.geasyui.api.core.IPositionable
Overrides:
getRelativeX in class com.ebmwebsourcing.geasytools.geasyui.impl.connectable.ConnectorPoint

getRelativeY

public float getRelativeY()
Specified by:
getRelativeY in interface com.ebmwebsourcing.geasytools.geasyui.api.core.IPositionable
Overrides:
getRelativeY in class com.ebmwebsourcing.geasytools.geasyui.impl.connectable.ConnectorPoint

getAbsoluteLeft

public int getAbsoluteLeft()
Specified by:
getAbsoluteLeft in interface com.ebmwebsourcing.geasytools.geasyui.api.core.IPositionable
Specified by:
getAbsoluteLeft in class com.ebmwebsourcing.geasytools.geasyui.impl.connectable.ConnectorPoint

getAbsoluteTop

public int getAbsoluteTop()
Specified by:
getAbsoluteTop in interface com.ebmwebsourcing.geasytools.geasyui.api.core.IPositionable
Specified by:
getAbsoluteTop in class com.ebmwebsourcing.geasytools.geasyui.impl.connectable.ConnectorPoint

setRelativeX

public void setRelativeX(float x)

setRelativeY

public void setRelativeY(float y)

hide

public void hide()

show

public void show()

onStart

public void onStart(com.ebmwebsourcing.geasytools.geasyui.api.draggable.events.IDragStartEvent event)
Specified by:
onStart in interface com.ebmwebsourcing.geasytools.geasyui.api.draggable.events.IDragHandler
Specified by:
onStart in interface com.ebmwebsourcing.geasytools.geasyui.impl.draggable.DragHandler
Overrides:
onStart in class com.ebmwebsourcing.geasytools.geasyui.impl.connectable.ConnectorPoint

onMove

public void onMove(com.ebmwebsourcing.geasytools.geasyui.api.draggable.events.IDragMoveEvent event)
Specified by:
onMove in interface com.ebmwebsourcing.geasytools.geasyui.api.draggable.events.IDragHandler
Specified by:
onMove in interface com.ebmwebsourcing.geasytools.geasyui.impl.draggable.DragHandler
Overrides:
onMove in class com.ebmwebsourcing.geasytools.geasyui.impl.connectable.ConnectorPoint

onStop

public void onStop(com.ebmwebsourcing.geasytools.geasyui.api.draggable.events.IDragStopEvent event)
Specified by:
onStop in interface com.ebmwebsourcing.geasytools.geasyui.api.draggable.events.IDragHandler
Specified by:
onStop in interface com.ebmwebsourcing.geasytools.geasyui.impl.draggable.DragHandler
Overrides:
onStop in class com.ebmwebsourcing.geasytools.geasyui.impl.connectable.ConnectorPoint

onAcceptedAfterDrop

public void onAcceptedAfterDrop(com.ebmwebsourcing.geasytools.geasyui.api.draggable.events.IAcceptedAfterDropEvent event)

onAcceptedBeforeDrop

public void onAcceptedBeforeDrop(com.ebmwebsourcing.geasytools.geasyui.api.draggable.events.IAcceptedBeforeDropEvent event)

onRefusedAfterDrop

public void onRefusedAfterDrop(com.ebmwebsourcing.geasytools.geasyui.api.draggable.events.IRefusedAfterDropEvent event)

onRefusedBeforeDrop

public void onRefusedBeforeDrop(com.ebmwebsourcing.geasytools.geasyui.api.draggable.events.IRefusedBeforeDropEvent event)


Copyright © 2010-2011 eBM WebSourcing. All Rights Reserved.