Extension SDK 10.1.2


oracle.ide.explorer
Class FilterTypes

java.lang.Object
  extended byoracle.ide.explorer.FilterTypes


public final class FilterTypes
extends java.lang.Object

Extends Attributes to focus on the notion of Element attributes.


Field Summary
static int CATEGORY_FILTER
Identifies category filters.
static int DIRECTORY_FILTER
Identifies directory filters.
static int FILE_LIST_FILTER
Identifies file list filters.
static int NONE
NONE is used to represent that no attributes are set.
static int PACKAGE_FILTER
Deprecated. Replace with PACKAGE_LIST_FILTER.
static int PACKAGE_LIST_FILTER
Identifies package list filters.
static int PACKAGE_TREE_FILTER
Identifies package tree filters.

Method Summary
static int newType()
Returns the next available filter type

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Field Detail

NONE

public static final int NONE
NONE is used to represent that no attributes are set.
See Also:
Constant Field Values

CATEGORY_FILTER

public static final int CATEGORY_FILTER
Identifies category filters.

DIRECTORY_FILTER

public static final int DIRECTORY_FILTER
Identifies directory filters.

FILE_LIST_FILTER

public static final int FILE_LIST_FILTER
Identifies file list filters.

PACKAGE_LIST_FILTER

public static final int PACKAGE_LIST_FILTER
Identifies package list filters.

PACKAGE_TREE_FILTER

public static final int PACKAGE_TREE_FILTER
Identifies package tree filters.

PACKAGE_FILTER

public static final int PACKAGE_FILTER
Deprecated. Replace with PACKAGE_LIST_FILTER.

Method Detail

newType

public static final int newType()
Returns the next available filter type

Extension SDK


Copyright © 1997, 2004, Oracle. All rights reserved.