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 _


 

C

CALOAD - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
CANCEL_IF_NOT_READY_TO_SEARCH - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
The search operation throws an org.eclipse.core.runtime.OperationCanceledException if the underlying indexer has not finished indexing the workspace.
CASE_INSENSITIVE - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
Deprecated. Use the methods that take the matchMode without SearchPattern.R_CASE_SENSITIVE as a matchRule instead.
CASE_SENSITIVE - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
Deprecated. Use the methods that take the matchMode with SearchPattern.R_CASE_SENSITIVE as a matchRule instead.
CASTORE - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
CAST_EXPRESSION - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type CastExpression.
CATCH_CLAUSE - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type CatchClause.
CATCH_CLAUSES_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.TryStatement
The "catchClauses" structural property of this node type.
CCPActionGroup - class org.eclipse.jdt.ui.actions.CCPActionGroup.
Action group that adds the copy, cut, paste actions to a view part's context menu and installs handlers for the corresponding global menu actions.
CCPActionGroup(IViewPart) - Constructor for class org.eclipse.jdt.ui.actions.CCPActionGroup
Creates a new CCPActionGroup.
CCPActionGroup(Page) - Constructor for class org.eclipse.jdt.ui.actions.CCPActionGroup
Creates a new CCPActionGroup.
CHANGED - Static variable in interface org.eclipse.jdt.core.IJavaElementDelta
Status constant indicating that the element has been changed, as described by the change flags.
CHANGE_TYPE - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the refactor -> change type action (value "org.eclipse.jdt.ui.edit.text.java.change.type").
CHANGE_TYPE - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
Refactor menu: name of standard Generalize Type global action (value "org.eclipse.jdt.ui.actions.ChangeType").
CHAR - Static variable in class org.eclipse.jdt.core.dom.PrimitiveType
Type code for the primitive type "char".
CHARACTER_LITERAL - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type CharacterLiteral.
CHECKCAST - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
CHECKER_ALREADY_EXISTS_IN_CONTEXT - Static variable in interface org.eclipse.ltk.core.refactoring.IRefactoringCoreStatusCodes
Status code (value 10003) indicating that a condition checker already exists in a shared condition checking context.
CHECK_INITIAL_CONDITIONS_ON_OPEN - Static variable in class org.eclipse.ltk.ui.refactoring.RefactoringWizard
Flag (value 1) indicating that the initial condition checking of the refactoring is done when the wizard opens.
CLASS - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
The searched element is a class.
CLASSES - Static variable in class org.eclipse.jdt.core.CorrectionEngine
This field is not intended to be used by client.
CLASSFILE_ATTRIBUTES - Static variable in interface org.eclipse.jdt.core.util.IClassFileReader
This value should be used to read the constant pool entries and the attributes of a .class file.
CLASSPATH_CYCLE - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
Status indicating that a project is involved in a build path cycle.
CLASSPATH_FILE_FORMAT - Static variable in interface org.eclipse.jdt.core.IJavaModelMarker
Classpath file format marker attribute (value "classpathFileFormat").
CLASS_FILE - Static variable in interface org.eclipse.jdt.core.IJavaElement
Constant representing a class file.
CLASS_INSTANCE_CREATION - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type ClassInstanceCreation.
CLASS_TYPE_SIGNATURE - Static variable in class org.eclipse.jdt.core.Signature
Kind constant for a class type signature.
CLEAN - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option value.
CLEAR_ALL - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option value.
CODE - Static variable in interface org.eclipse.jdt.core.util.IAttributeNamesConstants
"Code" attribute.
CODEASSIST_ADDIMPORT - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls if the Java code assist adds import statements.
CODEASSIST_ARGUMENT_PREFIXES - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
CODEASSIST_ARGUMENT_SUFFIXES - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
CODEASSIST_AUTOACTIVATION - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls if the Java code assist gets auto activated.
CODEASSIST_AUTOACTIVATION_DELAY - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A name preference that holds the auto activation delay time in milliseconds.
CODEASSIST_AUTOACTIVATION_TRIGGERS_JAVA - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that holds the characters that auto activate code assist in Java code.
CODEASSIST_AUTOACTIVATION_TRIGGERS_JAVADOC - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that holds the characters that auto activate code assist in Javadoc.
CODEASSIST_AUTOINSERT - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls if the Java code assist inserts a proposal automatically if only one proposal is available.
CODEASSIST_CASE_SENSITIVITY - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls whether code assist proposals filtering is case sensitive or not.
CODEASSIST_FIELD_PREFIXES - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
CODEASSIST_FIELD_SUFFIXES - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
CODEASSIST_FILL_ARGUMENT_NAMES - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls if argument names are filled in when a method is selected from as list of code assist proposal.
CODEASSIST_GUESS_METHOD_ARGUMENTS - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls if method arguments are guessed when a method is selected from as list of code assist proposal.
CODEASSIST_IMPLICIT_QUALIFICATION - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
CODEASSIST_INSERT_COMPLETION - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls if the Java code assist only inserts completions.
CODEASSIST_LOCAL_PREFIXES - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
CODEASSIST_LOCAL_SUFFIXES - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
CODEASSIST_ORDER_PROPOSALS - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that defines if code assist proposals are sorted in alphabetical order.
CODEASSIST_PARAMETERS_BACKGROUND - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that holds the background color used for parameter hints.
CODEASSIST_PARAMETERS_FOREGROUND - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that holds the foreground color used in the code assist selection dialog.
CODEASSIST_PREFIX_COMPLETION - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls if content assist inserts the common prefix of all proposals before presenting choices.
CODEASSIST_PROPOSALS_BACKGROUND - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that holds the background color used in the code assist selection dialog.
CODEASSIST_PROPOSALS_FOREGROUND - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that holds the foreground color used in the code assist selection dialog.
CODEASSIST_REPLACEMENT_BACKGROUND - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that holds the background color used in the code assist selection dialog to mark replaced code.
CODEASSIST_REPLACEMENT_FOREGROUND - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that holds the foreground color used in the code assist selection dialog to mark replaced code.
CODEASSIST_SHOW_VISIBLE_PROPOSALS - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls if code assist contains only visible proposals.
CODEASSIST_STATIC_FIELD_PREFIXES - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
CODEASSIST_STATIC_FIELD_SUFFIXES - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
CODEASSIST_VISIBILITY_CHECK - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
CODEGEN_ADD_COMMENTS - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls if comment stubs will be added automatically to newly created types and methods.
CODEGEN_EXCEPTION_VAR_NAME - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that defines the preferred variable names for exceptions in catch clauses.
CODEGEN_GETTERSETTER_PREFIX - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
Deprecated. Use JavaCore preference store (key JavaCore. CODEASSIST_FIELD_PREFIXES and CODEASSIST_STATIC_FIELD_PREFIXES)
CODEGEN_GETTERSETTER_SUFFIX - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
Deprecated. Use setting from JavaCore preference store (key JavaCore. CODEASSIST_FIELD_SUFFIXES and CODEASSIST_STATIC_FIELD_SUFFIXES)
CODEGEN_IS_FOR_GETTERS - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls whether to use the prefix "is" or the prefix "get" for automatically created getters which return a boolean field.
CODEGEN_KEYWORD_THIS - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls whether the keyword "this" will be added automatically to field accesses in generated methods.
CODEGEN_USE_GETTERSETTER_PREFIX - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
Deprecated. Use JavaCore preference store (key JavaCore. CODEASSIST_FIELD_PREFIXES and CODEASSIST_STATIC_FIELD_PREFIXES)
CODEGEN_USE_GETTERSETTER_SUFFIX - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
Deprecated. Use JavaCore preference store (key JavaCore. CODEASSIST_FIELD_PREFIXES and CODEASSIST_STATIC_FIELD_PREFIXES)
CODEGEN__FILE_COMMENTS - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
Deprecated. New code template story: user can specify the new file code template.
CODEGEN__JAVADOC_STUBS - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
Deprecated. Use CODEGEN_ADD_COMMENTS instead (Name is more precise).
CODEGEN__NON_JAVADOC_COMMENTS - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
Deprecated. New code template story: user can specify the overriding method comment.
CODE_SNIPPET - Static variable in interface org.eclipse.jdt.core.eval.ICodeSnippetRequestor
Indicates a compilation problem related to a code snippet.
COMMENT - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the source -> comment action (value "org.eclipse.jdt.ui.edit.text.java.comment").
COMMENT - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
Source menu: name of standard Comment global action (value "org.eclipse.jdt.ui.actions.Comment").
COMMENT_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.Javadoc
The "comment" structural property of this node type (JLS2 API only).
COMPACT - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option value.
COMPILATION_UNIT - Static variable in interface org.eclipse.jdt.core.IJavaElement
Constant representing a Java compilation unit.
COMPILATION_UNIT - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type CompilationUnit.
COMPILATION_UNIT - Static variable in interface org.eclipse.jdt.core.jdom.IDOMNode
Deprecated. Node type constant indicating a compilation unit.
COMPILER_CODEGEN_INLINE_JSR_BYTECODE - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_CODEGEN_TARGET_PLATFORM - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_CODEGEN_UNUSED_LOCAL - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_COMPLIANCE - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_DOC_COMMENT_SUPPORT - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_FAILURE - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
Status constant indicating that a compiler failure occurred.
COMPILER_LINE_NUMBER_ATTR - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_LOCAL_VARIABLE_ATTR - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_ASSERT_IDENTIFIER - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_BOOLEAN_METHOD_THROWING_EXCEPTION - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_CHAR_ARRAY_IN_STRING_CONCATENATION - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_DEPRECATION - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_DEPRECATION_IN_DEPRECATED_CODE - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_DEPRECATION_WHEN_OVERRIDING_DEPRECATED_METHOD - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_EMPTY_STATEMENT - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_FIELD_HIDING - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_FINALLY_BLOCK_NOT_COMPLETING - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_HIDDEN_CATCH_BLOCK - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_INCOMPATIBLE_NON_INHERITED_INTERFACE_METHOD - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_INDIRECT_STATIC_ACCESS - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_INVALID_IMPORT - Static variable in class org.eclipse.jdt.core.JavaCore
Deprecated. - discontinued since turning off would violate language specs
COMPILER_PB_INVALID_JAVADOC - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_INVALID_JAVADOC_TAGS - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_INVALID_JAVADOC_TAGS_VISIBILITY - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_LOCAL_VARIABLE_HIDING - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_MAX_PER_UNIT - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_METHOD_WITH_CONSTRUCTOR_NAME - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_MISSING_JAVADOC_COMMENTS - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_MISSING_JAVADOC_COMMENTS_OVERRIDING - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_MISSING_JAVADOC_COMMENTS_VISIBILITY - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_MISSING_JAVADOC_TAGS - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_MISSING_JAVADOC_TAGS_OVERRIDING - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_MISSING_JAVADOC_TAGS_VISIBILITY - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_NON_NLS_STRING_LITERAL - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_NO_EFFECT_ASSIGNMENT - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_OVERRIDING_PACKAGE_DEFAULT_METHOD - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_POSSIBLE_ACCIDENTAL_BOOLEAN_ASSIGNMENT - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_SPECIAL_PARAMETER_HIDING_FIELD - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_STATIC_ACCESS_RECEIVER - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_SYNTHETIC_ACCESS_EMULATION - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_UNDOCUMENTED_EMPTY_BLOCK - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_UNNECESSARY_ELSE - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_UNNECESSARY_TYPE_CHECK - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_UNQUALIFIED_FIELD_ACCESS - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_UNREACHABLE_CODE - Static variable in class org.eclipse.jdt.core.JavaCore
Deprecated. - discontinued since turning off would violate language specs
COMPILER_PB_UNUSED_DECLARED_THROWN_EXCEPTION - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_UNUSED_DECLARED_THROWN_EXCEPTION_WHEN_OVERRIDING - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_UNUSED_IMPORT - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_UNUSED_LOCAL - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_UNUSED_PARAMETER - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_UNUSED_PARAMETER_WHEN_IMPLEMENTING_ABSTRACT - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_UNUSED_PARAMETER_WHEN_OVERRIDING_CONCRETE - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_PB_UNUSED_PRIVATE_MEMBER - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_SOURCE - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_SOURCE_FILE_ATTR - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_TASK_CASE_SENSITIVE - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_TASK_PRIORITIES - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPILER_TASK_PRIORITY_HIGH - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option value for COMPILER_TASK_PRIORITIES.
COMPILER_TASK_PRIORITY_LOW - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option value for COMPILER_TASK_PRIORITIES.
COMPILER_TASK_PRIORITY_NORMAL - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option value for COMPILER_TASK_PRIORITIES.
COMPILER_TASK_TAGS - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
COMPLEMENT - Static variable in class org.eclipse.jdt.core.dom.PrefixExpression.Operator
Bitwise complement "~" operator.
COMPONENT_TYPE_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.ArrayType
The "componentType" structural property of this node type.
COMPUTE - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option value.
CONDITIONAL_AND - Static variable in class org.eclipse.jdt.core.dom.InfixExpression.Operator
Conditional AND "&&" operator.
CONDITIONAL_EXPRESSION - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type ConditionalExpression.
CONDITIONAL_OR - Static variable in class org.eclipse.jdt.core.dom.InfixExpression.Operator
Conditional OR "||" operator.
CONSIDER_BINARIES - Static variable in interface org.eclipse.jdt.ui.IJavaElementSearchConstants
Search scope constant (bit mask) indicating that binaries should be considered.
CONSIDER_CLASSES - Static variable in interface org.eclipse.jdt.ui.IJavaElementSearchConstants
Search scope constant (bit mask) indicating that classes should be considered.
CONSIDER_EXTERNAL_JARS - Static variable in interface org.eclipse.jdt.ui.IJavaElementSearchConstants
Search scope constant (bit mask) indicating that external JARs should be considered.
CONSIDER_INTERFACES - Static variable in interface org.eclipse.jdt.ui.IJavaElementSearchConstants
Search scope constant (bit mask) indicating that interfaces should be considered.
CONSIDER_REQUIRED_PROJECTS - Static variable in interface org.eclipse.jdt.ui.IJavaElementSearchConstants
Search scope constant (bit mask) indicating that required projects should be considered.
CONSIDER_TYPES - Static variable in interface org.eclipse.jdt.ui.IJavaElementSearchConstants
Search scope constant (bit mask) indicating that both classes and interfaces should be considered.
CONSTANT_Class - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_Class_SIZE - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_Double - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_Double_SIZE - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_Fieldref - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_Fieldref_SIZE - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_Float - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_Float_SIZE - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_Integer - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_Integer_SIZE - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_InterfaceMethodref - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_InterfaceMethodref_SIZE - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_Long - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_Long_SIZE - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_Methodref - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_Methodref_SIZE - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_NameAndType - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_NameAndType_SIZE - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_POOL - Static variable in interface org.eclipse.jdt.core.util.IClassFileReader
This value should be used to read only the constant pool entries of a .class file.
CONSTANT_String - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_String_SIZE - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_Utf8 - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_Utf8_SIZE - Static variable in interface org.eclipse.jdt.core.util.IConstantPoolConstant
 
