Class FilterSelectionAction

  • All Implemented Interfaces:
    IAction, ISelectionChangedListener

    @Deprecated
    public class FilterSelectionAction
    extends ResourceNavigatorAction
    Deprecated.
    as of 3.5, use the Common Navigator Framework classes instead
    The FilterSelectionAction opens the filters dialog.
    Restriction:
    This class is not intended to be subclassed by clients.
    Restriction:
    This class is not intended to be referenced by clients. Planned to be deleted, please see Bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=549953
    Restriction:
    This class is not intended to be instantiated by clients.
    • Constructor Detail

      • FilterSelectionAction

        public FilterSelectionAction​(IResourceNavigator navigator,
                                     String label)
        Deprecated.
        Creates the action.
        Parameters:
        navigator - the resource navigator
        label - the label for the action
    • Method Detail

      • run

        public void run()
        Deprecated.
        Description copied from class: Action
        The default implementation of this IAction method does nothing. Subclasses should override this method if they do not need information from the triggering event, or override runWithEvent(Event) if they do.
        Specified by:
        run in interface IAction
        Overrides:
        run in class Action
        See Also:
        How radio buttons are handled, How check boxes are handled