Uses of Class
kieker.webgui.domain.pluginDecorators.FilterDecorator

Packages that use FilterDecorator
kieker.webgui.domain This package contains domain specific classes which are used through all layers of the web application. 
kieker.webgui.domain.pluginDecorators This package contains decorators for some of the components of the analysis meta model, to add additional properties and methods to those components. 
kieker.webgui.persistence.impl.utility This package contains classes used by the persistence implementation. 
kieker.webgui.web.beans.view This package contains Spring managed beans with view scope. 
 

Uses of FilterDecorator in kieker.webgui.domain
 

Methods in kieker.webgui.domain that return types with arguments of type FilterDecorator
 List<FilterDecorator> ComponentListContainer.getFilters()
           
 

Constructor parameters in kieker.webgui.domain with type arguments of type FilterDecorator
ComponentListContainer(List<ReaderDecorator> readers, List<FilterDecorator> filters, List<RepositoryDecorator> repositories, List<VisualizationDecorator> visualizations)
           
 

Uses of FilterDecorator in kieker.webgui.domain.pluginDecorators
 

Subclasses of FilterDecorator in kieker.webgui.domain.pluginDecorators
 class VisualizationDecorator
           
 

Uses of FilterDecorator in kieker.webgui.persistence.impl.utility
 

Methods in kieker.webgui.persistence.impl.utility that return FilterDecorator
 FilterDecorator Class2ModelInstanceConverter.convertFilterClass2ModelInstance(Class<?> clazz, ClassContainer classContainer)
          Converts the given AbstractFilterPlugin instance into a model instance using the given parameters.
 

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

Methods in kieker.webgui.web.beans.view with parameters of type FilterDecorator
 void AnalysisEditorBean.addFilter(FilterDecorator container)
          This method adds a new filter to the current model, using the given container to create it.
 



Copyright © 2015. All rights reserved.