CONSTANT_VALUE - Static variable in interface org.eclipse.jdt.core.util.IAttributeNamesConstants
"ConstantValue" attribute.
CONSTRUCTOR - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
The searched element is a constructor.
CONSTRUCTOR - Static variable in class org.eclipse.jdt.ui.JavaElementImageDescriptor
Flag to render the 'constructor' adornment.
CONSTRUCTOR_INVOCATION - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type ConstructorInvocation.
CONSTRUCTOR_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.MethodDeclaration
The "constructor" structural property of this node type.
CONTAINER - Static variable in interface org.eclipse.jdt.launching.IRuntimeClasspathEntry
Type identifier for container entries.
CONTAINER - Static variable in class org.eclipse.jdt.ui.wizards.NewContainerWizardPage
Id of the container field
CONTENT_ASSIST - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
Edit menu: name of standard Code Assist global action (value "org.eclipse.jdt.ui.actions.ContentAssist").
CONTENT_ASSIST_COMPLETE_PREFIX - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the edit -> content assist complete prefix action (value: "org.eclipse.jdt.ui.edit.text.java.complete.prefix").
CONTINUE_STATEMENT - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type ContinueStatement.
CONVERT_ANONYMOUS_TO_NESTED - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the refactor -> convert anonymous to nested action (value "org.eclipse.jdt.ui.edit.text.java.convert.anonymous.to.nested").
CONVERT_ANONYMOUS_TO_NESTED - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
Refactor menu: name of standard Covert Anonymous to Nested global action (value "org.eclipse.jdt.ui.actions.ConvertAnonymousToNested").
CONVERT_LINE_DELIMITERS_TO_MAC - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
Source menu: name of standardConvert Line Delimiters To Mac global action (value "org.eclipse.jdt.ui.actions.ConvertLineDelimitersToMac").
CONVERT_LINE_DELIMITERS_TO_UNIX - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
Source menu: name of standard Convert Line Delimiters To UNIX global action (value "org.eclipse.jdt.ui.actions.ConvertLineDelimitersToUNIX").
CONVERT_LINE_DELIMITERS_TO_WINDOWS - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
Source menu: name of standard Convert Line Delimiters To Windows global action (value "org.eclipse.jdt.ui.actions.ConvertLineDelimitersToWindows").
CONVERT_LOCAL_TO_FIELD - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
Refactor menu: name of standard global action to convert a local variable to a field (value "org.eclipse.jdt.ui.actions.ConvertLocalToField").
CONVERT_NESTED_TO_TOP - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
Refactor menu: name of standard global action to convert a nested type to a top level type (value "org.eclipse.jdt.ui.actions.MoveInnerToTop").
CORE_CIRCULAR_CLASSPATH - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
CORE_ENABLE_CLASSPATH_EXCLUSION_PATTERNS - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
CORE_ENABLE_CLASSPATH_MULTIPLE_OUTPUT_LOCATIONS - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
CORE_ENCODING - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
CORE_EXCEPTION - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
Status constant indicating a core exception occurred.
CORE_INCOMPATIBLE_JDK_LEVEL - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
CORE_INCOMPLETE_CLASSPATH - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
CORE_JAVA_BUILD_CLEAN_OUTPUT_FOLDER - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
CORE_JAVA_BUILD_DUPLICATE_RESOURCE - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
CORE_JAVA_BUILD_INVALID_CLASSPATH - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
CORE_JAVA_BUILD_ORDER - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
CORE_JAVA_BUILD_RESOURCE_COPY_FILTER - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
CORRECTION_ASSIST_PROPOSALS - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the edit -> correction assist proposal action (value "org.eclipse.jdt.ui.edit.text.java.correction.assist.proposals").
CPE_CONTAINER - Static variable in interface org.eclipse.jdt.core.IClasspathEntry
Entry kind constant describing a classpath entry representing a name classpath container.
CPE_LIBRARY - Static variable in interface org.eclipse.jdt.core.IClasspathEntry
Entry kind constant describing a classpath entry identifying a library.
CPE_PROJECT - Static variable in interface org.eclipse.jdt.core.IClasspathEntry
Entry kind constant describing a classpath entry identifying a required project.
CPE_SOURCE - Static variable in interface org.eclipse.jdt.core.IClasspathEntry
Entry kind constant describing a classpath entry identifying a folder containing package fragments with source code to be compiled.
CPE_VARIABLE - Static variable in interface org.eclipse.jdt.core.IClasspathEntry
Entry kind constant describing a classpath entry defined using a path that begins with a classpath variable reference.
CP_CONTAINER_PATH_UNBOUND - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
Status constant indicating that a container path was not resolvable indicating either the referred container is undefined, unbound.
CP_VARIABLE_PATH_UNBOUND - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
Status constant indicating that a variable path was not resolvable indicating either the referred variable is undefined, unbound or the resolved variable path does not correspond to an existing file or folder.
CREATE_DELEGATE_METHODS - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the source -> generate delegates action (value "org.eclipse.jdt.ui.edit.text.java.create.delegate.methods").
CREATE_GETTER_SETTER - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the source -> generate setter/getter action (value "org.eclipse.jdt.ui.edit.text.java.create.getter.setter").
CYCLE_DETECTED - Static variable in interface org.eclipse.jdt.core.IJavaModelMarker
Cycle detected marker attribute (value "cycleDetected").
C_ARRAY - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating an array type in a signature.
C_BOOLEAN - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating the primitive type boolean in a signature.
C_BYTE - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating the primitive type byte in a signature.
C_CHAR - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating the primitive type char in a signature.
C_COLON - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating the colon in a signature.
C_DOLLAR - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating the dollar in a signature.
C_DOT - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating the dot in a signature.
C_DOUBLE - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating the primitive type double in a signature.
C_FLOAT - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating the primitive type float in a signature.
C_GENERIC_END - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating the end of a generic type list in a signature.
C_GENERIC_START - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating the start of a formal type parameter (or type argument) list in a signature.
C_INT - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating the primitive type int in a signature.
C_LONG - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating the primitive type long in a signature.
C_NAME_END - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating the end of a named type in a signature.
C_PARAM_END - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating the end of a parameter type list in a signature.
C_PARAM_START - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating the start of a parameter type list in a signature.
C_RESOLVED - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating the start of a resolved, named type in a signature.
C_SEMICOLON - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating the semicolon in a signature.
C_SHORT - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating the primitive type short in a signature.
C_STAR - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating a wildcard type argument in a signature.
C_TYPE_VARIABLE - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating the start of a resolved type variable in a signature.
C_UNRESOLVED - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating the start of an unresolved, named type in a signature.
C_VOID - Static variable in class org.eclipse.jdt.core.Signature
Character constant indicating result type void in a signature.
CannotAllocateVoidArray - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
CannotDefineDimensionExpressionsWithInit - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
CannotDefineInterfaceInLocalType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
CannotDefineStaticInitializerInLocalType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
CannotHideAnInstanceMethodWithAStaticMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
CannotImportPackage - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
CannotOverrideAStaticMethodWithAnInstanceMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
CannotReturnInInitializer - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
CannotThrowNull - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
CannotThrowType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
CannotUseSuperInCodeSnippet - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
CastExpression - class org.eclipse.jdt.core.dom.CastExpression.
Cast expression AST node type.
CatchClause - class org.eclipse.jdt.core.dom.CatchClause.
Catch clause AST node type.
Change - class org.eclipse.ltk.core.refactoring.Change.
An abstract base implementation for object representing a generic change to the workbench.
Change() - Constructor for class org.eclipse.ltk.core.refactoring.Change
Constructs a new change object.
ChangePreviewViewerInput - class org.eclipse.ltk.ui.refactoring.ChangePreviewViewerInput.
Instances of this class represent the input for an IChangePreviewViewer.
ChangePreviewViewerInput(Change) - Constructor for class org.eclipse.ltk.ui.refactoring.ChangePreviewViewerInput
Creates a new input object for the given change.
ChangeTypeAction - class org.eclipse.jdt.ui.actions.ChangeTypeAction.
Action to generalize the type of a local or field declaration or the return type of a method declaration.
ChangeTypeAction(CompilationUnitEditor) - Constructor for class org.eclipse.jdt.ui.actions.ChangeTypeAction
Note: This constructor is for internal use only.
ChangeTypeAction(IWorkbenchSite) - Constructor for class org.eclipse.jdt.ui.actions.ChangeTypeAction
Creates a new ChangeTypeAction.
CharOperation - class org.eclipse.jdt.core.compiler.CharOperation.
This class is a collection of helper methods to manipulate char arrays.
CharOperation() - Constructor for class org.eclipse.jdt.core.compiler.CharOperation
 
