Uses of Class
de.uni_paderborn.fujaba.views.gui.FilterEditorDialog

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

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

Fields in de.uni_paderborn.fujaba.views.gui declared as FilterEditorDialog
private  FilterEditorDialog FilterInfoPanel.hostingDialog
          No comment provided by developer, please add a comment to improve documentation.
private  FilterEditorDialog FilterEditorPanel.hostingDialog
          No comment provided by developer, please add a comment to improve documentation.
 

Methods in de.uni_paderborn.fujaba.views.gui that return FilterEditorDialog
 FilterEditorDialog FilterInfoPanel.getHostingDialog()
          The FilterEditorDialog this panel is nested in
 FilterEditorDialog FilterEditorPanel.getHostingDialog()
          the FilterEditorDialog this panel is nested in
 

Methods in de.uni_paderborn.fujaba.views.gui with parameters of type FilterEditorDialog
protected  void FilterInfoPanel.setHostingDialog(FilterEditorDialog hostingDialog)
          The FilterEditorDialog this panel is nested in
protected  void FilterEditorPanel.setHostingDialog(FilterEditorDialog hostingDialog)
          the FilterEditorDialog this panel is nested in
 

Constructors in de.uni_paderborn.fujaba.views.gui with parameters of type FilterEditorDialog
FilterInfoPanel(FilterEditorDialog hostingDialog)
          Constructor for class FilterInfoPanel
FilterEditorPanel(FilterEditorDialog hostingDialog)
          Constructor for class FilterEditorPanel