|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.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.draggable.HasDragProxy
com.ebmwebsourcing.petalsbpm.bpmndiagram.dragproxy.impl.common.AbstractBPMNDragProxy
com.ebmwebsourcing.petalsbpm.bpmndiagram.dragproxy.impl.events.IntermediateCatchingTimerDragProxy
com.ebmwebsourcing.petalsbpm.bpmndiagram.dragproxy.impl.events.IntermediateCatchingTimerMenuDragProxy
public class IntermediateCatchingTimerMenuDragProxy
| 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.google.gwt.user.client.ui.UIObject |
|---|
DEBUG_ID_PREFIX |
| Constructor Summary | |
|---|---|
IntermediateCatchingTimerMenuDragProxy(com.ebmwebsourcing.geasytools.geasyui.api.uipanel.IUIPanel uipanel)
|
|
| Method Summary | |
|---|---|
void |
addContextualMenuHandler(com.ebmwebsourcing.geasytools.geasyui.api.contextualmenu.events.IDragProxyContextualMenuHandler handler)
|
com.google.gwt.event.shared.HandlerRegistration |
addMouseOverHandler(com.google.gwt.event.dom.client.MouseOverHandler handler)
|
com.ebmwebsourcing.geasytools.geasyui.api.contextualmenu.IHasDragProxyContextualMenu |
getContextualMenuSubject()
|
java.util.LinkedHashSet<com.ebmwebsourcing.geasytools.geasyui.api.contextualmenu.IHasMenuDragProxy> |
getDragProxies()
|
float |
getHeight()
|
com.ebmwebsourcing.geasytools.geasyui.api.core.Direction |
getMenuDirection()
|
float |
getWidth()
|
void |
setContextualMenuSubject(com.ebmwebsourcing.geasytools.geasyui.api.contextualmenu.IHasDragProxyContextualMenu subject)
|
| Methods inherited from class com.ebmwebsourcing.petalsbpm.bpmndiagram.dragproxy.impl.events.IntermediateCatchingTimerDragProxy |
|---|
getBigIcon, getData, getDescription, getIUIElementType, getLabel, getSmallIcon |
| Methods inherited from class com.ebmwebsourcing.petalsbpm.bpmndiagram.dragproxy.impl.common.AbstractBPMNDragProxy |
|---|
getDraggedTypes, getMainWidget, getProxyImgUrl, init, onLoad, setLabelVisible, setSmallIcon |
| Methods inherited from class com.ebmwebsourcing.geasytools.geasyui.impl.draggable.HasDragProxy |
|---|
addDragProxyHandler, addMouseDownHandler, addMouseMoveHandler, addMouseOutHandler, fireEvent, getCreatedElement, getDraggableProxy, getDraggableProxyDefaultHandlers, getUIPanel, setCreatedElement, setDraggableProxy, setUIPanel |
| 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, 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, setStyleDependentName, setStyleName, 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.geasytools.geasyui.api.draggable.IHasDragProxy |
|---|
addDragProxyHandler, getCreatedElement, getData, getDraggableProxy, getDraggableProxyDefaultHandlers, getDraggedTypes, getIUIElementType, getProxyImgUrl, getUIPanel, setCreatedElement, setDraggableProxy, setUIPanel |
| Methods inherited from interface com.google.gwt.event.dom.client.HasMouseDownHandlers |
|---|
addMouseDownHandler |
| Methods inherited from interface com.google.gwt.event.dom.client.HasMouseMoveHandlers |
|---|
addMouseMoveHandler |
| Methods inherited from interface com.ebmwebsourcing.geasytools.geasyui.api.contextualmenu.IHasContextualMenu |
|---|
getAbsoluteLeft, getAbsoluteTop |
| Methods inherited from interface com.google.gwt.event.dom.client.HasMouseOutHandlers |
|---|
addMouseOutHandler |
| Methods inherited from interface com.google.gwt.event.shared.HasHandlers |
|---|
fireEvent |
| Constructor Detail |
|---|
public IntermediateCatchingTimerMenuDragProxy(com.ebmwebsourcing.geasytools.geasyui.api.uipanel.IUIPanel uipanel)
| Method Detail |
|---|
public com.ebmwebsourcing.geasytools.geasyui.api.contextualmenu.IHasDragProxyContextualMenu getContextualMenuSubject()
getContextualMenuSubject in interface com.ebmwebsourcing.geasytools.geasyui.api.contextualmenu.IHasMenuDragProxypublic void setContextualMenuSubject(com.ebmwebsourcing.geasytools.geasyui.api.contextualmenu.IHasDragProxyContextualMenu subject)
setContextualMenuSubject in interface com.ebmwebsourcing.geasytools.geasyui.api.contextualmenu.IHasMenuDragProxypublic void addContextualMenuHandler(com.ebmwebsourcing.geasytools.geasyui.api.contextualmenu.events.IDragProxyContextualMenuHandler handler)
addContextualMenuHandler in interface com.ebmwebsourcing.geasytools.geasyui.api.contextualmenu.IHasDragProxyContextualMenupublic java.util.LinkedHashSet<com.ebmwebsourcing.geasytools.geasyui.api.contextualmenu.IHasMenuDragProxy> getDragProxies()
getDragProxies in interface com.ebmwebsourcing.geasytools.geasyui.api.contextualmenu.IHasDragProxyContextualMenupublic float getHeight()
getHeight in interface com.ebmwebsourcing.geasytools.geasyui.api.contextualmenu.IHasContextualMenupublic com.ebmwebsourcing.geasytools.geasyui.api.core.Direction getMenuDirection()
getMenuDirection in interface com.ebmwebsourcing.geasytools.geasyui.api.contextualmenu.IHasContextualMenupublic float getWidth()
getWidth in interface com.ebmwebsourcing.geasytools.geasyui.api.contextualmenu.IHasContextualMenupublic com.google.gwt.event.shared.HandlerRegistration addMouseOverHandler(com.google.gwt.event.dom.client.MouseOverHandler handler)
addMouseOverHandler in interface com.google.gwt.event.dom.client.HasMouseOverHandlers
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||