Uses of Class
kieker.webgui.domain.DisplayType

Packages that use DisplayType
kieker.webgui.domain This package contains domain specific classes which are used through all layers of the web application. 
kieker.webgui.service This package contains the interfaces to access the service layer. 
kieker.webgui.service.impl This package contains the actual implementations of the services. 
kieker.webgui.service.impl.utility This package contains utility classes used by the service implementation. 
kieker.webgui.web.beans.view This package contains Spring managed beans with view scope. 
 

Uses of DisplayType in kieker.webgui.domain
 

Methods in kieker.webgui.domain that return DisplayType
static DisplayType DisplayType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DisplayType[] DisplayType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of DisplayType in kieker.webgui.service
 

Methods in kieker.webgui.service that return DisplayType
 DisplayType IProjectService.getDisplayType(String projectName, String viewName, String displayConnectorName)
          Delivers the type of the given display connector.
 

Uses of DisplayType in kieker.webgui.service.impl
 

Methods in kieker.webgui.service.impl that return DisplayType
 DisplayType ProjectServiceImpl.getDisplayType(String projectName, String viewName, String displayConnectorName)
           
 

Uses of DisplayType in kieker.webgui.service.impl.utility
 

Methods in kieker.webgui.service.impl.utility that return DisplayType
 DisplayType Analysis.getDisplayType(String viewName, String displayConnectorName)
          Delivers the type of the given display connector.
 DisplayType AnalysisManagementService.getDisplayType(String projectName, String viewName, String displayConnectorName)
          Delivers the type of the given display connector.
 

Uses of DisplayType in kieker.webgui.web.beans.view
 

Methods in kieker.webgui.web.beans.view that return DisplayType
 DisplayType CockpitBean.getDisplayType(String displayConnectorName)
          Delivers the display type of the given connector name.
 



Copyright © 2015. All rights reserved.