Uses of Interface
com.ebmwebsourcing.geasytools.webeditor.api.components.IComponent

Packages that use IComponent
com.ebmwebsourcing.geasytools.webeditor.api.components   
com.ebmwebsourcing.geasytools.webeditor.api.components.menu   
com.ebmwebsourcing.geasytools.webeditor.api.components.toolbar   
com.ebmwebsourcing.geasytools.webeditor.api.core   
com.ebmwebsourcing.geasytools.webeditor.api.layout   
com.ebmwebsourcing.geasytools.webeditor.api.layout.events   
 

Uses of IComponent in com.ebmwebsourcing.geasytools.webeditor.api.components
 

Subinterfaces of IComponent in com.ebmwebsourcing.geasytools.webeditor.api.components
 interface IContentPanelComponent
           
 interface IDiagramPanelComponent
           
 interface IWelcomeComponent
           
 

Methods in com.ebmwebsourcing.geasytools.webeditor.api.components that return IComponent
 IComponent IComponentDispatcherCommand.getComponent()
           
 

Uses of IComponent in com.ebmwebsourcing.geasytools.webeditor.api.components.menu
 

Subinterfaces of IComponent in com.ebmwebsourcing.geasytools.webeditor.api.components.menu
 interface IMainMenuComponent
           
 interface IMenuComponent
           
 

Uses of IComponent in com.ebmwebsourcing.geasytools.webeditor.api.components.toolbar
 

Subinterfaces of IComponent in com.ebmwebsourcing.geasytools.webeditor.api.components.toolbar
 interface IToolbarComponent
           
 

Uses of IComponent in com.ebmwebsourcing.geasytools.webeditor.api.core
 

Methods in com.ebmwebsourcing.geasytools.webeditor.api.core that return IComponent
 IComponent IEditorRegistry.getComponentByQualifiedName(IQualifiedName qname)
           
 

Methods in com.ebmwebsourcing.geasytools.webeditor.api.core that return types with arguments of type IComponent
 java.util.HashSet<IComponent> IEditorRegistry.getAllContentPanelsComponents()
          Returns every components associated to every content panel
 java.util.HashSet<IComponent> IEditorRegistry.getAssociatedComponents(IContentPanelComponent component)
           
 java.util.HashMap<IQualifiedName,IComponent> IEditorRegistry.getRegisteredComponents()
           
 

Methods in com.ebmwebsourcing.geasytools.webeditor.api.core with parameters of type IComponent
 void IEditorRegistry.registerComponent(IComponent component)
           
 

Method parameters in com.ebmwebsourcing.geasytools.webeditor.api.core with type arguments of type IComponent
 void IEditorRegistry.registerComponent(IContentPanelComponent component, java.util.HashSet<IComponent> components)
          Register the associated components of a ContentPanelComponent
 

Uses of IComponent in com.ebmwebsourcing.geasytools.webeditor.api.layout
 

Methods in com.ebmwebsourcing.geasytools.webeditor.api.layout that return types with arguments of type IComponent
 java.util.HashSet<IComponent> IMultipleComponentPlaceHolder.getComponents()
           
 

Methods in com.ebmwebsourcing.geasytools.webeditor.api.layout with parameters of type IComponent
 void IMultipleComponentPlaceHolder.addComponent(IComponent component)
           
 

Uses of IComponent in com.ebmwebsourcing.geasytools.webeditor.api.layout.events
 

Methods in com.ebmwebsourcing.geasytools.webeditor.api.layout.events that return IComponent
 IComponent IComponentShowEvent.getComponent()
           
 IComponent IComponentHideEvent.getComponent()
           
 IComponent IAddComponentEvent.getComponent()
           
 



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