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

Packages that use IUIElement
com.ebmwebsourcing.geasytools.geasyui.api.connectable   
com.ebmwebsourcing.geasytools.geasyui.api.core   
com.ebmwebsourcing.geasytools.geasyui.api.core.events   
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.api.uipanel.events   
com.ebmwebsourcing.geasytools.geasyui.impl.connectable   
com.ebmwebsourcing.geasytools.geasyui.impl.core   
com.ebmwebsourcing.geasytools.geasyui.impl.core.events   
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   
com.ebmwebsourcing.geasytools.geasyui.impl.uipanel.events   
 

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

Subinterfaces of IUIElement in com.ebmwebsourcing.geasytools.geasyui.api.connectable
 interface IConnectable
           
 interface IConnector
           
 

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

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

Methods in com.ebmwebsourcing.geasytools.geasyui.api.core that return IUIElement
 IUIElement IUIElementFactory.getElement(java.lang.Class<? extends IUIElement> elementType)
           
 IUIElement IUIElementFactory.getElement(IHasDragProxy draggableProxyData)
           
 IUIElement IElementContext.getUIElement()
           
 IUIElement IDefaultUIElementHandlers.getUIElement()
           
 

Methods in com.ebmwebsourcing.geasytools.geasyui.api.core that return types with arguments of type IUIElement
 java.util.LinkedHashMap<java.lang.String,IUIElement> IContainer.getChildrenUIElements()
           
 

Methods in com.ebmwebsourcing.geasytools.geasyui.api.core with parameters of type IUIElement
 void IContainer.addUIElement(IUIElement uiElement)
           
 void IContainer.removeChildElement(IUIElement uiElement)
           
 

Method parameters in com.ebmwebsourcing.geasytools.geasyui.api.core with type arguments of type IUIElement
 IUIElement IUIElementFactory.getElement(java.lang.Class<? extends IUIElement> elementType)
           
 

Uses of IUIElement in com.ebmwebsourcing.geasytools.geasyui.api.core.events
 

Methods in com.ebmwebsourcing.geasytools.geasyui.api.core.events that return IUIElement
 IUIElement IRemoveUIElementEvent.getUIElement()
           
 IUIElement IAddUIElementEvent.getUIElement()
           
 

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

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

Methods in com.ebmwebsourcing.geasytools.geasyui.api.draggable that return IUIElement
 IUIElement IHasDragProxy.getCreatedElement()
          Element that was created due to current proxy drop
 

Methods in com.ebmwebsourcing.geasytools.geasyui.api.draggable that return types with arguments of type IUIElement
 java.util.HashSet<java.lang.Class<? extends IUIElement>> IHasDragProxy.getDraggedTypes()
           
 java.util.HashSet<java.lang.Class<? extends IUIElement>> IDraggableElement.getDraggedTypes()
           
 java.lang.Class<? extends IUIElement> IHasDragProxy.getIUIElementType()
           
 

Methods in com.ebmwebsourcing.geasytools.geasyui.api.draggable with parameters of type IUIElement
 void IHasDragProxy.setCreatedElement(IUIElement createdElement)
           
 

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

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

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

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

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

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

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

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

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

Methods in com.ebmwebsourcing.geasytools.geasyui.api.uipanel that return IUIElement
 IUIElement IUIPanel.getUIElementById(java.lang.String id)
           
 

Methods in com.ebmwebsourcing.geasytools.geasyui.api.uipanel that return types with arguments of type IUIElement
 java.util.LinkedHashMap<java.lang.String,IUIElement> IUIPanel.getUIElements()
          Returns all UIElement actually in UIPanel
 

Methods in com.ebmwebsourcing.geasytools.geasyui.api.uipanel with parameters of type IUIElement
 void IUIPanel.addUIElement(IUIElement uiElement)
           
 void IUIPanel.removeElement(IUIElement uiElement)
           
 

Uses of IUIElement in com.ebmwebsourcing.geasytools.geasyui.api.uipanel.events
 

Methods in com.ebmwebsourcing.geasytools.geasyui.api.uipanel.events that return IUIElement
 IUIElement INewUIElementEvent.getNewElement()
           
 IUIElement IRemoveUIElementEvent.getRemovedElement()
           
 

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

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

Methods in com.ebmwebsourcing.geasytools.geasyui.impl.connectable that return types with arguments of type IUIElement
 java.util.HashSet<java.lang.Class<? extends IUIElement>> Connector.getDraggedTypes()
           
 java.util.HashSet<java.lang.Class<? extends IUIElement>> ConnectorPoint.getDraggedTypes()
           
 

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

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

