Uses of Interface
com.ebmwebsourcing.geasytools.geasyui.api.draggable.IDraggableElement

Packages that use IDraggableElement
com.ebmwebsourcing.geasytools.geasyui.api.connectable   
com.ebmwebsourcing.geasytools.geasyui.api.draggable   
com.ebmwebsourcing.geasytools.geasyui.api.droppable   
com.ebmwebsourcing.geasytools.geasyui.api.droppable.events   
com.ebmwebsourcing.geasytools.geasyui.api.resizable   
com.ebmwebsourcing.geasytools.geasyui.api.uipanel   
com.ebmwebsourcing.geasytools.geasyui.impl.connectable   
com.ebmwebsourcing.geasytools.geasyui.impl.draggable   
com.ebmwebsourcing.geasytools.geasyui.impl.droppable   
com.ebmwebsourcing.geasytools.geasyui.impl.resizable   
com.ebmwebsourcing.geasytools.geasyui.impl.uipanel   
 

Uses of IDraggableElement in com.ebmwebsourcing.geasytools.geasyui.api.connectable
 

Subinterfaces of IDraggableElement in com.ebmwebsourcing.geasytools.geasyui.api.connectable
 interface IConnector
           
 interface IConnectorEnd
           
 interface IConnectorPoint
           
 interface IConnectorStart
           
 

Uses of IDraggableElement in com.ebmwebsourcing.geasytools.geasyui.api.draggable
 

Subinterfaces of IDraggableElement in com.ebmwebsourcing.geasytools.geasyui.api.draggable
 interface IDraggable
           
 interface IDragProxy
           
 

Methods in com.ebmwebsourcing.geasytools.geasyui.api.draggable that return IDraggableElement
 IDraggableElement IDraggableElementDefaultHandlers.getDraggableElement()
           
 IDraggableElement IHasDragProxy.getDraggableProxy()
           
 

Methods in com.ebmwebsourcing.geasytools.geasyui.api.draggable with parameters of type IDraggableElement
 void IHasDragProxy.setDraggableProxy(IDraggableElement draggableElement)
           
 

Uses of IDraggableElement in com.ebmwebsourcing.geasytools.geasyui.api.droppable
 

Methods in com.ebmwebsourcing.geasytools.geasyui.api.droppable that return types with arguments of type IDraggableElement
 java.util.HashSet<java.lang.Class<? extends IDraggableElement>> IDroppableElement.getAcceptedTypes()
           
 

Methods in com.ebmwebsourcing.geasytools.geasyui.api.droppable with parameters of type IDraggableElement
 void IDDManager.draggingElement(IDraggableElement draggedElement, float x, float y)
           
 void IDDManager.dragStartElement(IDraggableElement draggedStartElement)
           
 void IDDManager.releasingDragElement(IDraggableElement draggedStoppedElement, float x, float y)
           
 

Uses of IDraggableElement in com.ebmwebsourcing.geasytools.geasyui.api.droppable.events
 

Methods in com.ebmwebsourcing.geasytools.geasyui.api.droppable.events that return IDraggableElement
 IDraggableElement IOverEvent.getDraggableElement()
           
 IDraggableElement IDropAcceptedEvent.getDraggableElement()
          The draggable element for which the drop was accepted
 IDraggableElement IDropRefusedEvent.getDraggableElement()
          The draggable element for which the drop was refused
 IDraggableElement IOutEvent.getDraggableElement()
           
 

Uses of IDraggableElement in com.ebmwebsourcing.geasytools.geasyui.api.resizable
 

Subinterfaces of IDraggableElement in com.ebmwebsourcing.geasytools.geasyui.api.resizable
 interface IResizeUIHandler
           
 

Uses of IDraggableElement in com.ebmwebsourcing.geasytools.geasyui.api.uipanel
 

Subinterfaces of IDraggableElement in com.ebmwebsourcing.geasytools.geasyui.api.uipanel
 interface ISelectionMarker
           
 

