Overview

 
Package  Class  Use  Tree  Deprecated  Help 
Eclipse JDT
Release 3.0
 PREV LETTER   NEXT LETTER FRAMES    NO FRAMES  
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _


 

A

AALOAD - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
AASTORE - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
ABORT - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option value.
ABSTRACT - Static variable in class org.eclipse.jdt.core.dom.Modifier
"abstract" modifier constant (bit mask).
ABSTRACT - Static variable in class org.eclipse.jdt.ui.JavaElementImageDescriptor
Flag to render the abstract adornment.
ABSTRACT_KEYWORD - Static variable in class org.eclipse.jdt.core.dom.Modifier.ModifierKeyword
"abstract" modifier with flag value Modifier.ABSTRACT.
ACC_ABSTRACT - Static variable in interface org.eclipse.jdt.core.util.IModifierConstants
 
ACC_ANNOTATION - Static variable in interface org.eclipse.jdt.core.util.IModifierConstants
Indicates an annotation (added in J2SE 1.5).
ACC_BRIDGE - Static variable in interface org.eclipse.jdt.core.util.IModifierConstants
Indicates a bridge method (added in J2SE 1.5).
ACC_ENUM - Static variable in interface org.eclipse.jdt.core.util.IModifierConstants
Indicates an enum (added in J2SE 1.5).
ACC_FINAL - Static variable in interface org.eclipse.jdt.core.util.IModifierConstants
 
ACC_INTERFACE - Static variable in interface org.eclipse.jdt.core.util.IModifierConstants
 
ACC_NATIVE - Static variable in interface org.eclipse.jdt.core.util.IModifierConstants
 
ACC_PRIVATE - Static variable in interface org.eclipse.jdt.core.util.IModifierConstants
 
ACC_PROTECTED - Static variable in interface org.eclipse.jdt.core.util.IModifierConstants
 
ACC_PUBLIC - Static variable in interface org.eclipse.jdt.core.util.IModifierConstants
 
ACC_STATIC - Static variable in interface org.eclipse.jdt.core.util.IModifierConstants
 
ACC_STRICT - Static variable in interface org.eclipse.jdt.core.util.IModifierConstants
 
ACC_SUPER - Static variable in interface org.eclipse.jdt.core.util.IModifierConstants
 
ACC_SYNCHRONIZED - Static variable in interface org.eclipse.jdt.core.util.IModifierConstants
 
ACC_SYNTHETIC - Static variable in interface org.eclipse.jdt.core.util.IModifierConstants
Indicates a synthetic member.
ACC_TRANSIENT - Static variable in interface org.eclipse.jdt.core.util.IModifierConstants
 
ACC_VARARGS - Static variable in interface org.eclipse.jdt.core.util.IModifierConstants
Indicates a variable arity method (added in J2SE 1.5).
ACC_VOLATILE - Static variable in interface org.eclipse.jdt.core.util.IModifierConstants
 
ACONST_NULL - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
ADDED - Static variable in interface org.eclipse.jdt.core.IJavaElementDelta
Status constant indicating that the element has been added.
ADD_BLOCK_COMMENT - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the source -> add block comment action (value "org.eclipse.jdt.ui.edit.text.java.add.block.comment").
ADD_BLOCK_COMMENT - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
Source menu: name of standard Block Comment global action (value "org.eclipse.jdt.ui.actions.AddBlockComment").
ADD_CONSTRUCTOR_FROM_SUPERCLASS - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
Source menu: name of standard Add Constructor From Superclass global action (value "org.eclipse.jdt.ui.actions.AddConstructorFromSuperclass").
ADD_IMPORT - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the source -> add import action (value "org.eclipse.jdt.ui.edit.text.java.add.import").
ADD_IMPORT - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
Source menu: name of standard Add Import global action (value "org.eclipse.jdt.ui.actions.AddImport").
ADD_JAVADOC_COMMENT - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the source -> add javadoc comment action (value "org.eclipse.jdt.ui.edit.text.java.add.javadoc.comment").
ADD_JAVA_DOC_COMMENT - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
Source menu: name of standard Add Javadoc Comment global action (value "org.eclipse.jdt.ui.actions.AddJavaDocComment").
ADD_UNIMPLEMENTED_CONTRUCTORS - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the source -> add unimplemented constructors action (value "org.eclipse.jdt.ui.edit.text.java.add.unimplemented.constructors").
ALL - Static variable in interface org.eclipse.jdt.core.util.IClassFileReader
This value should be used to read completely each part of a .class file.
ALL_BUT_METHOD_BODIES - Static variable in interface org.eclipse.jdt.core.util.IClassFileReader
This value should be used to read the whole contents of the .class file except the method bodies.
ALL_CONDITIONS - Static variable in class org.eclipse.ltk.core.refactoring.CheckConditionsOperation
Flag indicating that all conditions will be checked
ALL_FILTERS - Static variable in class org.eclipse.jdt.ui.actions.MemberFilterActionGroup
 
