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

Packages that use IHasDragProxy
com.ebmwebsourcing.geasytools.geasyui.api.contextualmenu   
com.ebmwebsourcing.geasytools.geasyui.api.core   
com.ebmwebsourcing.geasytools.geasyui.api.draggable   
com.ebmwebsourcing.geasytools.geasyui.api.palette   
com.ebmwebsourcing.geasytools.geasyui.impl.draggable   
com.ebmwebsourcing.geasytools.geasyui.impl.palette   
 

Uses of IHasDragProxy in com.ebmwebsourcing.geasytools.geasyui.api.contextualmenu
 

Subinterfaces of IHasDragProxy in com.ebmwebsourcing.geasytools.geasyui.api.contextualmenu
 interface IHasMenuDragProxy
           
 

Uses of IHasDragProxy in com.ebmwebsourcing.geasytools.geasyui.api.core
 

Methods in com.ebmwebsourcing.geasytools.geasyui.api.core with parameters of type IHasDragProxy
 IUIElement IUIElementFactory.getElement(IHasDragProxy draggableProxyData)
           
 

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

Methods in com.ebmwebsourcing.geasytools.geasyui.api.draggable that return IHasDragProxy
 IHasDragProxy IDraggableProxyDefaultHandlers.getHasDraggableElementProxy()
           
 IHasDragProxy IDragProxy.getHasDraggableElementProxy()
           
 

Uses of IHasDragProxy in com.ebmwebsourcing.geasytools.geasyui.api.palette
 

Methods in com.ebmwebsourcing.geasytools.geasyui.api.palette that return types with arguments of type IHasDragProxy
 java.util.LinkedHashSet<IHasDragProxy> IPaletteGroup.getElements()
           
 

Methods in com.ebmwebsourcing.geasytools.geasyui.api.palette with parameters of type IHasDragProxy
 void IPaletteGroup.addElement(IHasDragProxy dragProxy)
           
 

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

Classes in com.ebmwebsourcing.geasytools.geasyui.impl.draggable that implement IHasDragProxy
 class HasDragProxy
           
 

Methods in com.ebmwebsourcing.geasytools.geasyui.impl.draggable that return IHasDragProxy
 IHasDragProxy DraggableProxyDefaultHandlers.getHasDraggableElementProxy()
           
 IHasDragProxy DraggableProxy.getHasDraggableElementProxy()
           
 

Constructors in com.ebmwebsourcing.geasytools.geasyui.impl.draggable with parameters of type IHasDragProxy
DraggableProxy(IHasDragProxy hasProxy)
           
DraggableProxyDefaultHandlers(IHasDragProxy draggable)
           
 

Uses of IHasDragProxy in com.ebmwebsourcing.geasytools.geasyui.impl.palette
 

Methods in com.ebmwebsourcing.geasytools.geasyui.impl.palette that return types with arguments of type IHasDragProxy
 java.util.LinkedHashSet<IHasDragProxy> PaletteGroup.getElements()
           
 

Methods in com.ebmwebsourcing.geasytools.geasyui.impl.palette with parameters of type IHasDragProxy
 void PaletteGroup.addElement(IHasDragProxy dragProxy)
           
 



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