Uses of IDraggableElement in com.ebmwebsourcing.geasytools.geasyui.impl.connectable
 

Classes in com.ebmwebsourcing.geasytools.geasyui.impl.connectable that implement IDraggableElement
 class Connector
           
 class ConnectorPoint
           
 

Methods in com.ebmwebsourcing.geasytools.geasyui.impl.connectable that return types with arguments of type IDraggableElement
 java.util.HashSet<java.lang.Class<? extends IDraggableElement>> Magnet.getAcceptedTypes()
           
 

Uses of IDraggableElement in com.ebmwebsourcing.geasytools.geasyui.impl.draggable
 

Classes in com.ebmwebsourcing.geasytools.geasyui.impl.draggable that implement IDraggableElement
 class Draggable
           
 class DraggableProxy
          The only thing that interest us here are the events that current proxy may receive.
 

Fields in com.ebmwebsourcing.geasytools.geasyui.impl.draggable declared as IDraggableElement
static IDraggableElement GlobalDragData.currentDraggedElement
           
 

Methods in com.ebmwebsourcing.geasytools.geasyui.impl.draggable that return IDraggableElement
 IDraggableElement DraggableElementDefaultHandlers.getDraggableElement()
           
 IDraggableElement HasDragProxy.getDraggableProxy()
           
 

Methods in com.ebmwebsourcing.geasytools.geasyui.impl.draggable with parameters of type IDraggableElement
 void HasDragProxy.setDraggableProxy(IDraggableElement draggableElement)
           
 

Constructors in com.ebmwebsourcing.geasytools.geasyui.impl.draggable with parameters of type IDraggableElement
DraggableElementDefaultHandlers(IDraggableElement draggable)
           
 

Uses of IDraggableElement in com.ebmwebsourcing.geasytools.geasyui.impl.droppable
 

Classes in com.ebmwebsourcing.geasytools.geasyui.impl.droppable that implement IDraggableElement
 class DroppableDraggable
           
 

Methods in com.ebmwebsourcing.geasytools.geasyui.impl.droppable that return IDraggableElement
 IDraggableElement DropAcceptedEvent.getDraggableElement()
           
 IDraggableElement OverEvent.getDraggableElement()
           
 IDraggableElement DropRefusedEvent.getDraggableElement()
           
 IDraggableElement OutEvent.getDraggableElement()
           
 

Methods in com.ebmwebsourcing.geasytools.geasyui.impl.droppable with parameters of type IDraggableElement
 void DDManager.draggingElement(IDraggableElement draggedElement, float x, float y)
           
 void DDManager.dragStartElement(IDraggableElement draggedStartElement)
           
 void DDManager.releasingDragElement(IDraggableElement draggedStoppedElement, float x, float y)
           
 

Constructors in com.ebmwebsourcing.geasytools.geasyui.impl.droppable with parameters of type IDraggableElement
DropAcceptedEvent(IDraggableElement draggableElement, float x, float y)
           
DropRefusedEvent(IDraggableElement draggableElement, float x, float y)
           
OutEvent(IDraggableElement draggedElement)
           
OverEvent(IDraggableElement draggedElement)
           
 

Uses of IDraggableElement in com.ebmwebsourcing.geasytools.geasyui.impl.resizable
 

Classes in com.ebmwebsourcing.geasytools.geasyui.impl.resizable that implement IDraggableElement
 class ResizeUIHandler
           
 

Uses of IDraggableElement in com.ebmwebsourcing.geasytools.geasyui.impl.uipanel
 

Classes in com.ebmwebsourcing.geasytools.geasyui.impl.uipanel that implement IDraggableElement
 class SelectionMarker
          Graphical indicator when elements are selected Used as 'ui-proxy' for dragging multiple elements.
 



Copyright © 2010-2011 Petals Link. All Rights Reserved.