ALL_OCCURRENCES - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
The search result is a declaration, a reference, or an implementer of an interface.
ALOAD - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
ALOAD_0 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
ALOAD_1 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
ALOAD_2 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
ALOAD_3 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
AND - Static variable in class org.eclipse.jdt.core.dom.InfixExpression.Operator
AND "&" operator.
ANEWARRAY - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
ANNOTATIONS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.PackageDeclaration
The "annotations" structural property of this node type (added in JLS3 API).
ANNOTATION_DEFAULT - Static variable in interface org.eclipse.jdt.core.util.IAttributeNamesConstants
"AnnotationDefault" attribute (added in J2SE 1.5).
ANNOTATION_TYPE_DECLARATION - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type AnnotationTypeDeclaration.
ANNOTATION_TYPE_MEMBER_DECLARATION - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type AnnotationTypeMemberDeclaration.
ANONYMOUS_CLASS_DECLARATION - Static variable in class org.eclipse.jdt.core.CompletionProposal
Completion is a declaration of an anonymous class.
ANONYMOUS_CLASS_DECLARATION - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type AnonymousClassDeclaration.
ANONYMOUS_CLASS_DECLARATION_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.ClassInstanceCreation
The "anonymousClassDeclaration" structural property of this node type.
APPEARANCE_COMPRESS_PACKAGE_NAMES - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls if package name compression is turned on or off.
APPEARANCE_ENABLE_VISIBILITY_SORT_ORDER - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preferences that controls if Java elements are also sorted by visibility.
APPEARANCE_FOLD_PACKAGES_IN_PACKAGE_EXPLORER - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls if empty inner packages are folded in the hierarchical mode of the package explorer.
APPEARANCE_MEMBER_SORT_ORDER - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that defines how member elements are ordered by the Java views using the JavaElementSorter.
APPEARANCE_METHOD_RETURNTYPE - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls return type rendering of methods in the UI.
APPEARANCE_OVERRIDE_INDICATOR - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
Deprecated. Override Indicator is now controlled on the platform's decorator preference page
APPEARANCE_PKG_NAME_PATTERN_FOR_PKG_VIEW - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that defines the pattern used for package name compression.
APPEARANCE_VISIBILITY_SORT_ORDER - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that defines how member elements are ordered by visibility in the Java views using the JavaElementSorter.
APPLICATION_LIBRARIES - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchScope
Include type constant (bit mask) indicating that application libraries should be considered in the search scope.
ARCHIVE - Static variable in interface org.eclipse.jdt.launching.IRuntimeClasspathEntry
Type identifier for archive entries.
ARETURN - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
ARGUMENTS - Static variable in interface org.eclipse.jdt.core.IJavaModelMarker
Id marker attribute (value "arguments").
ARGUMENTS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.ClassInstanceCreation
The "arguments" structural property of this node type.
ARGUMENTS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.ConstructorInvocation
The "arguments" structural property of this node type.
ARGUMENTS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.EnumConstantDeclaration
The "arguments" structural property of this node type.
ARGUMENTS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.MethodInvocation
The "arguments" structural property of this node type.
ARGUMENTS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.SuperConstructorInvocation
The "arguments" structural property of this node type.
ARGUMENTS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.SuperMethodInvocation
The "arguments" structural property of this node type.
ARRAYLENGTH - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
ARRAY_ACCESS - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type ArrayAccess.
ARRAY_CREATION - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type ArrayCreation.
ARRAY_INITIALIZER - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type ArrayInitializer.
ARRAY_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.ArrayAccess
The "array" structural property of this node type.
ARRAY_TYPE - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type ArrayType.
ARRAY_TYPE_SIGNATURE - Static variable in class org.eclipse.jdt.core.Signature
Kind constant for an array type signature.
ASSERT_STATEMENT - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type AssertStatement.
ASSIGN - Static variable in class org.eclipse.jdt.core.dom.Assignment.Operator
= operator.
ASSIGNMENT - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type Assignment.
AST - class org.eclipse.jdt.core.dom.AST.
Umbrella owner and abstract syntax tree node factory.
AST() - Constructor for class org.eclipse.jdt.core.dom.AST
Creates a new, empty abstract syntax tree using default options.
AST(Map) - Constructor for class org.eclipse.jdt.core.dom.AST
Creates a new, empty abstract syntax tree using the given options.
ASTMatcher - class org.eclipse.jdt.core.dom.ASTMatcher.
Concrete superclass and default implementation of an AST subtree matcher.
ASTMatcher() - Constructor for class org.eclipse.jdt.core.dom.ASTMatcher
Creates a new AST matcher instance.
ASTMatcher(boolean) - Constructor for class org.eclipse.jdt.core.dom.ASTMatcher
Creates a new AST matcher instance.
ASTNode - class org.eclipse.jdt.core.dom.ASTNode.
Abstract superclass of all Abstract Syntax Tree (AST) node types.
ASTORE - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
ASTORE_0 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
ASTORE_1 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
ASTORE_2 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
ASTORE_3 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
ASTParser - class org.eclipse.jdt.core.dom.ASTParser.
A Java language parser for creating abstract syntax trees (ASTs).
ASTRewrite - class org.eclipse.jdt.core.dom.rewrite.ASTRewrite.
Infrastucture for modifying code by describing changes to AST nodes.
ASTRewrite(AST) - Constructor for class org.eclipse.jdt.core.dom.rewrite.ASTRewrite
Internal constructor.
ASTVisitor - class org.eclipse.jdt.core.dom.ASTVisitor.
A visitor for abstract syntax trees.
ASTVisitor() - Constructor for class org.eclipse.jdt.core.dom.ASTVisitor
Creates a new AST visitor instance.
ASTVisitor(boolean) - Constructor for class org.eclipse.jdt.core.dom.ASTVisitor
Creates a new AST visitor instance.
ATHROW - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
ATTR_ALLOW_TERMINATE - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_APPLET_APPLETVIEWER_CLASS - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_APPLET_HEIGHT - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_APPLET_NAME - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_APPLET_PARAMETERS - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_APPLET_WIDTH - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_BOOTPATH - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Attribute key for a VM specific argument.
ATTR_BOOTPATH_APPEND - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Attribute key for a VM specific argument.
ATTR_BOOTPATH_PREPEND - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Attribute key for a VM specific argument.
ATTR_CLASSPATH - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_CLASSPATH_PROVIDER - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_CMDLINE - Static variable in class org.eclipse.jdt.launching.JavaRuntime
Deprecated. - use IProcess.ATTR_CMDLINE
ATTR_CMDLINE - Static variable in class org.eclipse.jdt.ui.JavaUI
Deprecated.  
ATTR_CONNECT_MAP - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_CONSIDER_INHERITED_MAIN - Static variable in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaMainTab
Boolean launch configuration attribute indicating whether types inheriting a main method should be considerd when searching for a main type.
ATTR_DEFAULT_CLASSPATH - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_DEFAULT_SOURCE_PATH - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_FIND_ALL_SOURCE_ELEMENTS - Static variable in class org.eclipse.jdt.debug.ui.JavaUISourceLocator
Deprecated. Launch configuration attribute indicating that this source locator should locate all source elements that correspond to a stack frame, rather than the first match.
ATTR_INCLUDE_EXTERNAL_JARS - Static variable in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaMainTab
Boolean launch configuration attribute indicating that external jars (on the runtime classpath) should be searched when looking for a main type.
ATTR_JAVA_COMMAND - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Attribute key for VM specific attributes found in the ATTR_VM_INSTALL_TYPE_SPECIFIC_ATTRS_MAP.
ATTR_MAIN_TYPE_NAME - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_PROGRAM_ARGUMENTS - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_PROJECT_NAME - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_SOURCE_PATH - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_SOURCE_PATH_PROVIDER - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_STOP_IN_MAIN - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_VM_ARGUMENTS - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_VM_CONNECTOR - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_VM_INSTALL_NAME - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_VM_INSTALL_TYPE - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_VM_INSTALL_TYPE_SPECIFIC_ATTRS_MAP - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_WORKING_DIRECTORY - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Launch configuration attribute key.
ATT_HANDLE_ID - Static variable in class org.eclipse.jdt.core.JavaCore
Name of the handle id attribute in a Java marker.
A_ACCURATE - Static variable in class org.eclipse.jdt.core.search.SearchMatch
The search result corresponds an exact match of the search pattern.
A_INACCURATE - Static variable in class org.eclipse.jdt.core.search.SearchMatch
The search result is potentially a match for the search pattern, but the search engine is unable to fully check it (for example, because there are errors in the code or the classpath are not correctly set).
AbstractJavaLaunchConfigurationDelegate - class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate.
Abstract implementation of a Java launch configuration delegate.
AbstractJavaLaunchConfigurationDelegate() - Constructor for class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
 
