|
Eclipse JDT Release 3.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IJavaElementSearchConstants
Search scope constants for Java selection dialogs.
This interface declares constants only; it is not intended to be implemented.
JavaUI
Field Summary | |
---|---|
static int |
CONSIDER_ALL_TYPES
Search scope constant indicating that classes, interfaces, annotations and enums should be considered. |
static int |
CONSIDER_ANNOTATION_TYPES
Search scope constant indicating that annotation types should be considered. |
static int |
CONSIDER_BINARIES
Search scope constant (bit mask) indicating that binaries should be considered. |
static int |
CONSIDER_CLASSES
Search scope constant indicating that classes should be considered. |
static int |
CONSIDER_CLASSES_AND_ENUMS
Search scope constant indicating that only classes and enumeration types should be considered. |
static int |
CONSIDER_CLASSES_AND_INTERFACES
Search scope constant indicating that only classes and interfaces should be considered. |
static int |
CONSIDER_ENUMS
Search scope constant indicating that enums should be considered. |
static int |
CONSIDER_EXTERNAL_JARS
Search scope constant (bit mask) indicating that external JARs should be considered. |
static int |
CONSIDER_INTERFACES
Search scope constant indicating that interfaces should be considered. |
static int |
CONSIDER_INTERFACES_AND_ANNOTATIONS
Search scope constant indicating that interfaces and annotation types should be considered. |
static int |
CONSIDER_REQUIRED_PROJECTS
Search scope constant (bit mask) indicating that required projects should be considered. |
static int |
CONSIDER_TYPES
Deprecated. use CONSIDER_ALL_TYPES or CONSIDER_CLASSES_AND_INTERFACES instead |
Field Detail |
---|
static final int CONSIDER_CLASSES
static final int CONSIDER_INTERFACES
static final int CONSIDER_TYPES
CONSIDER_CLASSES | CONSIDER_INTERFACES
.
static final int CONSIDER_BINARIES
static final int CONSIDER_EXTERNAL_JARS
static final int CONSIDER_REQUIRED_PROJECTS
static final int CONSIDER_ANNOTATION_TYPES
static final int CONSIDER_ENUMS
static final int CONSIDER_ALL_TYPES
static final int CONSIDER_CLASSES_AND_INTERFACES
static final int CONSIDER_CLASSES_AND_ENUMS
static final int CONSIDER_INTERFACES_AND_ANNOTATIONS
|
Eclipse JDT Release 3.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) 2000, 2013 IBM Corporation and others. All rights reserved.