Uses of Interface
de.uni_paderborn.fujaba.views.Filter

Packages that use Filter
de.uni_paderborn.fujaba.views   
de.uni_paderborn.fujaba.views.cf   
de.uni_paderborn.fujaba.views.gui   
 

Uses of Filter in de.uni_paderborn.fujaba.views
 

Subinterfaces of Filter in de.uni_paderborn.fujaba.views
 interface ConfigurableFilter
          A ConfigurableFilters 1-Context rule depends on some configurable values.
 

Classes in de.uni_paderborn.fujaba.views that implement Filter
 class AbstractConfigurableFilter
          No comment provided by developer, please add a comment to improve documentation.
 class AbstractFilter
          UMLClass: 'AbstractViewFilter'
 class AssocFilter
          Filter, that filters along associations
 class CompositeFilter
          No comment provided by developer, please add a comment to improve documentation.
 class InheritanceFilter
          This Filter defines its 1-Context by following the inheritance hierarchy to the sub- or superclasses, depending on the current configuration
 class LinkFilter
          This Filter defines its 1-Context by following "+ the in- and outgoing links of the object
 class TransitionFilter
          This Filter defines its 1-Context by following the in- and outgoing transitions of the activity depending on the current configuration
 

Methods in de.uni_paderborn.fujaba.views that return Filter
 Filter ViewDefinition.getFilter()
          Get the filter attribute of the ViewDefinition object
static Filter FilterManager.createInstance(java.lang.Class filterClass)
          Instantiate the given filter class
static Filter FilterManager.createInstance(java.io.File classFile)
          Instantiate the class defined in the given file
static Filter FilterManager.createInstance(java.util.zip.ZipFile classFile, java.util.zip.ZipEntry entry)
          Instantiate the class defined in the given file
 Filter FilterManager.getFromFilters(java.lang.String key)
          Get the fromFilters attribute of the FilterManager object
 Filter FilterManager.getFilter(java.lang.String name)
          Get the filter attribute of the FilterManager object
 

Methods in de.uni_paderborn.fujaba.views with parameters of type Filter
 boolean ViewDefinition.setFilter(Filter value)
          Sets the filter attribute of the ViewDefinition object
 boolean FilterManager.hasInFilters(Filter value)
          No comment provided by developer, please add a comment to improve documentation.
 boolean FilterManager.hasInFilters(java.lang.String key, Filter value)
          No comment provided by developer, please add a comment to improve documentation.
 java.lang.String FilterManager.getKeyFromFilters(Filter value)
          Get the keyFromFilters attribute of the FilterManager object
 boolean FilterManager.addToFilters(Filter value)
          Access method for an one to n association.
 boolean FilterManager.removeFromFilters(Filter value)
          No comment provided by developer, please add a comment to improve documentation.
 

Uses of Filter in de.uni_paderborn.fujaba.views.cf
 

Methods in de.uni_paderborn.fujaba.views.cf that return Filter
 Filter CFFilterNode.getFilter()
          Get the filter attribute of the CFFilterNode object
 

Methods in de.uni_paderborn.fujaba.views.cf with parameters of type Filter
 void CFFilterNode.setFilter(Filter filter)
          Sets the filter attribute of the CFFilterNode object
 

Uses of Filter in de.uni_paderborn.fujaba.views.gui
 

Methods in de.uni_paderborn.fujaba.views.gui that return Filter
 Filter SmallFilterEditorDialog.getFilter()
          Get the filter attribute of the SmallFilterEditorDialog object
 Filter FilterEditorPanel.getCurrentFilter()
          Get the currentFilter attribute of the FilterEditorPanel object
 Filter FilterEditorDialog.getCurrentFilter()
          Get the currentFilter attribute of the FilterEditorDialog object
 

Methods in de.uni_paderborn.fujaba.views.gui with parameters of type Filter
 void SmallFilterEditorDialog.setFilter(Filter filter)
          Sets the filter attribute of the SmallFilterEditorDialog object
 void FilterEditorPanel.setCurrentFilter(Filter filter)
          Sets the currentFilter attribute of the FilterEditorPanel object
 void FilterEditorDialog.setCurrentFilter(Filter filter)
          Sets the currentFilter attribute of the FilterEditorDialog object