CharacterLiteral - class org.eclipse.jdt.core.dom.CharacterLiteral.
Character literal nodes.
CheckConditionsContext - class org.eclipse.ltk.core.refactoring.participants.CheckConditionsContext.
A context that is shared between the refactoring processor and all its associated participants during condition checking.
CheckConditionsContext() - Constructor for class org.eclipse.ltk.core.refactoring.participants.CheckConditionsContext
 
CheckConditionsOperation - class org.eclipse.ltk.core.refactoring.CheckConditionsOperation.
Operation that, when run, checks the preconditions of the Refactoring passed on creation.
CheckConditionsOperation(Refactoring, int) - Constructor for class org.eclipse.ltk.core.refactoring.CheckConditionsOperation
Creates a new CheckConditionsOperation.
CheckDebugAttributes - class org.eclipse.jdt.core.CheckDebugAttributes.
 
CheckDebugAttributes() - Constructor for class org.eclipse.jdt.core.CheckDebugAttributes
 
ChildListPropertyDescriptor - class org.eclipse.jdt.core.dom.ChildListPropertyDescriptor.
Descriptor for a child list property of an AST node.
ChildPropertyDescriptor - class org.eclipse.jdt.core.dom.ChildPropertyDescriptor.
Descriptor for a child property of an AST node.
ClassExtendFinalClass - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ClassFileBytesDisassembler - class org.eclipse.jdt.core.util.ClassFileBytesDisassembler.
This class is intended to be subclassed to disassemble classfile bytes onto a String using the proper line separator.
ClassFileBytesDisassembler() - Constructor for class org.eclipse.jdt.core.util.ClassFileBytesDisassembler
 
ClassFormatException - exception org.eclipse.jdt.core.util.ClassFormatException.
Exception thrown by a class file reader when encountering a error in decoding information contained in a .class file.
ClassFormatException(int) - Constructor for class org.eclipse.jdt.core.util.ClassFormatException
Constructor for ClassFormatException.
ClassFormatException(String) - Constructor for class org.eclipse.jdt.core.util.ClassFormatException
Constructor for ClassFormatException.
ClassInstanceCreation - class org.eclipse.jdt.core.dom.ClassInstanceCreation.
Class instance creation expression AST node type.
ClasspathContainerInitializer - class org.eclipse.jdt.core.ClasspathContainerInitializer.
Abstract base implementation of all classpath container initializer.
ClasspathContainerInitializer() - Constructor for class org.eclipse.jdt.core.ClasspathContainerInitializer
Creates a new classpath container initializer.
ClasspathContainerSourceContainer - class org.eclipse.jdt.launching.sourcelookup.containers.ClasspathContainerSourceContainer.
A source container for a classpath container.
ClasspathContainerSourceContainer(IPath) - Constructor for class org.eclipse.jdt.launching.sourcelookup.containers.ClasspathContainerSourceContainer
Constructs a new source container for the given classpath container.
ClasspathVariableInitializer - class org.eclipse.jdt.core.ClasspathVariableInitializer.
Abstract base implementation of all classpath variable initializers.
ClasspathVariableInitializer() - Constructor for class org.eclipse.jdt.core.ClasspathVariableInitializer
Creates a new classpath variable initializer.
ClasspathVariableSourceContainer - class org.eclipse.jdt.launching.sourcelookup.containers.ClasspathVariableSourceContainer.
A classpath variable source container contains a source container that is the resolved value of the associated variable.
ClasspathVariableSourceContainer(IPath) - Constructor for class org.eclipse.jdt.launching.sourcelookup.containers.ClasspathVariableSourceContainer
Constructs a new source container on the given variable and suffix.
CodeCannotBeReached - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
CodeFormatter - class org.eclipse.jdt.core.formatter.CodeFormatter.
Specification for a generic source code formatter.
CodeFormatter() - Constructor for class org.eclipse.jdt.core.formatter.CodeFormatter
 
CodeGeneration - class org.eclipse.jdt.ui.CodeGeneration.
Class that offers access to the templates contained in the 'code templates' preference page.
CodeSnippetMissingClass - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
CodeSnippetMissingMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
Comment - class org.eclipse.jdt.core.dom.Comment.
Abstract base class for all AST nodes that represent comments.
CompilationUnit - class org.eclipse.jdt.core.dom.CompilationUnit.
Java compilation unit AST node type.
CompilationUnitSorter - class org.eclipse.jdt.core.util.CompilationUnitSorter.
Operation for sorting members within a compilation unit.
CompletionProposal - class org.eclipse.jdt.core.CompletionProposal.
Completion proposal.
CompletionRequestor - class org.eclipse.jdt.core.CompletionRequestor.
Abstract base class for a completion requestor which is passed completion proposals as they are generated in response to a code assist request.
CompletionRequestor() - Constructor for class org.eclipse.jdt.core.CompletionRequestor
Creates a new completion requestor.
CompletionRequestorAdapter - class org.eclipse.jdt.core.CompletionRequestorAdapter.
Adapter of the requestor interface ICompletionRequestor.
CompletionRequestorAdapter() - Constructor for class org.eclipse.jdt.core.CompletionRequestorAdapter
 
CompositeChange - class org.eclipse.ltk.core.refactoring.CompositeChange.
Represents a composite change.
CompositeChange(String) - Constructor for class org.eclipse.ltk.core.refactoring.CompositeChange
Creates a new composite change with the given name.
CompositeChange(String, Change[]) - Constructor for class org.eclipse.ltk.core.refactoring.CompositeChange
Creates a new composite change with the given name and array of children.
ConditionalExpression - class org.eclipse.jdt.core.dom.ConditionalExpression.
Conditional expression AST node type.
ConflictingImport - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ConstructorInvocation - class org.eclipse.jdt.core.dom.ConstructorInvocation.
Alternate constructor invocation statement AST node type.
ConstructorRelated - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ContentStamp - class org.eclipse.ltk.core.refactoring.ContentStamp.
A content stamp object represent the content of an IFile.
ContentStamp() - Constructor for class org.eclipse.ltk.core.refactoring.ContentStamp
 
