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

Packages that use ConfigurableFilter
de.uni_paderborn.fujaba.views   
 

Uses of ConfigurableFilter in de.uni_paderborn.fujaba.views
 

Classes in de.uni_paderborn.fujaba.views that implement ConfigurableFilter
 class AbstractConfigurableFilter
          No comment provided by developer, please add a comment to improve documentation.
 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 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 ConfigurableFilter
static ConfigurableFilter FilterManager.loadFilter(java.io.InputStream stream)
          read the settings from the stream and create a new Filter with them
static ConfigurableFilter FilterManager.loadFilter(java.io.File file)
          read the settings from the file and create a new Filter with them
 ConfigurableFilter FilterEditor.getFilter()
           
 ConfigurableFilter FilterEditor.getNewFilter()
          Returns a new Filter of the same class as the filter returned by getFilter().
 ConfigurableFilter AbstractFilterEditor.getNewFilter()
          Get the newFilter attribute of the AbstractFilterEditor object
 ConfigurableFilter AbstractFilterEditor.getFilter()
          Get the filter attribute of the AbstractFilterEditor object
 

Methods in de.uni_paderborn.fujaba.views with parameters of type ConfigurableFilter
static void FilterManager.saveFilter(ConfigurableFilter filter, java.io.OutputStream stream)
          Save the Filter to the Output Stream
static void FilterManager.saveFilter(ConfigurableFilter filter, java.io.File file)
          Save the Filter to the file
 boolean FilterManager.hasInSettingsFiles(ConfigurableFilter key, java.io.File value)
          No comment provided by developer, please add a comment to improve documentation.
 boolean FilterManager.hasKeyInSettingsFiles(ConfigurableFilter key)
          No comment provided by developer, please add a comment to improve documentation.
 java.io.File FilterManager.getFromSettingsFiles(ConfigurableFilter key)
          Get the fromSettingsFiles attribute of the FilterManager object
 boolean FilterManager.addToSettingsFiles(ConfigurableFilter key, java.io.File value)
          Access method for an one to n association.
 boolean FilterManager.removeFromSettingsFiles(ConfigurableFilter key, java.io.File value)
          No comment provided by developer, please add a comment to improve documentation.
 boolean FilterManager.removeKeyFromSettingsFiles(ConfigurableFilter key)
          No comment provided by developer, please add a comment to improve documentation.
 void FilterEditor.setFilter(ConfigurableFilter filter)
          define the filter that is to be edited
 void DefaultFilterEditor.setFilter(ConfigurableFilter filter)
          Sets the filter attribute of the DefaultFilterEditor object
protected  void DefaultFilterEditor.getValues(ConfigurableFilter filter)
          Get the values attribute of the DefaultFilterEditor object
protected  void DefaultFilterEditor.setValues(ConfigurableFilter filter)
          Sets the values attribute of the DefaultFilterEditor object
protected  void CompositeFilterEditor.setValues(ConfigurableFilter filter)
          Sets the values attribute of the CompositeFilterEditor object
protected  void CompositeFilterEditor.getValues(ConfigurableFilter filter)
          Get the values attribute of the CompositeFilterEditor object
 void AbstractFilterEditor.setFilter(ConfigurableFilter filter)
          Sets the filter attribute of the AbstractFilterEditor object
protected abstract  void AbstractFilterEditor.getValues(ConfigurableFilter filter)
          Get the values attribute of the AbstractFilterEditor object
protected abstract  void AbstractFilterEditor.setValues(ConfigurableFilter filter)
          Sets the values attribute of the AbstractFilterEditor object
 

Constructors in de.uni_paderborn.fujaba.views with parameters of type ConfigurableFilter
DefaultFilterEditor(ConfigurableFilter filter)
          Constructor for class DefaultFilterEditor
CompositeFilterEditor(ConfigurableFilter filter)
          Constructor for class CompositeFilterEditor
AbstractFilterEditor(ConfigurableFilter filter)
          Constructor for class AbstractFilterEditor