g-Eclipse
Release 1.0.0

eu.geclipse.ui.dialogs
Class ConfigureFiltersDialog

java.lang.Object
  extended by TrayDialog
      extended by eu.geclipse.ui.dialogs.ConfigureFiltersDialog

public class ConfigureFiltersDialog
extends TrayDialog

Dialog, which allow user to make filter configurations


Constructor Summary
ConfigureFiltersDialog(Shell shell, GridFilterConfigurationsManager filterConfigurationsManager)
           
 
Method Summary
 java.util.List<IGridFilterConfiguration> getConfigurations()
           
 boolean isHelpAvailable()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigureFiltersDialog

public ConfigureFiltersDialog(Shell shell,
                              GridFilterConfigurationsManager filterConfigurationsManager)
Parameters:
shell - parent shell, or null to create a top-level shell
filterConfigurationsManager - manager, from which filters will be obtained
Method Detail

getConfigurations

public java.util.List<IGridFilterConfiguration> getConfigurations()
Returns:
configurations changed in dialog

isHelpAvailable

public boolean isHelpAvailable()

g-Eclipse
Release 1.0.0