AbstractMethodCannotBeOverridden - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
AbstractMethodInAbstractClass - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
AbstractMethodMustBeImplemented - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
AbstractTypeDeclaration - class org.eclipse.jdt.core.dom.AbstractTypeDeclaration.
Abstract subclass for type declaration, enum declaration, and annotation type declaration AST node types.
AbstractVMInstall - class org.eclipse.jdt.launching.AbstractVMInstall.
Abstract implementation of a VM install.
AbstractVMInstall(IVMInstallType, String) - Constructor for class org.eclipse.jdt.launching.AbstractVMInstall
Constructs a new VM install.
AbstractVMInstallType - class org.eclipse.jdt.launching.AbstractVMInstallType.
Abstract implementation of a VM install type.
AbstractVMInstallType() - Constructor for class org.eclipse.jdt.launching.AbstractVMInstallType
Constructs a new VM install type.
AbstractVMRunner - class org.eclipse.jdt.launching.AbstractVMRunner.
Abstract implementation of a VM runner.
AbstractVMRunner() - Constructor for class org.eclipse.jdt.launching.AbstractVMRunner
 
AccAbstract - Static variable in class org.eclipse.jdt.core.Flags
Abstract property flag.
AccAnnotation - Static variable in class org.eclipse.jdt.core.Flags
Annotation property flag (added in J2SE 1.5).
AccBridge - Static variable in class org.eclipse.jdt.core.Flags
Bridge method property flag (added in J2SE 1.5).
AccDefault - Static variable in class org.eclipse.jdt.core.Flags
Constant representing the absence of any flag
AccDeprecated - Static variable in class org.eclipse.jdt.core.Flags
Deprecated property flag.
AccEnum - Static variable in class org.eclipse.jdt.core.Flags
Enum property flag (added in J2SE 1.5).
AccFinal - Static variable in class org.eclipse.jdt.core.Flags
Final access flag.
AccInterface - Static variable in class org.eclipse.jdt.core.Flags
Interface property flag.
AccNative - Static variable in class org.eclipse.jdt.core.Flags
Native property flag.
AccPrivate - Static variable in class org.eclipse.jdt.core.Flags
Private access flag.
AccProtected - Static variable in class org.eclipse.jdt.core.Flags
Protected access flag.
AccPublic - Static variable in class org.eclipse.jdt.core.Flags
Public access flag.
AccStatic - Static variable in class org.eclipse.jdt.core.Flags
Static access flag.
AccStrictfp - Static variable in class org.eclipse.jdt.core.Flags
Strictfp property flag.
AccSuper - Static variable in class org.eclipse.jdt.core.Flags
Super property flag.
AccSynchronized - Static variable in class org.eclipse.jdt.core.Flags
Synchronized access flag.
AccSynthetic - Static variable in class org.eclipse.jdt.core.Flags
Synthetic property flag.
AccTransient - Static variable in class org.eclipse.jdt.core.Flags
Transient property flag.
AccVarargs - Static variable in class org.eclipse.jdt.core.Flags
Varargs method property flag (added in J2SE 1.5).
AccVolatile - Static variable in class org.eclipse.jdt.core.Flags
Volatile property flag.
AddDelegateMethodsAction - class org.eclipse.jdt.ui.actions.AddDelegateMethodsAction.
Creates delegate methods for a type's fields.
AddDelegateMethodsAction(IWorkbenchSite) - Constructor for class org.eclipse.jdt.ui.actions.AddDelegateMethodsAction
Creates a new AddDelegateMethodsAction.
AddDelegateMethodsAction(CompilationUnitEditor) - Constructor for class org.eclipse.jdt.ui.actions.AddDelegateMethodsAction
Note: This constructor is for internal use only.
AddGetterSetterAction - class org.eclipse.jdt.ui.actions.AddGetterSetterAction.
Creates getter and setter methods for a type's fields.
AddGetterSetterAction(IWorkbenchSite) - Constructor for class org.eclipse.jdt.ui.actions.AddGetterSetterAction
Creates a new AddGetterSetterAction.
AddGetterSetterAction(CompilationUnitEditor) - Constructor for class org.eclipse.jdt.ui.actions.AddGetterSetterAction
Note: This constructor is for internal use only.
AddJavaDocStubAction - class org.eclipse.jdt.ui.actions.AddJavaDocStubAction.
Create Javadoc comment stubs for the selected members.
AddJavaDocStubAction(IWorkbenchSite) - Constructor for class org.eclipse.jdt.ui.actions.AddJavaDocStubAction
Creates a new AddJavaDocStubAction.
AddJavaDocStubAction(CompilationUnitEditor) - Constructor for class org.eclipse.jdt.ui.actions.AddJavaDocStubAction
Note: This constructor is for internal use only.
AddToClasspathAction - class org.eclipse.jdt.ui.actions.AddToClasspathAction.
Action to add a JAR to the classpath of its parent project.
AddToClasspathAction(IWorkbenchSite) - Constructor for class org.eclipse.jdt.ui.actions.AddToClasspathAction
Creates a new AddToClasspathAction.
AddUnimplementedConstructorsAction - class org.eclipse.jdt.ui.actions.AddUnimplementedConstructorsAction.
Creates unimplemented constructors for a type.
AddUnimplementedConstructorsAction(IWorkbenchSite) - Constructor for class org.eclipse.jdt.ui.actions.AddUnimplementedConstructorsAction
Creates a new AddUnimplementedConstructorsAction.
AddUnimplementedConstructorsAction(CompilationUnitEditor) - Constructor for class org.eclipse.jdt.ui.actions.AddUnimplementedConstructorsAction
Note: This constructor is for internal use only.
AmbiguousConstructor - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
AmbiguousConstructorInDefaultConstructor - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
AmbiguousConstructorInImplicitConstructorCall - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
AmbiguousField - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
AmbiguousMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
AmbiguousType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
Annotation - class org.eclipse.jdt.core.dom.Annotation.
Abstract base class of AST nodes that represent annotations.
AnnotationTypeDeclaration - class org.eclipse.jdt.core.dom.AnnotationTypeDeclaration.
Annotation type declaration AST node type (added in JLS3 API).
AnnotationTypeMemberDeclaration - class org.eclipse.jdt.core.dom.AnnotationTypeMemberDeclaration.
Annotation type member declaration AST node type (added in JLS3 API).
AnonymousClassCannotExtendFinalClass - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
AnonymousClassDeclaration - class org.eclipse.jdt.core.dom.AnonymousClassDeclaration.
Anonymous class declaration AST node type.
AppletArgumentsTab - class org.eclipse.jdt.debug.ui.launchConfigurations.AppletArgumentsTab.
A launch configuration tab that displays and edits program arguments, VM arguments, and working directory launch configuration attributes, for applets.
AppletArgumentsTab() - Constructor for class org.eclipse.jdt.debug.ui.launchConfigurations.AppletArgumentsTab
 
