Uses of Interface
com.ebmwebsourcing.geasytools.webeditor.api.project.configuration.view.IEditConfigurationPanel

Packages that use IEditConfigurationPanel
com.ebmwebsourcing.geasytools.webeditor.api.core   
com.ebmwebsourcing.geasytools.webeditor.api.plugin   
com.ebmwebsourcing.geasytools.webeditor.api.project.configuration.presenter   
com.ebmwebsourcing.geasytools.webeditor.api.project.configuration.view   
 

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

Methods in com.ebmwebsourcing.geasytools.webeditor.api.core that return types with arguments of type IEditConfigurationPanel
 java.util.List<IEditConfigurationPanel> IEditorRegistry.getEditConfigurationPanelsByProjectInstance(com.ebmwebsourcing.webeditor.api.domain.project.IProjectInstance instance)
           
 

Method parameters in com.ebmwebsourcing.geasytools.webeditor.api.core with type arguments of type IEditConfigurationPanel
 void IEditorRegistry.registerEditConfigurationPanels(com.ebmwebsourcing.webeditor.api.domain.project.IProjectInstance instance, java.util.List<IEditConfigurationPanel> panels)
           
 

Uses of IEditConfigurationPanel in com.ebmwebsourcing.geasytools.webeditor.api.plugin
 

Methods in com.ebmwebsourcing.geasytools.webeditor.api.plugin that return types with arguments of type IEditConfigurationPanel
 java.util.List<IEditConfigurationPanel> IProjectPlugin.getEditConfigurationPanels(T projectInstance)
           
 

Uses of IEditConfigurationPanel in com.ebmwebsourcing.geasytools.webeditor.api.project.configuration.presenter
 

Methods in com.ebmwebsourcing.geasytools.webeditor.api.project.configuration.presenter that return types with arguments of type IEditConfigurationPanel
 java.util.List<IEditConfigurationPanel> IEditProjectPresenter.getEditPanels()
           
 

Uses of IEditConfigurationPanel in com.ebmwebsourcing.geasytools.webeditor.api.project.configuration.view
 

Subinterfaces of IEditConfigurationPanel in com.ebmwebsourcing.geasytools.webeditor.api.project.configuration.view
 interface IEditProjectConfigurationPanel
           
 

Methods in com.ebmwebsourcing.geasytools.webeditor.api.project.configuration.view with parameters of type IEditConfigurationPanel
 void IEditProjectConfigurationView.removePanel(IEditConfigurationPanel panel)
           
 



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