ContinueStatement - class org.eclipse.jdt.core.dom.ContinueStatement.
Continue statement AST node type.
ConvertAnonymousToNestedAction - class org.eclipse.jdt.ui.actions.ConvertAnonymousToNestedAction.
Action to convert an anonymous inner class to a nested class.
ConvertAnonymousToNestedAction(CompilationUnitEditor) - Constructor for class org.eclipse.jdt.ui.actions.ConvertAnonymousToNestedAction
Note: This constructor is for internal use only.
ConvertAnonymousToNestedAction(IWorkbenchSite) - Constructor for class org.eclipse.jdt.ui.actions.ConvertAnonymousToNestedAction
Creates a new ConvertAnonymousToNestedAction.
ConvertLocalToFieldAction - class org.eclipse.jdt.ui.actions.ConvertLocalToFieldAction.
Action to convert a local variable to a field.
ConvertLocalToFieldAction(CompilationUnitEditor) - Constructor for class org.eclipse.jdt.ui.actions.ConvertLocalToFieldAction
Note: This constructor is for internal use only.
ConvertNestedToTopAction - class org.eclipse.jdt.ui.actions.ConvertNestedToTopAction.
Action to convert a nested class to a top level class.
ConvertNestedToTopAction(CompilationUnitEditor) - Constructor for class org.eclipse.jdt.ui.actions.ConvertNestedToTopAction
Note: This constructor is for internal use only.
ConvertNestedToTopAction(IWorkbenchSite) - Constructor for class org.eclipse.jdt.ui.actions.ConvertNestedToTopAction
Creates a new MoveInnerToTopAction.
CorrectionEngine - class org.eclipse.jdt.core.CorrectionEngine.
This class is the entry point for source corrections.
CorrectionEngine(Map) - Constructor for class org.eclipse.jdt.core.CorrectionEngine
The CorrectionEngine is responsible for computing problem corrections.
CreateArguments - class org.eclipse.ltk.core.refactoring.participants.CreateArguments.
Create arguments describe the data that a processor provides to its create participants.
CreateArguments() - Constructor for class org.eclipse.ltk.core.refactoring.participants.CreateArguments
Creates a new create arguments object.
CreateChangeOperation - class org.eclipse.ltk.core.refactoring.CreateChangeOperation.
Operation that, when performed, creates a Change object for a given refactoring.
CreateChangeOperation(Refactoring) - Constructor for class org.eclipse.ltk.core.refactoring.CreateChangeOperation
Creates a new operation with the given refactoring.
CreateChangeOperation(CheckConditionsOperation, int) - Constructor for class org.eclipse.ltk.core.refactoring.CreateChangeOperation
Creates a new operation with the given CheckConditionsOperation.
CreateParticipant - class org.eclipse.ltk.core.refactoring.participants.CreateParticipant.
A participant to participate in refactorings that create elements.
CreateParticipant() - Constructor for class org.eclipse.ltk.core.refactoring.participants.CreateParticipant
 
CustomFiltersActionGroup - class org.eclipse.jdt.ui.actions.CustomFiltersActionGroup.
Action group to add the filter action to a view part's tool bar menu.
CustomFiltersActionGroup(IViewPart, StructuredViewer) - Constructor for class org.eclipse.jdt.ui.actions.CustomFiltersActionGroup
Creates a new CustomFiltersActionGroup.
CustomFiltersActionGroup(String, StructuredViewer) - Constructor for class org.eclipse.jdt.ui.actions.CustomFiltersActionGroup
Creates a new CustomFiltersActionGroup.
canCreateJar(Shell) - Method in class org.eclipse.jdt.ui.jarpackager.JarWriter
Checks if the JAR file can be overwritten.
canFinish() - Method in class org.eclipse.ltk.ui.refactoring.RefactoringWizard
canFlipToNextPage() - Method in class org.eclipse.ltk.ui.refactoring.UserInputWizardPage
canHaveChildren() - Method in interface org.eclipse.jdt.core.jdom.IDOMNode
Deprecated. Returns whether this node is allowed to have children.
canTerminateEvaluation() - Method in interface org.eclipse.jdt.debug.core.IJavaThread
Returns whether the currently executing IEvaluationRunnable supports termination.
canUpdateClasspathContainer(IPath, IJavaProject) - Method in class org.eclipse.jdt.core.ClasspathContainerInitializer
Returns true if this container initializer can be requested to perform updates on its own container values.
catchClauses() - Method in class org.eclipse.jdt.core.dom.TryStatement
Returns the live ordered list of catch clauses for this try statement.
category(Object) - Method in class org.eclipse.jdt.ui.JavaElementSorter
 
