Eclipse JDT
2.0
A B C D E F G H I J K L M N O P Q R S T U V W X Z _

C

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_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_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_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.
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.
canCreateJar(Shell) - Method in class org.eclipse.jdt.ui.jarpackager.JarWriter
Checks if the JAR file can be overwritten.
canHaveChildren() - Method in interface org.eclipse.jdt.core.jdom.IDOMNode
Returns whether this node is allowed to have children.
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
 
CASE_INSENSITIVE - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
The search pattern ignores cases in the search result.
CASE_SENSITIVE - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
The search pattern matches the search result only if cases are the same.
CAST_EXPRESSION - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type CastExpression.
CastExpression - class org.eclipse.jdt.core.dom.CastExpression.
Cast expression AST node type.
CASTORE - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
CATCH_CLAUSE - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type CatchClause.
CatchClause - class org.eclipse.jdt.core.dom.CatchClause.
Catch clause AST node type.
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
 
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.
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.
CharacterLiteral - class org.eclipse.jdt.core.dom.CharacterLiteral.
Character literal nodes.
charValue() - Method in class org.eclipse.jdt.core.dom.CharacterLiteral
Returns the value of this literal node.
CHECKCAST - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
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.
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.
CLASS - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
The searched element is a class.
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.
CLASSES - Static variable in class org.eclipse.jdt.core.CorrectionEngine
This field is not intended to be used by client.
ClassExtendFinalClass - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
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.
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.
CLASSPATH_FILE_FORMAT - Static variable in interface org.eclipse.jdt.core.IJavaModelMarker
Classpath file format marker attribute (value "classpathFileFormat").
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.
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.
CLEAR_ALL - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option value.
clearJREComboBoxEntry() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaJRETab
Convenience method to remove any selection in the JRE combo box
clone() - Method in interface org.eclipse.jdt.core.jdom.IDOMNode
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.IOpenable
Closes this element and its buffer (if any).
close() - Method in interface org.eclipse.jdt.core.IBuffer
Closes the buffer.
close() - Method in class org.eclipse.jdt.ui.jarpackager.JarWriter
Closes the archive and does all required cleanup.
close() - Method in interface org.eclipse.jdt.ui.jarpackager.IJarDescriptionWriter
Closes this writer.
close() - Method in interface org.eclipse.jdt.ui.jarpackager.IJarDescriptionReader
Closes this reader.
closeArchives() - Static method in class org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation
Closes all zip files that have been opened, and removes them from the zip file cache.
CODE - Static variable in interface org.eclipse.jdt.core.util.IAttributeNamesConstants
 