AppletMainTab - class org.eclipse.jdt.debug.ui.launchConfigurations.AppletMainTab.
This tab appears for java applet launch configurations and allows the user to edit attributes such as the applet class to launch and its owning project, if any.
AppletMainTab() - Constructor for class org.eclipse.jdt.debug.ui.launchConfigurations.AppletMainTab
 
AppletParametersTab - class org.eclipse.jdt.debug.ui.launchConfigurations.AppletParametersTab.
This tab appears for java applet launch configurations and allows the user to edit applet-specific attributes such as width, height, name & applet parameters.
AppletParametersTab() - Constructor for class org.eclipse.jdt.debug.ui.launchConfigurations.AppletParametersTab
 
ArchiveSourceLocation - class org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation.
Deprecated. In 3.0, the debug platform provides source lookup facilities that should be used in place of the Java source lookup support provided in 2.0. The new facilities provide a source lookup director that coordinates source lookup among a set of participants, searching a set of source containers. See the following packages: org.eclipse.debug.core.sourcelookup and org.eclipse.debug.core.sourcelookup.containers. This class has been replaced by the following classes: org.eclipse.debug.core.sourcelookup.containers.ArchiveSourceContainer and org.eclipse.debug.core.sourcelookup.containers.ExternalArchiveSourceContainer.
ArchiveSourceLocation() - Constructor for class org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation
Deprecated. Constructs a new empty source location to be initialized with a memento.
ArchiveSourceLocation(String, String) - Constructor for class org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation
Deprecated. Constructs a new source location that will retrieve source elements from the zip file with the given name.
ArgumentHidingField - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
The argument {0} is hiding the field {2}.{3}
ArgumentHidingLocalVariable - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
The argument {0} is hiding another local variable defined in an enclosing type scope
ArgumentIsNeverUsed - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ArgumentTypeAmbiguous - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ArgumentTypeCannotBeVoid - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ArgumentTypeCannotBeVoidArray - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ArgumentTypeInheritedNameHidesEnclosingName - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ArgumentTypeInternalNameProvided - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ArgumentTypeNotFound - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ArgumentTypeNotVisible - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ArrayAccess - class org.eclipse.jdt.core.dom.ArrayAccess.
Array access expression AST node type.
ArrayConstantsOnlyInArrayInitializers - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ArrayCreation - class org.eclipse.jdt.core.dom.ArrayCreation.
Array creation expression AST node type.
ArrayInitializer - class org.eclipse.jdt.core.dom.ArrayInitializer.
Array initializer AST node type.
ArrayReferenceRequired - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ArrayType - class org.eclipse.jdt.core.dom.ArrayType.
Type node for an array type.
AssertStatement - class org.eclipse.jdt.core.dom.AssertStatement.
Assert statement AST node type.
Assignment - class org.eclipse.jdt.core.dom.Assignment.
Assignment expression AST node type.
Assignment.Operator - class org.eclipse.jdt.core.dom.Assignment.Operator.
Assignment operators (typesafe enumeration).
AssignmentHasNoEffect - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
abort(String, Throwable, int) - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
Throws a core exception with an error status object built from the given message, lower level exception, and error code.
abort(String, Throwable, int) - Method in class org.eclipse.jdt.launching.AbstractVMRunner
Throws a core exception with an error status object built from the given message, lower level exception, and error code.
aboutToPerformChange(Change) - Method in interface org.eclipse.ltk.core.refactoring.IUndoManager
The infrastructure is going to perform the given change.
aboutToPerformChange(IUndoManager, Change) - Method in interface org.eclipse.ltk.core.refactoring.IUndoManagerListener
This method gets called by the undo manager if a change gets executed in the context of the undo manager.
aboutToPerformChange(IUndoManager, Change) - Method in class org.eclipse.ltk.core.refactoring.UndoManagerAdapter
This method gets called by the undo manager if a change gets executed in the context of the undo manager.
aboutToStart() - Method in interface org.eclipse.jdt.core.search.IJavaSearchResultCollector
Deprecated. Replaced by SearchRequestor.beginReporting().
accept(CompletionProposal) - Method in class org.eclipse.jdt.core.CompletionRequestor
Proposes a completion.
accept(ASTVisitor) - Method in class org.eclipse.jdt.core.dom.ASTNode
Accepts the given visitor on a visit of the current node.
accept(IResource, int, int, IJavaElement, int) - Method in interface org.eclipse.jdt.core.search.IJavaSearchResultCollector
Deprecated. Replaced by SearchRequestor.acceptSearchMatch(SearchMatch).
acceptAnonymousType(char[], char[], char[][], char[][], char[][], char[], int, int, int, int) - Method in class org.eclipse.jdt.core.CompletionRequestorAdapter
 