Methods in com.ebmwebsourcing.geasytools.geasyui.impl.core that return IUIElement
 IUIElement ElementContext.getUIElement()
           
 IUIElement UIPanel.getUIElementById(java.lang.String id)
           
 

Methods in com.ebmwebsourcing.geasytools.geasyui.impl.core that return types with arguments of type IUIElement
 java.util.LinkedHashMap<java.lang.String,IUIElement> UIPanel.getChildrenUIElements()
           
 java.util.LinkedHashMap<java.lang.String,IUIElement> UIPanel.getUIElements()
           
 

Methods in com.ebmwebsourcing.geasytools.geasyui.impl.core with parameters of type IUIElement
 void UIPanel.addUIElement(IUIElement uiElement)
           
static com.google.gwt.user.client.ui.AbsolutePanel Helper.getAbsolutePanel(IUIElement uielement)
          Retrieve the absolute panel from an element
 void UIPanel.removeChildElement(IUIElement uiElement)
           
 void UIPanel.removeElement(IUIElement uiElement)
           
 

Method parameters in com.ebmwebsourcing.geasytools.geasyui.impl.core with type arguments of type IUIElement
 Point Util.getNWPointFromElements(java.util.ArrayList<? extends IUIElement> elements)
           
 Point Util.getSEPointFromElements(java.util.ArrayList<? extends IUIElement> elements)
           
 

Constructors in com.ebmwebsourcing.geasytools.geasyui.impl.core with parameters of type IUIElement
ElementContext(IUIElement element)
           
 

Uses of IUIElement in com.ebmwebsourcing.geasytools.geasyui.impl.core.events
 

Methods in com.ebmwebsourcing.geasytools.geasyui.impl.core.events that return IUIElement
 IUIElement AddUIElementEvent.getUIElement()
           
 IUIElement RemoveUIElementEvent.getUIElement()
           
 

Constructors in com.ebmwebsourcing.geasytools.geasyui.impl.core.events with parameters of type IUIElement
AddUIElementEvent(IUIElement element)
           
RemoveUIElementEvent(IUIElement element)
           
 

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

Classes in com.ebmwebsourcing.geasytools.geasyui.impl.draggable that implement IUIElement
 class Draggable
           
 

Methods in com.ebmwebsourcing.geasytools.geasyui.impl.draggable that return IUIElement
 IUIElement HasDragProxy.getCreatedElement()
           
 

Methods in com.ebmwebsourcing.geasytools.geasyui.impl.draggable that return types with arguments of type IUIElement
 java.util.HashSet<java.lang.Class<? extends IUIElement>> DraggableProxy.getDraggedTypes()
           
 

Methods in com.ebmwebsourcing.geasytools.geasyui.impl.draggable with parameters of type IUIElement
 void HasDragProxy.setCreatedElement(IUIElement createdElement)
           
 

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

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

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

Methods in com.ebmwebsourcing.geasytools.geasyui.impl.resizable that return IUIElement
 IUIElement ResizableElementDefaultHandlers.getUIElement()
           
 

Methods in com.ebmwebsourcing.geasytools.geasyui.impl.resizable that return types with arguments of type IUIElement
 java.util.HashSet<java.lang.Class<? extends IUIElement>> ResizeUIHandler.getDraggedTypes()
           
 

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

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

Methods in com.ebmwebsourcing.geasytools.geasyui.impl.selectable that return IUIElement
 IUIElement SelectableDefaultHandlers.getUIElement()
           
 

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

Methods in com.ebmwebsourcing.geasytools.geasyui.impl.uipanel that return types with arguments of type IUIElement
 java.util.HashSet<java.lang.Class<? extends IUIElement>> SelectionMarker.getDraggedTypes()
           
 

Uses of IUIElement in com.ebmwebsourcing.geasytools.geasyui.impl.uipanel.events
 

Methods in com.ebmwebsourcing.geasytools.geasyui.impl.uipanel.events that return IUIElement
 IUIElement NewUIElementsEvent.getNewElement()
           
 IUIElement RemoveUIElementsEvent.getRemovedElement()
           
 

Constructors in com.ebmwebsourcing.geasytools.geasyui.impl.uipanel.events with parameters of type IUIElement
NewUIElementsEvent(IUIElement newElement)
           
RemoveUIElementsEvent(IUIElement removedElement)
           
 



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