CODE_SNIPPET - Static variable in interface org.eclipse.jdt.core.eval.ICodeSnippetRequestor
Indicates a compilation problem related to a code snippet.
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 milli seconds.
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_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_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_IMPLICIT_QUALIFICATION - 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 for parameter hints.
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_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_VISIBILITY_CHECK - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option ID.
CodeCannotBeReached - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
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(int, ICodeCompletionRequestor) - Method in interface org.eclipse.jdt.core.ICodeAssist
Deprecated. - use 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(String, int, ICodeCompletionRequestor) - Method in interface org.eclipse.jdt.core.eval.IEvaluationContext
Deprecated. - use codeComplete(String, int, ICompletionRequestor) instead
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.
CODEGEN__FILE_COMMENTS - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls if a file comment gets added to newly created files.
CODEGEN__JAVADOC_STUBS - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A name preference that controls if a JavaDoc stub gets added to newly created types and methods.
CODEGEN__NON_JAVADOC_COMMENTS - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls if a non-javadoc comment gets added to methods generated via the "Override Methods" operation.
CODEGEN_GETTERSETTER_PREFIX - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that holds a list of prefixes to be removed from a local variable to compute setter and gettter names.
CODEGEN_GETTERSETTER_SUFFIX - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that holds a list of suffixes to be removed from a local variable to compute setter and getter names.
CODEGEN_USE_GETTERSETTER_PREFIX - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls if prefix removal during setter/getter generation is turned on or off.
CODEGEN_USE_GETTERSETTER_SUFFIX - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls if suffix removal during setter/getter generation is turned on or off.
codeSelect(int, int) - Method in interface org.eclipse.jdt.core.ICodeAssist
Performs code selection on the given selected text in this compilation unit, reporting results to the given selection requestor.
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.
CodeSnippetMissingClass - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
CodeSnippetMissingMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
collectRequiredProjects(IJavaProject, ArrayList) - Static method in class org.eclipse.jdt.launching.sourcelookup.JavaSourceLocator
Adds all projects required by proj to the list res
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 - 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").
commit(boolean, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IWorkingCopy
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.
COMPACT - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option value.
compare(Viewer, Object, Object) - Method in class org.eclipse.jdt.ui.JavaElementSorter
 
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
Node type constant indicating a compilation unit.
CompilationUnit - class org.eclipse.jdt.core.dom.CompilationUnit.
Java compilation unit AST node type.
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_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_DEPRECATION - 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_INVALID_IMPORT - 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_NON_NLS_STRING_LITERAL - 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_SYNTHETIC_ACCESS_EMULATION - 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
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_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.
COMPLEMENT - Static variable in class org.eclipse.jdt.core.dom.PrefixExpression.Operator
Bitwise complement "~" operator.
completionRequestor - Variable in class org.eclipse.jdt.core.CorrectionEngine
This field is not intended to be used by client.
CompletionRequestorAdapter - class org.eclipse.jdt.core.CompletionRequestorAdapter.
Adapter of the requestor interface ICompletionRequestor.
CompletionRequestorAdapter() - Constructor for class org.eclipse.jdt.core.CompletionRequestorAdapter
 
COMPUTE - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option value.
computeAdornmentFlags(Object) - Method in class org.eclipse.jdt.ui.OverrideIndicatorLabelDecorator
Note: This method is for internal use only.
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.
computeUnresolvedClasspath(ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.StandardSourcePathProvider
 
computeUnresolvedClasspath(ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.StandardClasspathProvider
 
computeUnresolvedClasspath(ILaunchConfiguration) - Method in interface org.eclipse.jdt.launching.IRuntimeClasspathProvider
Computes and returns an unresolved classpath for the given launch configuration.
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.
concatenate(Object[], Object[]) - Static method in class org.eclipse.jdt.ui.StandardJavaElementContentProvider
Note: This method is for internal use only.
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.
ConditionalExpression - class org.eclipse.jdt.core.dom.ConditionalExpression.
Conditional expression AST node type.
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.
ConflictingImport - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
connect(IEditorInput) - Method in interface org.eclipse.jdt.ui.IWorkingCopyManager
Connects the given editor input to this manager.
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.
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
 
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.
ConstructorInvocation - class org.eclipse.jdt.core.dom.ConstructorInvocation.
Alternate constructor invocation expression AST node type.
ConstructorRelated - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
CONTAINER - Static variable in interface org.eclipse.jdt.launching.IRuntimeClasspathEntry
Tpye identifier for container entries.
CONTAINER - Static variable in class org.eclipse.jdt.ui.wizards.NewContainerWizardPage
Id of the container field
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.
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.
containsJavaResources() - Method in interface org.eclipse.jdt.core.IPackageFragment
Returns whether this fragment contains at least one Java resource.
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_CONTEXT_INFORMATION - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the edit -> content assist context information action (value "org.eclipse.jdt.ui.edit.text.java.content.assist.context.information").
CONTENT_ASSIST_PROPOSALS - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the edit -> content assist proposal action (value "org.eclipse.jdt.ui.edit.text.java.content.assist.proposals").
CONTINUE_STATEMENT - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type ContinueStatement.
ContinueStatement - class org.eclipse.jdt.core.dom.ContinueStatement.
Continue statement AST node type.
contributeToToolBar(IToolBarManager) - Method in class org.eclipse.jdt.ui.actions.MemberFilterActionGroup
Adds the filter actions to the given tool bar
CONVERT_LINE_DELIMITERS_TO_MAC - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
Source menu: name of standardConvert Line Delimiters ToMac 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").
convertWidthInCharsToPixels(Control, int) - Method in class org.eclipse.jdt.debug.ui.JavaSourceLookupDialog
 
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(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.
CORE_CIRCULAR_CLASSPATH - 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_INCOMPLETE_CLASSPATH - 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").
correctionEnd - Variable in class org.eclipse.jdt.core.CorrectionEngine
This field is not intended to be used by client.
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.
correctionStart - Variable in class org.eclipse.jdt.core.CorrectionEngine
This field is not intended to be used by client.
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.
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.
CREATE_GETTER_SETTER - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the source -> create setter/getter action (value "org.eclipse.jdt.ui.edit.text.java.create.getter.setter").
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(JarPackageData) - Method in interface org.eclipse.jdt.ui.jarpackager.IManifestProvider
Creates a manifest as defined by the JarPackage.
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.
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
Creates a buffer for the given owner.
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 interface org.eclipse.jdt.core.jdom.IDOMFactory
Creates a default type document fragment.
createClass() - Method in class org.eclipse.jdt.core.jdom.DOMFactory
 
createClassFileFrom(IFile) - Static method in class org.eclipse.jdt.core.JavaCore
Creates and returns a class file element for the given .class file.
createCodeFormatter() - Static method in class org.eclipse.jdt.core.ToolFactory
Create an instance of a code formatter.
createCompilationUnit() - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Creates and return an empty JDOM.
createCompilationUnit() - Method in class org.eclipse.jdt.core.jdom.DOMFactory
 
createCompilationUnit(char[], String) - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Creates a JDOM on the given source code.
createCompilationUnit(char[], String) - Method in class org.eclipse.jdt.core.jdom.DOMFactory
 
createCompilationUnit(String, String) - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Creates a JDOM on the given source code.
createCompilationUnit(String, String) - Method in class org.eclipse.jdt.core.jdom.DOMFactory
 
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.
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.JavaSourceLookupTab
 
createControl(Composite) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaMainTab
 
createControl(Composite) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaJRETab
 
createControl(Composite) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaConnectTab
 
createControl(Composite) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaClasspathTab
 
createControl(Composite) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaArgumentsTab
 
createControl(Composite) - Method in class org.eclipse.jdt.ui.wizards.NewPackageWizardPage
 
createControl(Composite) - Method in class org.eclipse.jdt.ui.wizards.NewJavaProjectWizardPage
 
createControl(Composite) - Method in class org.eclipse.jdt.ui.wizards.NewInterfaceWizardPage
 
createControl(Composite) - Method in class org.eclipse.jdt.ui.wizards.NewClassWizardPage
 
createControl(Composite) - Method in class org.eclipse.jdt.ui.wizards.JavaCapabilityConfigurationPage
 
createDefault(String) - Method in interface org.eclipse.jdt.ui.jarpackager.IManifestProvider
Creates a default manifest.
createDefaultClassFileDisassembler() - Static method in class org.eclipse.jdt.core.ToolFactory
Create a classfile bytecode disassembler, able to produce a String representation of a given classfile.
createDefaultClassFileReader(IClassFile, int) - Static method in class org.eclipse.jdt.core.ToolFactory
Create a classfile reader onto a classfile Java element.
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(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
Create an instance of the built-in code formatter.
createDialogArea(Composite) - Method in class org.eclipse.jdt.debug.ui.JavaSourceLookupDialog
 
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.
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.
createField() - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Creates a default field document fragment.
createField() - Method in class org.eclipse.jdt.core.jdom.DOMFactory
 
createField(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Creates a field document fragment on the given source code.
createField(String) - Method in class org.eclipse.jdt.core.jdom.DOMFactory
 
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.
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.
createImport() - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Creates an empty import document fragment.
createImport() - Method in class org.eclipse.jdt.core.jdom.DOMFactory
 
createImport(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Creates an import document fragment on the given source code.
createImport(String) - Method in class org.eclipse.jdt.core.jdom.DOMFactory
 
createImport(String, IJavaElement, IProgressMonitor) - Method in interface org.eclipse.jdt.core.ICompilationUnit
Creates and returns an import declaration in this compilation unit with the given name.
createInheritedMethods(IType, boolean, boolean, IImportsStructure, IProgressMonitor) - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Deprecated. Use createInheritedMethods(IType,boolean,boolean,IImportsManager,IProgressMonitor)
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.
createInitializer() - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Creates an empty initializer document fragment.
createInitializer() - Method in class org.eclipse.jdt.core.jdom.DOMFactory
 
createInitializer(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Creates an initializer document fragment from the given source code.
createInitializer(String) - Method in class org.eclipse.jdt.core.jdom.DOMFactory
 
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.
createInterface() - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Creates a default type document fragment.
createInterface() - Method in class org.eclipse.jdt.core.jdom.DOMFactory
 
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(JarPackageData[], Shell) - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
Creates and returns a JarExportRunnable for a list of JAR package data objects.
createJarExportRunnable(Shell) - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
Creates and returns a JarExportRunnable.
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(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(IResource[]) - Static method in class org.eclipse.jdt.core.search.SearchEngine
Deprecated. Use createJavaSearchScope(IJavaElement[]) instead
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) - 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, 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.
createMethod() - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Creates a default method document fragment.
createMethod() - Method in class org.eclipse.jdt.core.jdom.DOMFactory
 
createMethod(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Creates a method document fragment on the given source code.
createMethod(String) - Method in class org.eclipse.jdt.core.jdom.DOMFactory
 
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.
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/ceckbox buttons.
createOrSearchPattern(ISearchPattern, ISearchPattern) - Static method in class org.eclipse.jdt.core.search.SearchEngine
Returns a search pattern that combines the given two patterns into a "or" pattern.
createPackage() - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Creates an empty package document fragment.
createPackage() - Method in class org.eclipse.jdt.core.jdom.DOMFactory
 
createPackage(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Creates a package document fragment on the given source code.
createPackage(String) - Method in class org.eclipse.jdt.core.jdom.DOMFactory
 
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) - 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, 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, IPackageFragmentRoot) - 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, String) - 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.
createPatternBreakpoint(IResource, String, String, int, int, int, int, boolean, Map) - Static method in class org.eclipse.jdt.debug.core.JDIDebugModel
Creates and returns a pattern breakpoint for the given resource at the given line number, which is installed in all classes whose fully qualified name matches the given pattern.
createRefactoring(ICompilationUnit, ITextSelection) - Method in class org.eclipse.jdt.ui.actions.InlineTempAction
Note: this method is for internal use only.
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.
createSearchPattern(IJavaElement, int) - Static method in class org.eclipse.jdt.core.search.SearchEngine
Returns a search pattern based on a given Java element.
createSearchPattern(String, int, int, boolean) - Static method in class org.eclipse.jdt.core.search.SearchEngine
Returns a search pattern based on a given string pattern.
createSeparator(Composite, int) - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Creates a separator line.
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() - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Creates a default type document fragment.
createType() - Method in class org.eclipse.jdt.core.jdom.DOMFactory
 
createType(IProgressMonitor) - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Creates the new type using the entered field values.
createType(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMFactory
Creates a type document fragment on the given source code.
createType(String) - Method in class org.eclipse.jdt.core.jdom.DOMFactory
 
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(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.
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, 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, 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, IImportsStructure, IProgressMonitor) - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Deprecated. Overwrite createTypeMembers(IType, IImportsManager, IProgressMonitor) instead
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, NewTypeWizardPage.ImportsManager, IProgressMonitor) - Method in class org.eclipse.jdt.ui.wizards.NewClassWizardPage
 
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.
createVMInstall(String) - Method in interface org.eclipse.jdt.launching.IVMInstallType
Creates a new instance of this VM Install type.
createVMInstall(String) - Method in class org.eclipse.jdt.launching.AbstractVMInstallType
 
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.
createWorkspaceScope() - Static method in class org.eclipse.jdt.core.search.SearchEngine
Returns a java search scope with the workspace as the only limit.
CustomFiltersActionGroup - class org.eclipse.jdt.ui.actions.CustomFiltersActionGroup.
Action group to add the filter action to a view part's toolbar menu.
CustomFiltersActionGroup(IViewPart, StructuredViewer) - Constructor for class org.eclipse.jdt.ui.actions.CustomFiltersActionGroup
Creates a new CustomFiltersActionGroup.
CYCLE_DETECTED - Static variable in interface org.eclipse.jdt.core.IJavaModelMarker
Cycle detected marker attribute (value "cycleDetected").

Eclipse JDT
2.0
A B C D E F G H I J K L M N O P Q R S T U V W X Z _
Copyright (c) IBM Corp. and others 2000, 2002. All Rights Reserved.