changeExecuted() - Method in class org.eclipse.ltk.core.refactoring.PerformChangeOperation
Returns true if the change has been executed.
changeExecutionFailed() - Method in class org.eclipse.ltk.core.refactoring.PerformChangeOperation
Returns true if the change execution failed.
changePerformed(Change) - Method in interface org.eclipse.ltk.core.refactoring.IUndoManager
The infrastructure has performed the given change.
changePerformed(IUndoManager, Change) - Method in interface org.eclipse.ltk.core.refactoring.IUndoManagerListener
This method gets called by the undo manager when a change has been executed in the context of the undo manager.
changePerformed(IUndoManager, Change) - Method in class org.eclipse.ltk.core.refactoring.UndoManagerAdapter
This method gets called by the undo manager when a change has been executed in the context of the undo manager.
charArrayToStringArray(char[][]) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Returns the char arrays as an array of Strings
charToString(char[]) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Returns the char array as a String
charValue() - Method in class org.eclipse.jdt.core.dom.CharacterLiteral
Returns the value of this literal node.
check(IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.participants.CheckConditionsContext
Checks the condition of all registered condition checkers and returns a merge status result.
check(IProgressMonitor) - Method in interface org.eclipse.ltk.core.refactoring.participants.IConditionChecker
Performs the actual condition checking.
check(IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.participants.ValidateEditChecker
Performs the actual condition checking.
checkAllConditions(IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.Refactoring
Checks all conditions.
checkConditions(IProgressMonitor, CheckConditionsContext) - Method in class org.eclipse.ltk.core.refactoring.participants.RefactoringParticipant
Checks the conditions of the refactoring participant.
checkFinalConditions(IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.Refactoring
After checkInitialConditions has been performed and the user has provided all input necessary to perform the refactoring this method is called to check the remaining preconditions.
checkFinalConditions(IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.participants.ProcessorBasedRefactoring
After checkInitialConditions has been performed and the user has provided all input necessary to perform the refactoring this method is called to check the remaining preconditions.

The refactoring has to be considered as not being executable if the returned status has the severity of RefactoringStatus#FATAL.

This method can be called more than once.

checkFinalConditions(IProgressMonitor, CheckConditionsContext) - Method in class org.eclipse.ltk.core.refactoring.participants.RefactoringProcessor
Checks the final conditions based on the element to be refactored.
checkInitialConditions(IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.Refactoring
Checks some initial conditions based on the element to be refactored.
checkInitialConditions(IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.participants.ProcessorBasedRefactoring
Checks some initial conditions based on the element to be refactored. The method is typically called by the UI to perform an initial checks after an action has been executed.

The refactoring has to be considered as not being executable if the returned status has the severity of RefactoringStatus#FATAL.

This method can be called more than once.

checkInitialConditions(IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.participants.RefactoringProcessor
Checks some initial conditions based on the element to be refactored.
chooseClassFolderEntries(Shell, IPath, IPath[]) - Static method in class org.eclipse.jdt.ui.wizards.BuildPathDialogAccess
Shows the UI to select new class folders.
chooseContainerEntries(Shell, IJavaProject, IClasspathEntry[]) - Static method in class org.eclipse.jdt.ui.wizards.BuildPathDialogAccess
Shows the UI to choose new classpath container classpath entries.
chooseExternalJAREntries(Shell) - Static method in class org.eclipse.jdt.ui.wizards.BuildPathDialogAccess
Shows the UI to select new external JAR or ZIP archive entries.
chooseJAREntries(Shell, IPath, IPath[]) - Static method in class org.eclipse.jdt.ui.wizards.BuildPathDialogAccess
Shows the UI to select new JAR or ZIP archive entries located in the workspace.
chooseJavaProject() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaConnectTab
Realize a Java Project selection dialog and return the first selected project, or null if there was none.
chooseJavaProject() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaMainTab
Realize a Java Project selection dialog and return the first selected project, or null if there was none.
chooseSourceFolderEntries(Shell, IPath, IPath[]) - Static method in class org.eclipse.jdt.ui.wizards.BuildPathDialogAccess
Shows the UI to select new source folders.
chooseVariableEntries(Shell, IPath[]) - Static method in class org.eclipse.jdt.ui.wizards.BuildPathDialogAccess
Shows the UI for selecting new variable classpath entries.
clone() - Method in interface org.eclipse.jdt.core.jdom.IDOMNode
Deprecated. Returns a stand-alone copy of the document fragment represented by this node that is in no way dependent on the document this node is part of.
close() - Method in interface org.eclipse.jdt.core.IBuffer
Closes the buffer.
close() - Method in interface org.eclipse.jdt.core.IOpenable
Closes this element and its buffer (if any).
close() - Method in interface org.eclipse.jdt.ui.jarpackager.IJarDescriptionReader
Closes this reader.
close() - Method in interface org.eclipse.jdt.ui.jarpackager.IJarDescriptionWriter
Closes this writer.
close() - Method in class org.eclipse.jdt.ui.jarpackager.JarWriter
Closes the archive and does all required cleanup.
closeArchives() - Static method in class org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation
Deprecated. Closes all zip files that have been opened, and removes them from the zip file cache.
codeComplete(int, ICodeCompletionRequestor) - Method in interface org.eclipse.jdt.core.ICodeAssist
Deprecated. Use ICodeAssist.codeComplete(int, ICompletionRequestor) instead.
codeComplete(int, ICompletionRequestor) - Method in interface org.eclipse.jdt.core.ICodeAssist
Performs code completion at the given offset position in this compilation unit, reporting results to the given completion requestor.
codeComplete(int, CompletionRequestor) - Method in interface org.eclipse.jdt.core.ICodeAssist
DO NOT USE: This API element was added in anticipation of J2SE 1.5 support, which is planned for the next release of Eclipse after 3.0.
codeComplete(int, ICompletionRequestor, WorkingCopyOwner) - Method in interface org.eclipse.jdt.core.ICodeAssist
Performs code completion at the given offset position in this compilation unit, reporting results to the given completion requestor.
codeComplete(int, CompletionRequestor, WorkingCopyOwner) - Method in interface org.eclipse.jdt.core.ICodeAssist
DO NOT USE: This API element was added in anticipation of J2SE 1.5 support, which is planned for the next release of Eclipse after 3.0.
codeComplete(char[], int, int, char[][], char[][], int[], boolean, ICompletionRequestor) - Method in interface org.eclipse.jdt.core.IType
Do code completion inside a code snippet in the context of the current type.
codeComplete(char[], int, int, char[][], char[][], int[], boolean, ICompletionRequestor, WorkingCopyOwner) - Method in interface org.eclipse.jdt.core.IType
Do code completion inside a code snippet in the context of the current type.
codeComplete(String, int, ICompletionRequestor) - Method in interface org.eclipse.jdt.core.eval.IEvaluationContext
Performs a code completion at the given position in the given code snippet, reporting results to the given completion requestor.
codeComplete(String, int, ICompletionRequestor, WorkingCopyOwner) - Method in interface org.eclipse.jdt.core.eval.IEvaluationContext
Performs a code completion at the given position in the given code snippet, reporting results to the given completion requestor.
codeComplete(String, int, ICodeCompletionRequestor) - Method in interface org.eclipse.jdt.core.eval.IEvaluationContext
Deprecated. - use codeComplete(String, int, ICompletionRequestor) instead
codeSelect(int, int) - Method in interface org.eclipse.jdt.core.ICodeAssist
Returns the Java elements correspondiing to the given selected text in this compilation unit.
codeSelect(int, int, WorkingCopyOwner) - Method in interface org.eclipse.jdt.core.ICodeAssist
Returns the Java elements correspondiing to the given selected text in this compilation unit.
codeSelect(String, int, int) - Method in interface org.eclipse.jdt.core.eval.IEvaluationContext
Resolves and returns a collection of Java elements corresponding to the source code at the given positions in the given code snippet.
codeSelect(String, int, int, WorkingCopyOwner) - Method in interface org.eclipse.jdt.core.eval.IEvaluationContext
Resolves and returns a collection of Java elements corresponding to the source code at the given positions in the given code snippet.
collectRequiredProjects(IJavaProject, ArrayList) - Static method in class org.eclipse.jdt.launching.sourcelookup.JavaSourceLocator
Deprecated. Adds all projects required by proj to the list res
combineVmArgs(VMRunnerConfiguration, IVMInstall) - Method in class org.eclipse.jdt.launching.AbstractVMRunner
Combines and returns VM arguments specified by the runner configuration, with those specified by the VM install, if any.
commit(boolean, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IWorkingCopy
Deprecated. Commits the contents of this working copy to its original element and underlying resource, bringing the Java model up-to-date with the current contents of the working copy.
commit(IDocument, IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.DocumentChange
Commits the document acquired via a call to aquireDocument. It is up to the implementors of this method to decide what committing a document means. Typically, the content of the document is written back to the file system.
commit(IDocument, IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.TextChange
Commits the document acquired via a call to aquireDocument.
commit(IDocument, IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.TextFileChange
Commits the document acquired via a call to aquireDocument. It is up to the implementors of this method to decide what committing a document means. Typically, the content of the document is written back to the file system.
commitWorkingCopy(boolean, IProgressMonitor) - Method in interface org.eclipse.jdt.core.ICompilationUnit
Commits the contents of this working copy to its underlying resource.
compare(Viewer, Object, Object) - Method in class org.eclipse.jdt.ui.JavaElementSorter
 
compareWith(char[], char[]) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Compares the contents of the two arrays array and prefix.
compilationUnit - Variable in class org.eclipse.jdt.core.CorrectionEngine
This field is not intended to be used by client.
completionFailure(IProblem) - Method in class org.eclipse.jdt.core.CompletionRequestor
Notification of failure to produce any completions.
completionRequestor - Variable in class org.eclipse.jdt.core.CorrectionEngine
This field is not intended to be used by client.
computeAdornmentFlags(Object) - Method in class org.eclipse.jdt.ui.OverrideIndicatorLabelDecorator
Note: This method is for internal use only.
computeAdornmentFlags(Object) - Method in class org.eclipse.jdt.ui.ProblemsLabelDecorator
Note: This method is for internal use only.
computeCompletionProposals(ICompilationUnit, int, int, int) - Method in interface org.eclipse.jdt.ui.text.java.IJavadocCompletionProcessor
Returns the completion proposals based on the specified location within the compilation unit.
computeContextInformation(ICompilationUnit, int) - Method in interface org.eclipse.jdt.ui.text.java.IJavadocCompletionProcessor
Returns information about possible contexts based on the specified location within the compilation unit.
computeCorrections(IMarker, ICompilationUnit, int, ICorrectionRequestor) - Method in class org.eclipse.jdt.core.CorrectionEngine
Performs code correction for the given marker, reporting results to the given correction requestor.
computeCorrections(IProblem, ICompilationUnit, ICorrectionRequestor) - Method in class org.eclipse.jdt.core.CorrectionEngine
Performs code correction for the given IProblem, reporting results to the given correction requestor.
computeDefaultRuntimeClassPath(IJavaProject) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Computes the default application classpath entries for the given project.
computeSourceContainers(ILaunchConfiguration, IProgressMonitor) - Method in class org.eclipse.jdt.launching.sourcelookup.containers.JavaSourcePathComputer
 
computeSuccessorPage() - Method in class org.eclipse.ltk.ui.refactoring.UserInputWizardPage
Triggers the refactoring's condition checking and returns either the error wizard page or a preview page, depending on the outcome of the precondition checking.
computeUnresolvedClasspath(ILaunchConfiguration) - Method in interface org.eclipse.jdt.launching.IRuntimeClasspathProvider
Computes and returns an unresolved classpath for the given launch configuration.
computeUnresolvedClasspath(ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.StandardClasspathProvider
 
computeUnresolvedClasspath(ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.StandardSourcePathProvider
 
computeUnresolvedRuntimeClasspath(IJavaProject) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Computes and returns the default unresolved runtime claspath for the given project.
computeUnresolvedRuntimeClasspath(ILaunchConfiguration) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Computes and returns the unresolved class path for the given launch configuration.
computeUnresolvedSourceLookupPath(ILaunchConfiguration) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Computes and returns the unresolved source lookup path for the given launch configuration.
computeVMInstall(ILaunchConfiguration) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Returns the VM install for the given launch configuration.
concat(char[], char[]) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers the concatenation of the two arrays.
concat(char[], char[], char[]) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers the concatenation of the three arrays.
concat(char[], char[], char) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers the concatenation of the two arrays inserting the separator character between the two arrays.
concat(char[], char, char[], char, char[]) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers the concatenation of the three arrays inserting the sep1 character between the two arrays and sep2 between the last two.
concat(char, char[], char) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers a new array with prepending the prefix character and appending the suffix character at the end of the array.
concatWith(char[], char[][], char) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers the concatenation of the given array parts using the given separator between each part and appending the given name at the end.
concatWith(char[][], char[], char) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers the concatenation of the given array parts using the given separator between each part and appending the given name at the end.
concatWith(char[][], char) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers the concatenation of the given array parts using the given separator between each part.
concatenate(Object[], Object[]) - Static method in class org.eclipse.jdt.ui.StandardJavaElementContentProvider
Note: This method is for internal use only.
configureContainerEntry(Shell, IClasspathEntry, IJavaProject, IClasspathEntry[]) - Static method in class org.eclipse.jdt.ui.wizards.BuildPathDialogAccess
Shows the UI to configure a classpath container classpath entry.
configureExternalJAREntry(Shell, IPath) - Static method in class org.eclipse.jdt.ui.wizards.BuildPathDialogAccess
Shows the UI to configure an external JAR or ZIP archive.
configureJAREntry(Shell, IPath, IPath[]) - Static method in class org.eclipse.jdt.ui.wizards.BuildPathDialogAccess
Shows the UI to configure a JAR or ZIP archive located in the workspace.
configureJavaElementMarker(IMarker, IJavaElement) - Method in class org.eclipse.jdt.core.JavaCore
Configures the given marker for the given Java element.
configureJavaProject(IProgressMonitor) - Method in class org.eclipse.jdt.ui.wizards.JavaCapabilityConfigurationPage
Adds the Java nature to the project (if not set yet) and configures the build classpath.
configureJavadocLocation(Shell, String, URL) - Static method in class org.eclipse.jdt.ui.wizards.BuildPathDialogAccess
Shows the UI for configuring a javadoc location.
configureSourceAttachment(Shell, IClasspathEntry) - Static method in class org.eclipse.jdt.ui.wizards.BuildPathDialogAccess
Shows the UI for configuring source attachments.
configureVariableEntry(Shell, IPath, IPath[]) - Static method in class org.eclipse.jdt.ui.wizards.BuildPathDialogAccess
Shows the UI for configuring a variable classpath entry.
connect(Map, IProgressMonitor, ILaunch) - Method in interface org.eclipse.jdt.launching.IVMConnector
Establishes a JDI connection with a debuggable VM using the arguments specified in the given map, contributing results (debug targets and processes), to the given launch.
connect(IEditorInput) - Method in interface org.eclipse.jdt.ui.IWorkingCopyManager
Connects the given editor input to this manager.
constructCUContent(ICompilationUnit, String, String) - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Uses the New Java file template from the code template page to generate a compilation unit with the given type content.
containerChanged() - Method in class org.eclipse.jdt.ui.wizards.NewContainerWizardPage
This method is a hook which gets called after the source folder's text input field has changed.
containerChanged() - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
 
contains(IResource) - Method in interface org.eclipse.jdt.core.IJavaModel
Returns whether this Java model contains an IJavaElement whose resource is the given resource or a non-Java resource which is the given resource.
contains(IJavaElement) - Method in interface org.eclipse.jdt.core.IRegion
Returns whether the given element is contained in this region.
contains(IType) - Method in interface org.eclipse.jdt.core.ITypeHierarchy
Returns whether the given type is part of this hierarchy.
contains(char, char[][]) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers true if the array contains an occurrence of character, false otherwise.
contains(char, char[]) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers true if the array contains an occurrence of character, false otherwise.
containsJavaResources() - Method in interface org.eclipse.jdt.core.IPackageFragment
Returns whether this fragment contains at least one Java resource.
contributeToToolBar(IToolBarManager) - Method in class org.eclipse.jdt.ui.actions.MemberFilterActionGroup
Adds the filter actions to the given tool bar
contributeToViewMenu(IMenuManager) - Method in class org.eclipse.jdt.ui.actions.MemberFilterActionGroup
Adds the filter actions to the given menu manager.
convertCompilationUnit(int, CompilationUnitDeclaration, char[], Map, boolean, IProgressMonitor) - Static method in class org.eclipse.jdt.core.dom.AST
Internal method.
convertToRealVM() - Method in class org.eclipse.jdt.launching.VMStandin
If no corresponding 'real' VM exists, create one and populate it from this standin instance.
copy(IJavaElement[], IJavaElement[], IJavaElement[], String[], boolean, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IJavaModel
Copies the given elements to the specified container(s).
copy(IPath, int, int, IClasspathEntry, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IPackageFragmentRoot
Copies the resource of this package fragment root to the destination path as specified by IResource.copy(IPath, int, IProgressMonitor) but excluding nested source folders.
copy(IJavaElement, IJavaElement, String, boolean, IProgressMonitor) - Method in interface org.eclipse.jdt.core.ISourceManipulation
Copies this element to the given container.
copySubtree(AST, ASTNode) - Static method in class org.eclipse.jdt.core.dom.ASTNode
Returns a deep copy of the subtree of AST nodes rooted at the given node.
copySubtrees(AST, List) - Static method in class org.eclipse.jdt.core.dom.ASTNode
Returns a deep copy of the subtrees of AST nodes rooted at the given list of nodes.
correctionEnd - Variable in class org.eclipse.jdt.core.CorrectionEngine
This field is not intended to be used by client.
correctionRequestor - Variable in class org.eclipse.jdt.core.CorrectionEngine
This field is not intended to be used by client.
correctionStart - Variable in class org.eclipse.jdt.core.CorrectionEngine
This field is not intended to be used by client.
create(int, int) - Static method in class org.eclipse.jdt.core.CompletionProposal
Creates a basic completion proposal.
create(String) - Static method in class org.eclipse.jdt.core.JavaCore
Returns the Java model element corresponding to the given handle identifier generated by IJavaElement.getHandleIdentifier(), or null if unable to create the associated element.
create(String, WorkingCopyOwner) - Static method in class org.eclipse.jdt.core.JavaCore
Returns the Java model element corresponding to the given handle identifier generated by IJavaElement.getHandleIdentifier(), or null if unable to create the associated element.
create(IFile) - Static method in class org.eclipse.jdt.core.JavaCore
Returns the Java element corresponding to the given file, or null if unable to associate the given file with a Java element.
create(IFolder) - Static method in class org.eclipse.jdt.core.JavaCore
Returns the package fragment or package fragment root corresponding to the given folder, or null if unable to associate the given folder with a Java element.
create(IProject) - Static method in class org.eclipse.jdt.core.JavaCore
Returns the Java project corresponding to the given project.
create(IResource) - Static method in class org.eclipse.jdt.core.JavaCore
Returns the Java element corresponding to the given resource, or null if unable to associate the given resource with a Java element.
create(IWorkspaceRoot) - Static method in class org.eclipse.jdt.core.JavaCore
Returns the Java model.
create(AST) - Static method in class org.eclipse.jdt.core.dom.rewrite.ASTRewrite
Creates a new instance for describing manipulations of the given AST.
create(JarPackageData) - Method in interface org.eclipse.jdt.ui.jarpackager.IManifestProvider
Creates a manifest as defined by the JarPackage.
create(IJavaProject, String, int) - Static method in class org.eclipse.jdt.ui.refactoring.RenameSupport
Creates a new rename support for the given IJavaProject.
create(IPackageFragmentRoot, String) - Static method in class org.eclipse.jdt.ui.refactoring.RenameSupport
Creates a new rename support for the given IPackageFragmentRoot.
create(IPackageFragment, String, int) - Static method in class org.eclipse.jdt.ui.refactoring.RenameSupport
Creates a new rename support for the given IPackageFragment.
create(ICompilationUnit, String, int) - Static method in class org.eclipse.jdt.ui.refactoring.RenameSupport
Creates a new rename support for the given ICompilationUnit.
create(IType, String, int) - Static method in class org.eclipse.jdt.ui.refactoring.RenameSupport
Creates a new rename support for the given IType.
create(IMethod, String, int) - Static method in class org.eclipse.jdt.ui.refactoring.RenameSupport
Creates a new rename support for the given IMethod.
create(IField, String, int) - Static method in class org.eclipse.jdt.ui.refactoring.RenameSupport
Creates a new rename support for the given IField.
create(IStatus) - Static method in class org.eclipse.ltk.core.refactoring.RefactoringStatus
Creates a new RefactorngStatus from the given IStatus.
createAST(IProgressMonitor) - Method in class org.eclipse.jdt.core.dom.ASTParser
Creates an abstract syntax tree.
createAlignmentValue(boolean, int, int) - Static method in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
Create a new alignment value according to the given values.
createAndPattern(SearchPattern, SearchPattern) - Static method in class org.eclipse.jdt.core.search.SearchPattern
Returns a search pattern that combines the given two patterns into an "and" pattern.
createArraySignature(char[], int) - Static method in class org.eclipse.jdt.core.Signature
Creates a new type signature with the given amount of array nesting added to the given type signature.
createArraySignature(String, int) - Static method in class org.eclipse.jdt.core.Signature
Creates a new type signature with the given amount of array nesting added to the given type signature.
createBuffer(IOpenable) - Method in interface org.eclipse.jdt.core.IBufferFactory
Deprecated. Creates a buffer for the given owner.
createBuffer(ICompilationUnit) - Method in class org.eclipse.jdt.core.WorkingCopyOwner
Creates a buffer for the given working copy.
createButton(Composite, RuntimeClasspathAction) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaClasspathTab
Creates a button for the given action.
createChange(IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.Refactoring
Creates a Change object that performs the actual workspace transformation.
createChange(IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.participants.ProcessorBasedRefactoring
Creates a Change object that performs the actual workspace transformation.
createChange(IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.participants.RefactoringParticipant
Creates a Changeobject that contains the workspace modifications of this participant.
createChange(IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.participants.RefactoringProcessor
Creates a Change object describing the workspace modifications the processor contributes to the overall refactoring.
createCharArrayTypeSignature(char[], boolean) - Static method in class org.eclipse.jdt.core.Signature
Creates a new type signature from the given type name encoded as a character array.
createClass() - Method in class org.eclipse.jdt.core.jdom.DOMFactory
Deprecated.  
createClass() - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Deprecated. Creates a default type document fragment.
createClassFileFrom(IFile) - Static method in class org.eclipse.jdt.core.JavaCore
Creates and returns a class file element for the given .class file.
createClassPrepareBreakpoint(IResource, String, int, int, int, boolean, Map) - Static method in class org.eclipse.jdt.debug.core.JDIDebugModel
Creates and returns a class prepare breakpoint for a type with the given name.
createCodeFormatter() - Static method in class org.eclipse.jdt.core.ToolFactory
Deprecated. - should use #createCodeFormatter(Map) instead. Extension point is discontinued
createCodeFormatter(Map) - Static method in class org.eclipse.jdt.core.ToolFactory
Create an instance of the built-in code formatter.
createCompilationUnit(String, String, boolean, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IPackageFragment
Creates and returns a compilation unit in this package fragment with the specified name and contents.
createCompilationUnit() - Method in class org.eclipse.jdt.core.jdom.DOMFactory
Deprecated.  
createCompilationUnit(char[], String) - Method in class org.eclipse.jdt.core.jdom.DOMFactory
Deprecated.  
createCompilationUnit(String, String) - Method in class org.eclipse.jdt.core.jdom.DOMFactory
Deprecated.  
createCompilationUnit() - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Deprecated. Creates and return an empty JDOM.
createCompilationUnit(char[], String) - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Deprecated. Creates a JDOM on the given source code.
createCompilationUnit(String, String) - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Deprecated. Creates a JDOM on the given source code.
createCompilationUnitFrom(IFile) - Static method in class org.eclipse.jdt.core.JavaCore
Creates and returns a compilation unit element for the given .java file.
createContainerControls(Composite, int) - Method in class org.eclipse.jdt.ui.wizards.NewContainerWizardPage
Creates the necessary controls (label, text field and browse button) to edit the source folder location.
createControl(Composite) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.AppletMainTab
 
createControl(Composite) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.AppletParametersTab
 
createControl(Composite) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaArgumentsTab
 
createControl(Composite) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaClasspathTab
 
createControl(Composite) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaConnectTab
 
createControl(Composite) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaJRETab
 
createControl(Composite) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaMainTab
 
createControl(Composite) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaSourceLookupTab
Deprecated.  
createControl(Composite) - Method in interface org.eclipse.jdt.ui.text.folding.IJavaFoldingPreferenceBlock
Creates the control that will be displayed on the Java > Editor > Folding preference page.
createControl(Composite) - Method in class org.eclipse.jdt.ui.wizards.JavaCapabilityConfigurationPage
 
createControl(Composite) - Method in class org.eclipse.jdt.ui.wizards.NewClassWizardPage
 
createControl(Composite) - Method in class org.eclipse.jdt.ui.wizards.NewInterfaceWizardPage
 
createControl(Composite) - Method in class org.eclipse.jdt.ui.wizards.NewJavaProjectWizardPage
 
createControl(Composite) - Method in class org.eclipse.jdt.ui.wizards.NewPackageWizardPage
 
createControl(Composite) - Method in interface org.eclipse.ltk.ui.refactoring.IChangePreviewViewer
Creates the preview viewer's widget hierarchy.
createControl(Composite) - Method in interface org.eclipse.ltk.ui.refactoring.IStatusContextViewer
Creates the status viewer's widget hierarchy.
createControl(Composite) - Method in class org.eclipse.ltk.ui.refactoring.TextStatusContextViewer
Creates the status viewer's widget hierarchy. This method is only called once. Method getControl() should be used to retrieve the widget hierarchy.
createCopyTarget(ASTNode) - Method in class org.eclipse.jdt.core.dom.rewrite.ASTRewrite
Creates and returns a placeholder node for a true copy of the given node.
createCopyTarget(ASTNode, ASTNode) - Method in class org.eclipse.jdt.core.dom.rewrite.ListRewrite
Creates and returns a placeholder node for a true copy of a range of nodes of the current list.
createDefault(String) - Method in interface org.eclipse.jdt.ui.jarpackager.IManifestProvider
Creates a default manifest.
createDefaultClassFileBytesDisassembler() - Static method in class org.eclipse.jdt.core.ToolFactory
Create a classfile bytecode disassembler, able to produce a String representation of a given classfile.
createDefaultClassFileDisassembler() - Static method in class org.eclipse.jdt.core.ToolFactory
Deprecated. - should use factory method creating ClassFileBytesDisassembler instead
createDefaultClassFileReader(String, int) - Static method in class org.eclipse.jdt.core.ToolFactory
Create a default classfile reader, able to expose the internal representation of a given classfile according to the decoding flag used to initialize the reader.
createDefaultClassFileReader(IClassFile, int) - Static method in class org.eclipse.jdt.core.ToolFactory
Create a classfile reader onto a classfile Java element.
createDefaultClassFileReader(String, String, int) - Static method in class org.eclipse.jdt.core.ToolFactory
Create a default classfile reader, able to expose the internal representation of a given classfile according to the decoding flag used to initialize the reader.
createDefaultCodeFormatter(Map) - Static method in class org.eclipse.jdt.core.ToolFactory
Deprecated. - use #createCodeFormatter(Map) instead
createDialogArea(Composite) - Method in class org.eclipse.jdt.debug.ui.JavaSourceLookupDialog
Deprecated.  
createDocumentPartitioner() - Method in class org.eclipse.jdt.ui.text.JavaTextTools
Factory method for creating a Java-specific document partitioner using this object's partitions scanner.
createEnclosingTypeControls(Composite, int) - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Creates the controls for the enclosing type name field.
createErrorStatus(String) - Static method in class org.eclipse.ltk.core.refactoring.RefactoringStatus
Creates a new RefactorngStatus with one ERROR entry filled with the given message.
createErrorStatus(String, RefactoringStatusContext) - Static method in class org.eclipse.ltk.core.refactoring.RefactoringStatus
Creates a RefactorngStatus with one ERROR entry fill with the given message and context.
createExceptionBreakpoint(IResource, String, boolean, boolean, boolean, boolean, Map) - Static method in class org.eclipse.jdt.debug.core.JDIDebugModel
Creates and returns an exception breakpoint for an exception with the given name.
createFatalErrorStatus(String) - Static method in class org.eclipse.ltk.core.refactoring.RefactoringStatus
Creates a new RefactorngStatus with one FATAL entry filled with the given message.
createFatalErrorStatus(String, RefactoringStatusContext) - Static method in class org.eclipse.ltk.core.refactoring.RefactoringStatus
Creates a RefactorngStatus with one FATAL entry fill with the given message and context.
createField(String, IJavaElement, boolean, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IType
Creates and returns a field in this type with the given contents.
createField() - Method in class org.eclipse.jdt.core.jdom.DOMFactory
Deprecated.  
createField(String) - Method in class org.eclipse.jdt.core.jdom.DOMFactory
Deprecated.  
createField() - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Deprecated. Creates a default field document fragment.
createField(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Deprecated. Creates a field document fragment on the given source code.
createHierarchyScope(IType) - Static method in class org.eclipse.jdt.core.search.SearchEngine
Returns a Java search scope limited to the hierarchy of the given type.
createHierarchyScope(IType, WorkingCopyOwner) - Static method in class org.eclipse.jdt.core.search.SearchEngine
Returns a Java search scope limited to the hierarchy of the given type.
createImport(String, IJavaElement, IProgressMonitor) - Method in interface org.eclipse.jdt.core.ICompilationUnit
Creates and returns an non-static import declaration in this compilation unit with the given name.
createImport(String, IJavaElement, int, IProgressMonitor) - Method in interface org.eclipse.jdt.core.ICompilationUnit
Creates and returns an import declaration in this compilation unit with the given name.
createImport() - Method in class org.eclipse.jdt.core.jdom.DOMFactory
Deprecated.  
createImport(String) - Method in class org.eclipse.jdt.core.jdom.DOMFactory
Deprecated.  
createImport() - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Deprecated. Creates an empty import document fragment.
createImport(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Deprecated. Creates an import document fragment on the given source code.
createInfoStatus(String) - Static method in class org.eclipse.ltk.core.refactoring.RefactoringStatus
Creates a new RefactorngStatus with one INFO entry filled with the given message.
createInfoStatus(String, RefactoringStatusContext) - Static method in class org.eclipse.ltk.core.refactoring.RefactoringStatus
Creates a new RefactorngStatus with one INFO entry filled with the given message and context.
createInheritedMethods(IType, boolean, boolean, NewTypeWizardPage.ImportsManager, IProgressMonitor) - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Creates the bodies of all unimplemented methods and constructors and adds them to the type.
createInheritedMethods(IType, boolean, boolean, IImportsStructure, IProgressMonitor) - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Deprecated. Use createInheritedMethods(IType,boolean,boolean,IImportsManager,IProgressMonitor)
createInitializer(String, IJavaElement, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IType
Creates and returns a static initializer in this type with the given contents.
createInitializer() - Method in class org.eclipse.jdt.core.jdom.DOMFactory
Deprecated.  
createInitializer(String) - Method in class org.eclipse.jdt.core.jdom.DOMFactory
Deprecated.  
createInitializer() - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Deprecated. Creates an empty initializer document fragment.
createInitializer(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Deprecated. Creates an initializer document fragment from the given source code.
createInstance(Class) - Method in class org.eclipse.jdt.core.dom.AST
Creates an unparented node of the given node class (non-abstract subclass of ASTNode).
createInstance(int) - Method in class org.eclipse.jdt.core.dom.AST
Creates an unparented node of the given node type.
createInterface() - Method in class org.eclipse.jdt.core.jdom.DOMFactory
Deprecated.  
createInterface() - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Deprecated. Creates a default type document fragment.
createJarDescriptionReader(InputStream) - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
Creates and returns a JAR package data description reader for this JAR package data object.
createJarDescriptionWriter(OutputStream) - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
Creates and returns a JAR package data description writer for this JAR package data object.
createJarExportRunnable(Shell) - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
Creates and returns a JarExportRunnable.
createJarExportRunnable(JarPackageData[], Shell) - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
Creates and returns a JarExportRunnable for a list of JAR package data objects.
createJarPackageFragmentRootFrom(IFile) - Static method in class org.eclipse.jdt.core.JavaCore
Creates and returns a handle for the given JAR file.
createJarWriter(Shell) - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
Creates and returns a JarWriter for this JAR package.
createJavaSearchScope(IResource[]) - Static method in class org.eclipse.jdt.core.search.SearchEngine
Deprecated. Use SearchEngine.createJavaSearchScope(IJavaElement[]) instead.
createJavaSearchScope(IJavaElement[]) - Static method in class org.eclipse.jdt.core.search.SearchEngine
Returns a Java search scope limited to the given Java elements.
createJavaSearchScope(IJavaElement[], boolean) - Static method in class org.eclipse.jdt.core.search.SearchEngine
Returns a Java search scope limited to the given Java elements.
createJavaSearchScope(IJavaElement[], int) - Static method in class org.eclipse.jdt.core.search.SearchEngine
Returns a Java search scope limited to the given Java elements.
createJob(IJavaElement) - Method in class org.eclipse.jdt.ui.actions.FindDeclarationsAction
 
createJob(IJavaElement) - Method in class org.eclipse.jdt.ui.actions.FindDeclarationsInProjectAction
 
createJob(IJavaElement) - Method in class org.eclipse.jdt.ui.actions.FindDeclarationsInWorkingSetAction
 
createJob(IJavaElement) - Method in class org.eclipse.jdt.ui.actions.FindImplementorsInProjectAction
 
createJob(IJavaElement) - Method in class org.eclipse.jdt.ui.actions.FindImplementorsInWorkingSetAction
 
createJob(IJavaElement) - Method in class org.eclipse.jdt.ui.actions.FindReferencesInProjectAction
 
createJob(IJavaElement) - Method in class org.eclipse.jdt.ui.actions.FindReferencesInWorkingSetAction
 
createJob(IJavaElement) - Method in class org.eclipse.jdt.ui.actions.FindWriteReferencesInProjectAction
 
createLineBreakpoint(IResource, String, int, int, int, int, boolean, Map) - Static method in class org.eclipse.jdt.debug.core.JDIDebugModel
Creates and returns a line breakpoint in the type with the given name, at the given line number.
createMainTypeDialog(Shell, IRunnableContext, IJavaSearchScope, int, boolean, String) - Static method in class org.eclipse.jdt.ui.JavaUI
Creates a selection dialog that lists all types in the given scope containing a standard main method.
createMainTypeDialog(Shell, IRunnableContext, IJavaSearchScope, int, boolean) - Static method in class org.eclipse.jdt.ui.JavaUI
Creates a selection dialog that lists all types in the given scope containing a standard main method.
createMethod(String, IJavaElement, boolean, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IType
Creates and returns a method or constructor in this type with the given contents.
createMethod() - Method in class org.eclipse.jdt.core.jdom.DOMFactory
Deprecated.  
createMethod(String) - Method in class org.eclipse.jdt.core.jdom.DOMFactory
Deprecated.  
createMethod() - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Deprecated. Creates a default method document fragment.
createMethod(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Deprecated. Creates a method document fragment on the given source code.
createMethodBreakpoint(IResource, String, String, String, boolean, boolean, boolean, int, int, int, int, boolean, Map) - Static method in class org.eclipse.jdt.debug.core.JDIDebugModel
Creates and returns a method breakpoint with the specified criteria.
createMethodEntryBreakpoint(IResource, String, String, String, int, int, int, int, boolean, Map) - Static method in class org.eclipse.jdt.debug.core.JDIDebugModel
Creates and returns a method entry breakpoint with the specified criteria.
createMethodSignature(char[][], char[]) - Static method in class org.eclipse.jdt.core.Signature
Creates a method signature from the given parameter and return type signatures.
createMethodSignature(String[], String) - Static method in class org.eclipse.jdt.core.Signature
Creates a method signature from the given parameter and return type signatures.
createModifierControls(Composite, int) - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Creates the controls for the modifiers radio/checkbox buttons.
createMoveTarget(ASTNode) - Method in class org.eclipse.jdt.core.dom.rewrite.ASTRewrite
Creates and returns a placeholder node for the new locations of the given node.
createOperation(Shell) - Method in class org.eclipse.ltk.ui.refactoring.RedoRefactoringAction
 
createOperation(Shell) - Method in class org.eclipse.ltk.ui.refactoring.UndoRefactoringAction
 
createOrPattern(SearchPattern, SearchPattern) - Static method in class org.eclipse.jdt.core.search.SearchPattern
Returns a search pattern that combines the given two patterns into an "or" pattern.
createOrSearchPattern(ISearchPattern, ISearchPattern) - Static method in class org.eclipse.jdt.core.search.SearchEngine
Deprecated. Use SearchPattern.createOrPattern(SearchPattern, SearchPattern) instead.
createPackage() - Method in class org.eclipse.jdt.core.jdom.DOMFactory
Deprecated.  
createPackage(String) - Method in class org.eclipse.jdt.core.jdom.DOMFactory
Deprecated.  
createPackage() - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Deprecated. Creates an empty package document fragment.
createPackage(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Deprecated. Creates a package document fragment on the given source code.
createPackage(IProgressMonitor) - Method in class org.eclipse.jdt.ui.wizards.NewPackageWizardPage
Creates the new package using the entered field values.
createPackageControls(Composite, int) - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Creates the controls for the package name field.
createPackageDeclaration(String, IProgressMonitor) - Method in interface org.eclipse.jdt.core.ICompilationUnit
Creates and returns a package declaration in this compilation unit with the given package name.
createPackageDialog(Shell, IJavaProject, int, String) - Static method in class org.eclipse.jdt.ui.JavaUI
Creates a selection dialog that lists all packages of the given Java project.
createPackageDialog(Shell, IJavaProject, int) - Static method in class org.eclipse.jdt.ui.JavaUI
Creates a selection dialog that lists all packages of the given Java project.
createPackageDialog(Shell, IPackageFragmentRoot, String) - Static method in class org.eclipse.jdt.ui.JavaUI
Creates a selection dialog that lists all packages under the given package fragment root.
createPackageDialog(Shell, IPackageFragmentRoot) - Static method in class org.eclipse.jdt.ui.JavaUI
Creates a selection dialog that lists all packages under the given package fragment root.
createPackageFragment(String, boolean, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IPackageFragmentRoot
Creates and returns a package fragment in this root with the given dot-separated package name.
createPathButtons(Composite) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaClasspathTab
Creates the buttons to manipulate the classpath.
createPattern(String, int, int, int) - Static method in class org.eclipse.jdt.core.search.SearchPattern
Returns a search pattern based on a given string pattern.
createPattern(IJavaElement, int) - Static method in class org.eclipse.jdt.core.search.SearchPattern
Returns a search pattern based on a given Java element.
createPatternBreakpoint(IResource, String, String, int, int, int, int, boolean, Map) - Static method in class org.eclipse.jdt.debug.core.JDIDebugModel
Deprecated. use createStratumBreakpoint instead
createProject(IProject, IPath, IProgressMonitor) - Static method in class org.eclipse.jdt.ui.wizards.JavaCapabilityConfigurationPage
Helper method to create and open a IProject .
createRefactoring(ICompilationUnit, ITextSelection) - Method in class org.eclipse.jdt.ui.actions.InlineTempAction
Note: this method is for internal use only.
createRefactoringStatusDialog(RefactoringStatus, Shell, String, boolean) - Static method in class org.eclipse.ltk.ui.refactoring.RefactoringUI
Creates a dialog to present a RefactoringStatus to the user.
createScanner(boolean, boolean, boolean, boolean) - Static method in class org.eclipse.jdt.core.ToolFactory
Create a scanner, indicating the level of detail requested for tokenizing.
createScanner(boolean, boolean, boolean, String) - Static method in class org.eclipse.jdt.core.ToolFactory
Create a scanner, indicating the level of detail requested for tokenizing.
createSearchPattern(String, int, int, boolean) - Static method in class org.eclipse.jdt.core.search.SearchEngine
Deprecated. Use SearchPattern.createPattern(String, int, int, int) instead.
createSearchPattern(IJavaElement, int) - Static method in class org.eclipse.jdt.core.search.SearchEngine
Deprecated. Use SearchPattern.createPattern(IJavaElement, int) instead.
createSeparator(Composite, int) - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Creates a separator line.
createSourceContainers() - Method in class org.eclipse.jdt.launching.sourcelookup.containers.ClasspathContainerSourceContainer
 
createSourceContainers() - Method in class org.eclipse.jdt.launching.sourcelookup.containers.ClasspathVariableSourceContainer
 
createSourceContainers() - Method in class org.eclipse.jdt.launching.sourcelookup.containers.JavaProjectSourceContainer
 
createSourceViewer(Composite) - Method in class org.eclipse.ltk.ui.refactoring.TextStatusContextViewer
Hook to create the source viewer used to present the textual context information.
createStatus(int, String, RefactoringStatusContext, String, int, Object) - Static method in class org.eclipse.ltk.core.refactoring.RefactoringStatus
Creates a new RefactoringStatus with one entry filled with the given arguments.
createStratumBreakpoint(IResource, String, String, String, String, int, int, int, int, boolean, Map) - Static method in class org.eclipse.jdt.debug.core.JDIDebugModel
Creates and returns a line breakpoint identified by its source file name and/or path, and stratum that it is relative to.
createStringPlaceholder(String, int) - Method in class org.eclipse.jdt.core.dom.rewrite.ASTRewrite
Creates and returns a placeholder node for a source string that is to be inserted into the output document at the position corresponding to the placeholder.
createSuperClassControls(Composite, int) - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Creates the controls for the superclass name field.
createSuperInterfacesControls(Composite, int) - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Creates the controls for the superclass name field.
createTargetPatternBreakpoint(IResource, String, int, int, int, int, boolean, Map) - Static method in class org.eclipse.jdt.debug.core.JDIDebugModel
Creates and returns a target pattern breakpoint for the given resource at the given line number.
createType(String, IJavaElement, boolean, IProgressMonitor) - Method in interface org.eclipse.jdt.core.ICompilationUnit
Creates and returns a type in this compilation unit with the given contents.
createType(String, IJavaElement, boolean, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IType
Creates and returns a type in this type with the given contents.
createType() - Method in class org.eclipse.jdt.core.jdom.DOMFactory
Deprecated.  
createType(String) - Method in class org.eclipse.jdt.core.jdom.DOMFactory
Deprecated.  
createType() - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Deprecated. Creates a default type document fragment.
createType(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Deprecated. Creates a type document fragment on the given source code.
createType(IProgressMonitor) - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Creates the new type using the entered field values.
createTypeDialog(Shell, IRunnableContext, IJavaSearchScope, int, boolean, String) - Static method in class org.eclipse.jdt.ui.JavaUI
Creates a selection dialog that lists all types in the given scope.
createTypeDialog(Shell, IRunnableContext, IJavaSearchScope, int, boolean) - Static method in class org.eclipse.jdt.ui.JavaUI
Creates a selection dialog that lists all types in the given scope.
createTypeDialog(Shell, IRunnableContext, IProject, int, boolean) - Static method in class org.eclipse.jdt.ui.JavaUI
Creates a selection dialog that lists all types in the given project.
createTypeMembers(IType, NewTypeWizardPage.ImportsManager, IProgressMonitor) - Method in class org.eclipse.jdt.ui.wizards.NewClassWizardPage
 
createTypeMembers(IType, NewTypeWizardPage.ImportsManager, IProgressMonitor) - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Hook method that gets called from createType to support adding of unanticipated methods, fields, and inner types to the created type.
createTypeMembers(IType, IImportsStructure, IProgressMonitor) - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Deprecated. Overwrite createTypeMembers(IType, IImportsManager, IProgressMonitor) instead
createTypeNameControls(Composite, int) - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Creates the controls for the type name field.
createTypeSignature(char[], boolean) - Static method in class org.eclipse.jdt.core.Signature
Creates a new type signature from the given type name encoded as a character array.
createTypeSignature(String, boolean) - Static method in class org.eclipse.jdt.core.Signature
Creates a new type signature from the given type name.
createUIAwareChangeOperation(Change) - Static method in class org.eclipse.ltk.ui.refactoring.RefactoringUI
Creates a special perform change operations that knows how to batch undo operations in open editors into one undo object.
createUndoChange(Change[]) - Method in class org.eclipse.ltk.core.refactoring.CompositeChange
Hook to create an undo change.
createUndoChange(UndoEdit) - Method in class org.eclipse.ltk.core.refactoring.DocumentChange
Hook to create an undo change for the given undo edit. This hook gets called while performing the change to construct the corresponding undo change object.
createUndoChange(UndoEdit) - Method in class org.eclipse.ltk.core.refactoring.TextChange
Hook to create an undo change for the given undo edit.
createUndoChange(UndoEdit, ContentStamp) - Method in class org.eclipse.ltk.core.refactoring.TextFileChange
Hook to create an undo change for the given undo edit and content stamp.
createUndoChange(UndoEdit) - Method in class org.eclipse.ltk.core.refactoring.TextFileChange
Hook to create an undo change for the given undo edit. This hook gets called while performing the change to construct the corresponding undo change object.
createUndoChange(UndoEdit, ContentStamp) - Method in class org.eclipse.ltk.core.refactoring.UndoTextFileChange
Hook to create an undo change for the given undo edit.
createUndoManagerListener() - Method in class org.eclipse.ltk.ui.refactoring.RedoRefactoringAction
 
createUndoManagerListener() - Method in class org.eclipse.ltk.ui.refactoring.UndoRefactoringAction
 
createVMArgsBlock() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaArgumentsTab
 
createVMInstall(String) - Method in class org.eclipse.jdt.launching.AbstractVMInstallType
 
createVMInstall(String) - Method in interface org.eclipse.jdt.launching.IVMInstallType
Creates a new instance of this VM Install type.
createWarningStatus(String) - Static method in class org.eclipse.ltk.core.refactoring.RefactoringStatus
Creates a new RefactorngStatus with one WARNING entry filled with the given message.
createWarningStatus(String, RefactoringStatusContext) - Static method in class org.eclipse.ltk.core.refactoring.RefactoringStatus
Creates a RefactorngStatus with one WARNING entry fill with the given message and context.
createWatchpoint(IResource, String, String, int, int, int, int, boolean, Map) - Static method in class org.eclipse.jdt.debug.core.JDIDebugModel
Creates and returns a watchpoint on a field with the given name in a type with the given name.
createWizard(Refactoring) - Method in class org.eclipse.jdt.ui.actions.InlineTempAction
Note: this method is for internal use only.
createWorkingDirBlock() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.AppletArgumentsTab
 
createWorkingDirBlock() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaArgumentsTab
 
createWorkspaceScope() - Static method in class org.eclipse.jdt.core.search.SearchEngine
Returns a Java search scope with the workspace as the only limit.
cycleRisk() - Method in class org.eclipse.jdt.core.dom.ChildListPropertyDescriptor
Returns whether this property is vulnerable to cycles.
cycleRisk() - Method in class org.eclipse.jdt.core.dom.ChildPropertyDescriptor
Returns whether this property is vulnerable to cycles.


 

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.