Uses of Interface
com.ebmwebsourcing.geasytools.geasyui.api.core.IPositionable

Packages that use IPositionable
com.ebmwebsourcing.geasytools.geasyui.api.connectable   
com.ebmwebsourcing.geasytools.geasyui.api.core   
com.ebmwebsourcing.geasytools.geasyui.api.draggable   
com.ebmwebsourcing.geasytools.geasyui.api.droppable   
com.ebmwebsourcing.geasytools.geasyui.api.resizable   
com.ebmwebsourcing.geasytools.geasyui.api.selectable   
com.ebmwebsourcing.geasytools.geasyui.api.sortable   
com.ebmwebsourcing.geasytools.geasyui.api.uipanel   
com.ebmwebsourcing.geasytools.geasyui.impl.connectable   
com.ebmwebsourcing.geasytools.geasyui.impl.core   
com.ebmwebsourcing.geasytools.geasyui.impl.draggable   
com.ebmwebsourcing.geasytools.geasyui.impl.droppable   
com.ebmwebsourcing.geasytools.geasyui.impl.resizable   
com.ebmwebsourcing.geasytools.geasyui.impl.selectable   
com.ebmwebsourcing.geasytools.geasyui.impl.uipanel   
 

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

Subinterfaces of IPositionable in com.ebmwebsourcing.geasytools.geasyui.api.connectable
 interface IConnectable
           
 interface IConnectableElement
           
 interface IConnector
           
 interface IConnectorEnd
           
 interface IConnectorPoint
           
 interface IConnectorStart
           
 interface IMagnet
           
 

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

Subinterfaces of IPositionable in com.ebmwebsourcing.geasytools.geasyui.api.core
 interface IHasBoundsUpdateHandler
           
 interface IUIElement
           
 

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

Subinterfaces of IPositionable in com.ebmwebsourcing.geasytools.geasyui.api.draggable
 interface IDraggable
           
 interface IDraggableElement
          Base interface for every elements that can be dragged
 interface IDragProxy
           
 

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

Subinterfaces of IPositionable in com.ebmwebsourcing.geasytools.geasyui.api.droppable
 interface IDroppable
           
 interface IDroppableElement
           
 

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

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

Uses of IPositionable in com.ebmwebsourcing.geasytools.geasyui.api.selectable
 

Subinterfaces of IPositionable in com.ebmwebsourcing.geasytools.geasyui.api.selectable
 interface ISelectable
           
 

Uses of IPositionable in com.ebmwebsourcing.geasytools.geasyui.api.sortable
 

Subinterfaces of IPositionable in com.ebmwebsourcing.geasytools.geasyui.api.sortable
 interface ISortable
           
 

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

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

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

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

Uses of IPositionable in com.ebmwebsourcing.geasytools.geasyui.impl.core
 

Classes in com.ebmwebsourcing.geasytools.geasyui.impl.core that implement IPositionable
 class UIElement
           
 class UIPanel
           
 

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

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

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

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

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

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

Uses of IPositionable in com.ebmwebsourcing.geasytools.geasyui.impl.selectable
 

Classes in com.ebmwebsourcing.geasytools.geasyui.impl.selectable that implement IPositionable
 class Selectable
           
 

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

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



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