acceptAnonymousType(char[], char[], char[][], char[][], char[][], char[], int, int, int, int) - Method in interface org.eclipse.jdt.core.ICompletionRequestor
Code assist notification of an anonymous type declaration completion.
acceptClass(char[], char[], char[], int, int, int, int) - Method in class org.eclipse.jdt.core.CompletionRequestorAdapter
 
acceptClass(char[], char[], char[], int, int, int) - Method in interface org.eclipse.jdt.core.ICodeCompletionRequestor
Deprecated. Code assist notification of a class completion.
acceptClass(char[], char[], char[], int, int, int, int) - Method in interface org.eclipse.jdt.core.ICompletionRequestor
Code assist notification of a class completion.
acceptClass(char[], char[], char[], int, int, int) - Method in interface org.eclipse.jdt.core.ICorrectionRequestor
Notification of a class correction.
acceptClass(char[], char[], char[][], String) - Method in interface org.eclipse.jdt.core.search.ITypeNameRequestor
Accepts a top-level or a member class.
acceptClassFiles(byte[][], String[][], String) - Method in interface org.eclipse.jdt.core.eval.ICodeSnippetRequestor
Sends the given class files to the target and loads them.
acceptError(IProblem) - Method in class org.eclipse.jdt.core.CompletionRequestorAdapter
 
acceptError(IMarker) - Method in interface org.eclipse.jdt.core.ICodeCompletionRequestor
Deprecated. Code assist notification of a compilation error detected during completion.
acceptError(IProblem) - Method in interface org.eclipse.jdt.core.ICompletionRequestor
Code assist notification of a compilation error detected during completion.
acceptField(char[], char[], char[], char[], char[], char[], int, int, int, int) - Method in class org.eclipse.jdt.core.CompletionRequestorAdapter
 
acceptField(char[], char[], char[], char[], char[], char[], int, int, int) - Method in interface org.eclipse.jdt.core.ICodeCompletionRequestor
Deprecated. Code assist notification of a field completion.
acceptField(char[], char[], char[], char[], char[], char[], int, int, int, int) - Method in interface org.eclipse.jdt.core.ICompletionRequestor
Code assist notification of a field completion.
acceptField(char[], char[], char[], char[], char[], char[], int, int, int) - Method in interface org.eclipse.jdt.core.ICorrectionRequestor
Notification of a field correction.
acceptInterface(char[], char[], char[], int, int, int, int) - Method in class org.eclipse.jdt.core.CompletionRequestorAdapter
 
acceptInterface(char[], char[], char[], int, int, int) - Method in interface org.eclipse.jdt.core.ICodeCompletionRequestor
Deprecated. Code assist notification of an interface completion.
acceptInterface(char[], char[], char[], int, int, int, int) - Method in interface org.eclipse.jdt.core.ICompletionRequestor
Code assist notification of an interface completion.
acceptInterface(char[], char[], char[], int, int, int) - Method in interface org.eclipse.jdt.core.ICorrectionRequestor
Notification of an interface correction.
acceptInterface(char[], char[], char[][], String) - Method in interface org.eclipse.jdt.core.search.ITypeNameRequestor
Accepts a top-level or a member interface.
acceptKeyword(char[], int, int, int) - Method in class org.eclipse.jdt.core.CompletionRequestorAdapter
 
