classpathhelper.eclipse.ui.packageview
Interface FilterPreferenceConstants


public interface FilterPreferenceConstants

Constants associated with filtering.

Since:
1.2
Author:
bharris

Field Summary
static java.lang.String BLOCKED_DIFF_VERSION_FILTER_PREF
          Preference id for the blocked diff version filter
static java.lang.String BLOCKED_FILTER_PREF
          Preference id for the blocked diff version filter
static java.lang.String UNRESOLVED_FILTER_PREF
          Preference id for the unresolved filter
 

Field Detail

UNRESOLVED_FILTER_PREF

public static final java.lang.String UNRESOLVED_FILTER_PREF
Preference id for the unresolved filter

See Also:
Constant Field Values

BLOCKED_DIFF_VERSION_FILTER_PREF

public static final java.lang.String BLOCKED_DIFF_VERSION_FILTER_PREF
Preference id for the blocked diff version filter

See Also:
Constant Field Values

BLOCKED_FILTER_PREF

public static final java.lang.String BLOCKED_FILTER_PREF
Preference id for the blocked diff version filter

See Also:
Constant Field Values