g-Eclipse
Release 1.0.0

eu.geclipse.ui.views.filters
Interface IFilterConfigurationListener

All Known Implementing Classes:
GridJobView

public interface IFilterConfigurationListener

Listener which will notified about changes in IGridFilterConfiguration


Method Summary
 void configurationChanged()
          Called by GridFilterConfigurationsManager, when any property in configuration was changed (e.g. new configuration added, configuration deleted, or changed).
 void filterConfigurationSelected(ViewerFilter[] filters)
          Called when user changed current configuration
 

Method Detail

configurationChanged

void configurationChanged()
Called by GridFilterConfigurationsManager, when any property in configuration was changed (e.g. new configuration added, configuration deleted, or changed). Used mainly by ConfigureFiltersAction to update menu items with created configurations


filterConfigurationSelected

void filterConfigurationSelected(ViewerFilter[] filters)
Called when user changed current configuration

Parameters:
filters - new filters selected by user, which should be applied to the view

g-Eclipse
Release 1.0.0