acceptKeyword(char[], int, int) - Method in interface org.eclipse.jdt.core.ICodeCompletionRequestor
Deprecated. Code assist notification of a keyword completion.
acceptKeyword(char[], int, int, int) - Method in interface org.eclipse.jdt.core.ICompletionRequestor
Code assist notification of a keyword completion.
acceptLabel(char[], int, int, int) - Method in class org.eclipse.jdt.core.CompletionRequestorAdapter
 
acceptLabel(char[], int, int) - Method in interface org.eclipse.jdt.core.ICodeCompletionRequestor
Deprecated. Code assist notification of a label completion.
acceptLabel(char[], int, int, int) - Method in interface org.eclipse.jdt.core.ICompletionRequestor
Code assist notification of a label completion.
acceptLocalVariable(char[], char[], char[], int, int, int, int) - Method in class org.eclipse.jdt.core.CompletionRequestorAdapter
 
acceptLocalVariable(char[], char[], char[], int, int, int) - Method in interface org.eclipse.jdt.core.ICodeCompletionRequestor
Deprecated. Code assist notification of a local variable completion.
acceptLocalVariable(char[], char[], char[], int, int, int, int) - Method in interface org.eclipse.jdt.core.ICompletionRequestor
Code assist notification of a local variable completion.
acceptLocalVariable(char[], char[], char[], int, int, int) - Method in interface org.eclipse.jdt.core.ICorrectionRequestor
Notification of a local variable correction.
acceptMethod(char[], char[], char[], char[][], char[][], char[][], char[], char[], char[], int, int, int, int) - Method in class org.eclipse.jdt.core.CompletionRequestorAdapter
 
acceptMethod(char[], char[], char[], char[][], char[][], char[], char[], char[], int, int, int) - Method in interface org.eclipse.jdt.core.ICodeCompletionRequestor
Deprecated. Code assist notification of a method completion.
acceptMethod(char[], char[], char[], char[][], char[][], char[][], char[], char[], char[], int, int, int, int) - Method in interface org.eclipse.jdt.core.ICompletionRequestor
Code assist notification of a method completion.
acceptMethod(char[], char[], char[], char[][], char[][], char[][], char[], char[], char[], int, int, int) - Method in interface org.eclipse.jdt.core.ICorrectionRequestor
Notification of a method correction.
acceptMethodDeclaration(char[], char[], char[], char[][], char[][], char[][], char[], char[], char[], int, int, int, int) - Method in class org.eclipse.jdt.core.CompletionRequestorAdapter
 
acceptMethodDeclaration(char[], char[], char[], char[][], char[][], char[][], char[], char[], char[], int, int, int, int) - Method in interface org.eclipse.jdt.core.ICompletionRequestor
Code assist notification of a method completion.
acceptModifier(char[], int, int, int) - Method in class org.eclipse.jdt.core.CompletionRequestorAdapter
 
acceptModifier(char[], int, int) - Method in interface org.eclipse.jdt.core.ICodeCompletionRequestor
Deprecated. Code assist notification of a modifier completion.
acceptModifier(char[], int, int, int) - Method in interface org.eclipse.jdt.core.ICompletionRequestor
Code assist notification of a modifier completion.
acceptPackage(char[], char[], int, int, int) - Method in class org.eclipse.jdt.core.CompletionRequestorAdapter
 
acceptPackage(char[], char[], int, int) - Method in interface org.eclipse.jdt.core.ICodeCompletionRequestor
Deprecated. Code assist notification of a package completion.
acceptPackage(char[], char[], int, int, int) - Method in interface org.eclipse.jdt.core.ICompletionRequestor
Code assist notification of a package completion.
acceptPackage(char[], char[], int, int) - Method in interface org.eclipse.jdt.core.ICorrectionRequestor
Notification of a package correction.
acceptProblem(IProblem) - Method in interface org.eclipse.jdt.core.IProblemRequestor
Notification of a Java problem.
acceptProblem(IMarker, String, int) - Method in interface org.eclipse.jdt.core.eval.ICodeSnippetRequestor
Notifies of an evaluation problem.
acceptSearchMatch(SearchMatch) - Method in class org.eclipse.jdt.core.search.SearchRequestor
Accepts the given search match.
acceptType(char[], char[], char[], int, int, int) - Method in class org.eclipse.jdt.core.CompletionRequestorAdapter
 
acceptType(char[], char[], char[], int, int) - Method in interface org.eclipse.jdt.core.ICodeCompletionRequestor
Deprecated. Code assist notification of a type completion.
acceptType(char[], char[], char[], int, int, int) - Method in interface org.eclipse.jdt.core.ICompletionRequestor
Code assist notification of a type completion.
acceptVariableName(char[], char[], char[], char[], int, int, int) - Method in class org.eclipse.jdt.core.CompletionRequestorAdapter
 
