Uses of Interface
com.ebmwebsourcing.geasytools.geasyui.api.selectable.ISelectable

Packages that use ISelectable
com.ebmwebsourcing.geasytools.geasyui.api.connectable   
com.ebmwebsourcing.geasytools.geasyui.api.draggable   
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.draggable   
com.ebmwebsourcing.geasytools.geasyui.impl.droppable   
com.ebmwebsourcing.geasytools.geasyui.impl.selectable   
com.ebmwebsourcing.geasytools.geasyui.impl.uipanel.events   
 

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

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

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

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

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

Methods in com.ebmwebsourcing.geasytools.geasyui.api.uipanel that return types with arguments of type ISelectable
 java.util.HashMap<java.lang.String,ISelectable> IUIPanel.getSelectedElements()
           
 

Method parameters in com.ebmwebsourcing.geasytools.geasyui.api.uipanel with type arguments of type ISelectable
 void IUIPanel.setSelectedElements(java.util.HashMap<java.lang.String,ISelectable> selectedElements)
           
 

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

Methods in com.ebmwebsourcing.geasytools.geasyui.api.uipanel.events that return types with arguments of type ISelectable
 java.util.HashMap<java.lang.String,ISelectable> ISelectedElementsEvent.getSelectedElements()
           
 java.util.HashMap<java.lang.String,ISelectable> IUnselectedElementsEvent.getUnselectedElements()
           
 

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

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

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

Methods in com.ebmwebsourcing.geasytools.geasyui.impl.core that return types with arguments of type ISelectable
 java.util.HashMap<java.lang.String,ISelectable> UIPanel.getSelectedElements()
           
 

Method parameters in com.ebmwebsourcing.geasytools.geasyui.impl.core with type arguments of type ISelectable
 void UIPanel.setSelectedElements(java.util.HashMap<java.lang.String,ISelectable> selectedElements)
           
 

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

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

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

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

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

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

Constructors in com.ebmwebsourcing.geasytools.geasyui.impl.selectable with parameters of type ISelectable
SelectableDefaultHandlers(ISelectable selectable)
           
 

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

Methods in com.ebmwebsourcing.geasytools.geasyui.impl.uipanel.events that return types with arguments of type ISelectable
 java.util.HashMap<java.lang.String,ISelectable> SelectedElementsEvent.getSelectedElements()
           
 java.util.HashMap<java.lang.String,ISelectable> UnselectedElementsEvent.getUnselectedElements()
           
 

Constructor parameters in com.ebmwebsourcing.geasytools.geasyui.impl.uipanel.events with type arguments of type ISelectable
SelectedElementsEvent(java.util.HashMap<java.lang.String,ISelectable> selectedElements)
           
UnselectedElementsEvent(java.util.HashMap<java.lang.String,ISelectable> unselectedElements)
           
 



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