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

Packages that use FilterEditor
de.uni_paderborn.fujaba.views   
de.uni_paderborn.fujaba.views.gui   
 

Uses of FilterEditor in de.uni_paderborn.fujaba.views
 

Classes in de.uni_paderborn.fujaba.views that implement FilterEditor
 class AbstractFilterEditor
          Abstract implementation of the FilterEditor interface
 class CompositeFilterEditor
          implementation of the FilterEditor interface for the CompositeFilter uses the new FSA-Structures to show a diagram for the CompositeFilter
 class DefaultFilterEditor
          Default implementation of the FilterEditor interface.
 

Methods in de.uni_paderborn.fujaba.views that return FilterEditor
 FilterEditor ConfigurableFilter.getEditor()
          get the Editor by which the Filter can be configured
 FilterEditor CompositeFilter.getEditor()
          Get the editor attribute of the CompositeFilter object
 FilterEditor AbstractConfigurableFilter.getEditor()
          Get the editor attribute of the AbstractConfigurableFilter object
 

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

Methods in de.uni_paderborn.fujaba.views.gui that return FilterEditor
 FilterEditor FilterEditorPanel.getEditor()
          Get the editor attribute of the FilterEditorPanel object
 

Methods in de.uni_paderborn.fujaba.views.gui with parameters of type FilterEditor
 void FilterEditorPanel.setEditor(FilterEditor editor)
          Sets the editor attribute of the FilterEditorPanel object