acceptVariableName(char[], char[], char[], char[], int, int, int) - Method in interface org.eclipse.jdt.core.ICompletionRequestor
Code assist notification of a variable name completion.
acquireDocument(IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.DocumentChange
Acquires a reference to the document to be changed by this text change. A document acquired by this call MUST be released via a call to TextChange.releaseDocument(IDocument, IProgressMonitor).

The method releaseDocument must be call as many times as aquireDocument has been called.

acquireDocument(IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.TextChange
Acquires a reference to the document to be changed by this text change.
acquireDocument(IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.TextFileChange
Acquires a reference to the document to be changed by this text change. A document acquired by this call MUST be released via a call to TextChange.releaseDocument(IDocument, IProgressMonitor).

The method releaseDocument must be call as many times as aquireDocument has been called.

activated(ILaunchConfigurationWorkingCopy) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.AppletMainTab
 
activated(ILaunchConfigurationWorkingCopy) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.AppletParametersTab
 
activated(ILaunchConfigurationWorkingCopy) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaArgumentsTab
 
activated(ILaunchConfigurationWorkingCopy) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaClasspathTab
 
activated(ILaunchConfigurationWorkingCopy) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaConnectTab
 
activated(ILaunchConfigurationWorkingCopy) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaJRETab
 
activated(ILaunchConfigurationWorkingCopy) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaMainTab
 
adaptToPreferenceChange(PropertyChangeEvent) - Method in class org.eclipse.jdt.ui.text.JavaTextTools
Deprecated. As of 3.0, no replacement
add(IJavaElement) - Method in interface org.eclipse.jdt.core.IRegion
Adds the given element and all of its descendents to this region.
add(Change) - Method in class org.eclipse.ltk.core.refactoring.CompositeChange
Adds the given change to the list of children.
add(IConditionChecker) - Method in class org.eclipse.ltk.core.refactoring.participants.CheckConditionsContext
Adds the given condition checker.
addAll(Change[]) - Method in class org.eclipse.ltk.core.refactoring.CompositeChange
Adds all changes in the given array to the list of children.
addBufferChangedListener(IBufferChangedListener) - Method in interface org.eclipse.jdt.core.IBuffer
Adds the given listener for changes to this buffer.
addChild(IDOMNode) - Method in interface org.eclipse.jdt.core.jdom.IDOMNode
Deprecated. Adds the given un-parented node (document fragment) as the last child of this node.
addContainerResolver(IRuntimeClasspathEntryResolver, String) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Registers the given resolver for the specified container.
addElement(Object, RefactoringArguments) - Method in interface org.eclipse.ltk.core.refactoring.participants.ISharableParticipant
Adds the given element and argument to the refactoring participant.
addElementChangedListener(IElementChangedListener) - Static method in class org.eclipse.jdt.core.JavaCore
Adds the given listener for changes to Java elements.
addElementChangedListener(IElementChangedListener, int) - Static method in class org.eclipse.jdt.core.JavaCore
Adds the given listener for changes to Java elements.
addEntry(int, String, RefactoringStatusContext, String, int) - Method in class org.eclipse.ltk.core.refactoring.RefactoringStatus
Adds a new entry filled with the given arguments to this status.
addEntry(int, String, RefactoringStatusContext, String, int, Object) - Method in class org.eclipse.ltk.core.refactoring.RefactoringStatus
Adds a new entry filled with the given arguments to this status.
addEntry(RefactoringStatusEntry) - Method in class org.eclipse.ltk.core.refactoring.RefactoringStatus
Adds the given RefactoringStatusEntry.
addError(String) - Method in class org.eclipse.ltk.core.refactoring.RefactoringStatus
Adds an ERROR entry filled with the given message to this status.
addError(String, RefactoringStatusContext) - Method in class org.eclipse.ltk.core.refactoring.RefactoringStatus
Adds an ERROR entry filled with the given message and context to this status.
addException(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMMethod
Deprecated. Adds the given exception to the end of the list of exceptions this method is declared to throw.
addFatalError(String) - Method in class org.eclipse.ltk.core.refactoring.RefactoringStatus
Adds a FATAL entry filled with the given message to this status.
addFatalError(String, RefactoringStatusContext) - Method in class org.eclipse.ltk.core.refactoring.RefactoringStatus
Adds a FATAL entry filled with the given message and status to this status.
addFile(IFile) - Method in class org.eclipse.ltk.core.refactoring.participants.ValidateEditChecker
Adds the given file to this checker.
addFiles(IFile[]) - Method in class org.eclipse.ltk.core.refactoring.participants.ValidateEditChecker
Adds the given array of files.
addHotCodeReplaceListener(IJavaHotCodeReplaceListener) - Static method in class org.eclipse.jdt.debug.core.JDIDebugModel
Registers the given listener for hot code replace notifications.
addImport(String) - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage.ImportsManager
Adds a new import declaration that is sorted in the existing imports.
addIndexEntry(char[], char[]) - Method in class org.eclipse.jdt.core.search.SearchDocument
Adds the given index entry (category and key) coming from this document to the index.
addInfo(String) - Method in class org.eclipse.ltk.core.refactoring.RefactoringStatus
Adds an INFO entry filled with the given message to this status.
addInfo(String, RefactoringStatusContext) - Method in class org.eclipse.ltk.core.refactoring.RefactoringStatus
Adds an INFO entry filled with the given message and context to this status.
addInstanceFilter(IJavaObject) - Method in interface org.eclipse.jdt.debug.core.IJavaBreakpoint
Adds the given object to the list of objects in which this breakpoint is restricted to suspend execution.
addJavaBreakpointListener(IJavaBreakpointListener) - Static method in class org.eclipse.jdt.debug.core.JDIDebugModel
Registers the given listener for breakpoint notifications.
addJavaElementMarkerAttributes(Map, IJavaElement) - Static method in class org.eclipse.jdt.core.JavaCore
Configures the given marker attribute map for the given Java element.
addListener(ILabelProviderListener) - Method in class org.eclipse.jdt.ui.OverrideIndicatorLabelDecorator
 
addListener(ILabelProviderListener) - Method in class org.eclipse.jdt.ui.ProblemsLabelDecorator
 
addListener(IUndoManagerListener) - Method in interface org.eclipse.ltk.core.refactoring.IUndoManager
Adds a listener to the undo manager.
addPage(IWizardPage) - Method in class org.eclipse.ltk.ui.refactoring.RefactoringWizard
This method asserts that the pages added to the refactoring wizard are instances of type RefactoringWizardPage.
addPages() - Method in class org.eclipse.ltk.ui.refactoring.RefactoringWizard
This method calls the hook method RefactoringWizard.addUserInputPages() to allow subclasses to add specific user input pages.
addParameter(String, String) - Method in interface org.eclipse.jdt.core.jdom.IDOMMethod
Deprecated. Adds the given parameter to the end of the parameter list.
addPreProcessingResourceChangedListener(IResourceChangeListener) - Static method in class org.eclipse.jdt.core.JavaCore
Adds the given listener for POST_CHANGE resource change events to the Java core.
addSuperInterface(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMType
Deprecated. Adds the given interface name to the names of interfaces that this type implements or extends (the name will be added after the existing interface names).
addTestRunListener(ITestRunListener) - Static method in class org.eclipse.jdt.junit.JUnitCore
Adds a listener for test runs.
addTextEditChangeGroup(TextEditChangeGroup) - Method in class org.eclipse.ltk.core.refactoring.TextChange
Adds a text edit change group.
addTextEditGroup(TextEditGroup) - Method in class org.eclipse.ltk.core.refactoring.TextChange
Adds a text edit group.
addTypeHierarchyChangedListener(ITypeHierarchyChangedListener) - Method in interface org.eclipse.jdt.core.ITypeHierarchy
Adds the given listener for changes to this type hierarchy.
addUndo(String, Change) - Method in interface org.eclipse.ltk.core.refactoring.IUndoManager
Adds a new undo change to this undo manager.
addUserInputPages() - Method in class org.eclipse.ltk.ui.refactoring.RefactoringWizard
Hook method to add user input pages to this refactoring wizard.
addVMInstallChangedListener(IVMInstallChangedListener) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Adds the given listener to the list of registered VM install changed listeners.
addVariableResolver(IRuntimeClasspathEntryResolver, String) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Registers the given resolver for the specified variable.
addWarning(String) - Method in class org.eclipse.ltk.core.refactoring.RefactoringStatus
Adds a WARNING entry filled with the given message to this status.
addWarning(String, RefactoringStatusContext) - Method in class org.eclipse.ltk.core.refactoring.RefactoringStatus
Adds a WARNING entry filled with the given message and context to this status.
addingBreakpoint(IJavaDebugTarget, IJavaBreakpoint) - Method in interface org.eclipse.jdt.debug.core.IJavaBreakpointListener
Notification that the given breakpoint is about to be added to the specified target.
affectsBehavior(PropertyChangeEvent) - Method in class org.eclipse.jdt.ui.text.JavaTextTools
Deprecated. As of 3.0, replaced by JavaSourceViewerConfiguration.affectsTextPresentation(PropertyChangeEvent)
affectsTextPresentation(PropertyChangeEvent) - Method in class org.eclipse.jdt.ui.text.JavaSourceViewerConfiguration
Determines whether the preference change encoded by the given event changes the behavior of one of its contained components.
allVariables() - Method in interface org.eclipse.jdt.core.eval.IEvaluationContext
Returns the global variables declared in this evaluation context.
allowOverwrite() - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
Tells whether files can be overwritten without warning.
annotations() - Method in class org.eclipse.jdt.core.dom.PackageDeclaration
Returns the live ordered list of annotations of this package declaration (added in JLS3 API).
anythingToRedo() - Method in interface org.eclipse.ltk.core.refactoring.IUndoManager
Returns true if there is anything to redo, otherwise false.
anythingToUndo() - Method in interface org.eclipse.ltk.core.refactoring.IUndoManager
Returns true if there is anything to undo, otherwise false.
apiLevel() - Method in class org.eclipse.jdt.core.dom.AST
Return the API level supported by this AST.
append(char[]) - Method in interface org.eclipse.jdt.core.IBuffer
Appends the given character array to the contents of the buffer.
append(String) - Method in interface org.eclipse.jdt.core.IBuffer
Appends the given string to the contents of the buffer.
append(char[], char) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers a new array with appending the suffix character at the end of the array.
append(char[], int, char[], int, int) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Append the given subarray to the target array starting at the given index in the target array.
areClassFilesExported() - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
Tells whether class files and resources are exported.
areErrorsExported() - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
Answers if compilation units with errors are exported.
areGeneratedFilesExported() - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
Tells whether files created by the Java builder are exported.
areJavaFilesExported() - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
Tells whether java files and resources are exported.
areOutputFoldersExported() - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
Tells whether all output folders for the enclosing projects of the exported elements.
arguments() - Method in class org.eclipse.jdt.core.dom.ClassInstanceCreation
Returns the live ordered list of argument expressions in this class instance creation expression.
arguments() - Method in class org.eclipse.jdt.core.dom.ConstructorInvocation
Returns the live ordered list of argument expressions in this alternate constructor invocation statement.
arguments() - Method in class org.eclipse.jdt.core.dom.EnumConstantDeclaration
Returns the live ordered list of argument expressions in this enumeration constant declaration.
arguments() - Method in class org.eclipse.jdt.core.dom.MethodInvocation
Returns the live ordered list of argument expressions in this method invocation expression.
arguments() - Method in class org.eclipse.jdt.core.dom.SuperConstructorInvocation
Returns the live ordered list of argument expressions in this super constructor invocation statement.
arguments() - Method in class org.eclipse.jdt.core.dom.SuperMethodInvocation
Returns the live ordered list of argument expressions in this "super" method invocation expression.
arrayConcat(char[][], char[][]) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers the concatenation of the two arrays.
arrayConcat(char[][], char[]) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers a new array adding the second array at the end of first array.
attachSource(IPath, IPath, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IPackageFragmentRoot
Attaches the source archive identified by the given absolute path to this binary package fragment root.


 

Overview

 
Package  Class  Use  Tree  Deprecated  Help 
Eclipse JDT
Release 3.0
 PREV LETTER   NEXT LETTER FRAMES    NO FRAMES  
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _


Copyright (c) IBM Corp. and others 2000, 2004. All Rights Reserved.