Eclipse Platform
Release 3.2

org.eclipse.ui.navigator
Interface ICommonFilterDescriptor


public interface ICommonFilterDescriptor

Provides information about a commonFilter extension.

This interface is not intended to be implemented by clients.

Since:
3.2

Method Summary
 String getDescription()
           
 String getId()
           
 String getName()
           
 boolean isActiveByDefault()
           
 

Method Detail

getId

public String getId()
Returns:
An identifier used to determine whether the filter is visible.

getName

public String getName()
Returns:
A translated name to identify the filter

getDescription

public String getDescription()
Returns:
A translated description to explain to the user what the defined filter will hide from the view.

isActiveByDefault

public boolean isActiveByDefault()
Returns:
Indicates the filter should be in an "Active" state by default.

Eclipse Platform
Release 3.2

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.