com.ebmwebsourcing.petalsbpm.bpmndiagram.common.connector
Class ConnectorPointElement
java.lang.Object
com.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.Widget
com.google.gwt.user.client.ui.Composite
com.ebmwebsourcing.geasytools.geasyui.impl.connectable.ConnectorPoint
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 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)
|
| 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 |
circle
protected com.ebmwebsourcing.geasytools.geasysvg.core.impl.Circle circle
group
protected com.ebmwebsourcing.geasytools.geasysvg.core.impl.Group group
ConnectorPointElement
public ConnectorPointElement(com.ebmwebsourcing.geasytools.geasyui.api.connectable.IConnector connector,
float x,
float y)
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.