- JAR_FILE_ENTRY_SEPARATOR - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchScope
-
This constant defines the separator of the resourcePath string of the encloses(String)
method.
- JAR_MIGRATION - Static variable in class org.eclipse.jdt.core.refactoring.descriptors.JavaRefactoringDescriptor
-
Constant describing the jar migration flag (value: 65536
).
- JAR_REFACTORING - Static variable in class org.eclipse.jdt.core.refactoring.descriptors.JavaRefactoringDescriptor
-
Constant describing the jar refactoring flag (value: 524288
).
- JAR_SOURCE_ATTACHMENT - Static variable in class org.eclipse.jdt.core.refactoring.descriptors.JavaRefactoringDescriptor
-
Constant describing the jar source attachment flag (value:
262144
).
- JarPackageData - Class in org.eclipse.jdt.ui.jarpackager
-
Model for a JAR package which stores information used during JAR export and
import.
- JarPackageData() - Constructor for class org.eclipse.jdt.ui.jarpackager.JarPackageData
-
Creates a new Jar Package Data structure
- JarWriter - Class in org.eclipse.jdt.ui.jarpackager
-
- JarWriter(JarPackageData, Shell) - Constructor for class org.eclipse.jdt.ui.jarpackager.JarWriter
-
Deprecated.
Creates an instance which is used to create a JAR based
on the given JarPackage.
- JarWriter2 - Class in org.eclipse.jdt.ui.jarpackager
-
- JarWriter2(JarPackageData, Shell) - Constructor for class org.eclipse.jdt.ui.jarpackager.JarWriter2
-
Deprecated.
Creates an instance which is used to create a JAR based
on the given JarPackage.
- JarWriter3 - Class in org.eclipse.jdt.ui.jarpackager
-
Creates a JAR file for the given JAR package data.
- JarWriter3(JarPackageData, Shell) - Constructor for class org.eclipse.jdt.ui.jarpackager.JarWriter3
-
Creates an instance which is used to create a JAR based
on the given JarPackage.
- JAVA_ANNOTATION - Static variable in interface org.eclipse.jdt.ui.text.IJavaColorConstants
-
- JAVA_BRACKET - Static variable in interface org.eclipse.jdt.ui.text.IJavaColorConstants
-
The color key for brackets in Java code
(value "java_bracket"
).
- JAVA_CHARACTER - Static variable in interface org.eclipse.jdt.ui.text.IJavaPartitions
-
The identifier of the Java character partition content type.
- JAVA_DEFAULT - Static variable in interface org.eclipse.jdt.ui.text.IJavaColorConstants
-
The color key for everything in Java code for which no other color is specified
(value "java_default"
).
- JAVA_DOC - Static variable in interface org.eclipse.jdt.ui.text.IJavaPartitions
-
The identifier of the Javadoc (JLS2: DocumentationComment) partition content type.
- JAVA_FORMATTER - Static variable in class org.eclipse.jdt.core.JavaCore
-
Core option ID: The ID of the formatter to use in formatting operations.
- JAVA_FORMATTER_EXTENSION_POINT_ID - Static variable in class org.eclipse.jdt.core.JavaCore
-
Name of the extension point for contributing a source code formatter
- JAVA_HOME - Static variable in class org.eclipse.jdt.launching.environments.ExecutionEnvironmentDescription
-
Java home property name in an execution environment description file.
- JAVA_KEYWORD - Static variable in interface org.eclipse.jdt.ui.text.IJavaColorConstants
-
The color key for Java keywords in Java code
(value "java_keyword"
).
- JAVA_KEYWORD_RETURN - Static variable in interface org.eclipse.jdt.ui.text.IJavaColorConstants
-
The color key for keyword 'return' in Java code
(value "java_keyword_return"
).
- JAVA_METHOD_NAME - Static variable in interface org.eclipse.jdt.ui.text.IJavaColorConstants
-
- JAVA_MODEL - Static variable in interface org.eclipse.jdt.core.IJavaElement
-
Constant representing a Java model (workspace level object).
- JAVA_MODEL_PROBLEM_MARKER - Static variable in interface org.eclipse.jdt.core.IJavaModelMarker
-
Java model problem marker type (value
"org.eclipse.jdt.core.problem"
).
- JAVA_MULTI_LINE_COMMENT - Static variable in interface org.eclipse.jdt.ui.text.IJavaColorConstants
-
The color key for multi-line comments in Java code
(value "java_multi_line_comment"
).
- JAVA_MULTI_LINE_COMMENT - Static variable in interface org.eclipse.jdt.ui.text.IJavaPartitions
-
The identifier multi-line (JLS2: TraditionalComment) comment partition content type.
- JAVA_OPERATOR - Static variable in interface org.eclipse.jdt.ui.text.IJavaColorConstants
-
The color key for operators in Java code
(value "java_operator"
).
- JAVA_PARTITIONING - Static variable in interface org.eclipse.jdt.ui.text.IJavaPartitions
-
The identifier of the Java partitioning.
- JAVA_PROJECT - Static variable in interface org.eclipse.jdt.core.IJavaElement
-
Constant representing a Java project.
- JAVA_SINGLE_LINE_COMMENT - Static variable in interface org.eclipse.jdt.ui.text.IJavaColorConstants
-
The color key for single-line comments in Java code
(value "java_single_line_comment"
).
- JAVA_SINGLE_LINE_COMMENT - Static variable in interface org.eclipse.jdt.ui.text.IJavaPartitions
-
The identifier of the single-line (JLS2: EndOfLineComment) end comment partition content type.
- JAVA_SNIPPET_EDITOR_CONTEXT_MENU - Static variable in interface org.eclipse.jdt.debug.ui.IJavaDebugUIConstants
-
Java snippet editor context menu identifier (value "#JavaSnippetEditorContext"
).
- JAVA_SNIPPET_EDITOR_RULER_MENU - Static variable in interface org.eclipse.jdt.debug.ui.IJavaDebugUIConstants
-
Java snippet editor ruler menu identifier (value "#JavaSnippetRulerContext"
).
- JAVA_SOURCE_CONTENT_TYPE - Static variable in class org.eclipse.jdt.core.JavaCore
-
Value of the content-type for Java source files.
- JAVA_STRING - Static variable in interface org.eclipse.jdt.ui.text.IJavaColorConstants
-
The color key for string and character literals in Java code
(value "java_string"
).
- JAVA_STRING - Static variable in interface org.eclipse.jdt.ui.text.IJavaPartitions
-
The identifier of the Java string partition content type.
- JAVA_TYPE - Static variable in interface org.eclipse.jdt.ui.text.IJavaColorConstants
-
- JavaAppletLaunchShortcut - Class in org.eclipse.jdt.debug.ui.launchConfigurations
-
Launch shortcut for Java applets.
- JavaAppletLaunchShortcut() - Constructor for class org.eclipse.jdt.debug.ui.launchConfigurations.JavaAppletLaunchShortcut
-
- JavaApplicationLaunchShortcut - Class in org.eclipse.jdt.debug.ui.launchConfigurations
-
Launch shortcut for local Java applications.
- JavaApplicationLaunchShortcut() - Constructor for class org.eclipse.jdt.debug.ui.launchConfigurations.JavaApplicationLaunchShortcut
-
- JavaArgumentsTab - Class in org.eclipse.jdt.debug.ui.launchConfigurations
-
A launch configuration tab that displays and edits program arguments,
VM arguments, and working directory launch configuration attributes.
- JavaArgumentsTab() - Constructor for class org.eclipse.jdt.debug.ui.launchConfigurations.JavaArgumentsTab
-
- JavaBreakpointConditionEditor - Class in org.eclipse.jdt.debug.ui.breakpoints
-
Controls to edit a breakpoint's conditional expression, condition enabled state,
and suspend policy (suspend when condition is true
or when the value of the
conditional expression changes).
- JavaBreakpointConditionEditor() - Constructor for class org.eclipse.jdt.debug.ui.breakpoints.JavaBreakpointConditionEditor
-
Creates a new Java breakpoint condition editor.
- JavaBreakpointConditionEditor(IDialogSettings) - Constructor for class org.eclipse.jdt.debug.ui.breakpoints.JavaBreakpointConditionEditor
-
Creates a new Java breakpoint condition editor with a history drop-down list.
- JavaBreakpointPropertiesRulerActionDelegate - Class in org.eclipse.jdt.debug.ui.actions
-
Action to open a properties dialog on a Java breakpoint from a ruler context menu.
- JavaBreakpointPropertiesRulerActionDelegate() - Constructor for class org.eclipse.jdt.debug.ui.actions.JavaBreakpointPropertiesRulerActionDelegate
-
- JavaCapabilityConfigurationPage - Class in org.eclipse.jdt.ui.wizards
-
Basic wizard page for creating new Java projects.
- JavaCapabilityConfigurationPage() - Constructor for class org.eclipse.jdt.ui.wizards.JavaCapabilityConfigurationPage
-
Creates a wizard page that can be used in a Java project creation wizard.
- JavaClasspathTab - Class in org.eclipse.jdt.debug.ui.launchConfigurations
-
A launch configuration tab that displays and edits the user and
bootstrap classes comprising the classpath launch configuration
attribute.
- JavaClasspathTab() - Constructor for class org.eclipse.jdt.debug.ui.launchConfigurations.JavaClasspathTab
-
Constructor
- JavaConnectTab - Class in org.eclipse.jdt.debug.ui.launchConfigurations
-
A launch configuration tab that displays and edits the project associated
with a remote connection and the connector used to connect to a remote
VM.
- JavaConnectTab() - Constructor for class org.eclipse.jdt.debug.ui.launchConfigurations.JavaConnectTab
-
- JavaContentAssistInvocationContext - Class in org.eclipse.jdt.ui.text.java
-
Describes the context of a content assist invocation in a Java editor.
- JavaContentAssistInvocationContext(ITextViewer, int, IEditorPart) - Constructor for class org.eclipse.jdt.ui.text.java.JavaContentAssistInvocationContext
-
Creates a new context.
- JavaContentAssistInvocationContext(ICompilationUnit) - Constructor for class org.eclipse.jdt.ui.text.java.JavaContentAssistInvocationContext
-
Creates a new context.
- JavaContentAssistInvocationContext(IJavaProject) - Constructor for class org.eclipse.jdt.ui.text.java.JavaContentAssistInvocationContext
-
Creates a new context.
- JavaConventions - Class in org.eclipse.jdt.core
-
Provides methods for checking Java-specific conventions such as name syntax.
- JavaCore - Class in org.eclipse.jdt.core
-
The plug-in runtime class for the Java model plug-in containing the core
(UI-free) support for Java projects.
- JavaCore() - Constructor for class org.eclipse.jdt.core.JavaCore
-
Creates the Java core plug-in.
- JavaDebugUtils - Class in org.eclipse.jdt.debug.ui
-
Utilities for the Java debugger.
- JavaDebugUtils() - Constructor for class org.eclipse.jdt.debug.ui.JavaDebugUtils
-
- Javadoc - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- JAVADOC - Static variable in class org.eclipse.jdt.core.dom.ASTNode
-
Node type constant indicating a node of type
Javadoc
.
- Javadoc - Class in org.eclipse.jdt.core.dom
-
AST node for a Javadoc-style doc comment.
- JAVADOC_BLOCK_TAG - Static variable in class org.eclipse.jdt.core.CompletionProposal
-
Completion is a javadoc block tag.
- JAVADOC_COMMAND - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
-
A named preference that holds the path of the Javadoc command used by the Javadoc creation wizard.
- JAVADOC_DEFAULT - Static variable in interface org.eclipse.jdt.ui.text.IJavaColorConstants
-
The color key for everything in JavaDoc comments for which no other color is specified
(value "java_doc_default"
).
- JAVADOC_FIELD_REF - Static variable in class org.eclipse.jdt.core.CompletionProposal
-
Completion is a link reference to a field in a javadoc text.
- JAVADOC_INLINE_TAG - Static variable in class org.eclipse.jdt.core.CompletionProposal
-
Completion is a javadoc inline tag.
- JAVADOC_KEYWORD - Static variable in interface org.eclipse.jdt.ui.text.IJavaColorConstants
-
The color key for JavaDoc keywords (@foo
) in JavaDoc comments
(value "java_doc_keyword"
).
- JAVADOC_LINK - Static variable in interface org.eclipse.jdt.ui.text.IJavaColorConstants
-
The color key for JavaDoc links ({foo}
) in JavaDoc comments
(value "java_doc_link"
).
- JAVADOC_LOC - Static variable in class org.eclipse.jdt.launching.environments.ExecutionEnvironmentDescription
-
Javadoc location property name in an execution environment description file.
- JAVADOC_LOCATION_ATTRIBUTE_NAME - Static variable in interface org.eclipse.jdt.core.IClasspathAttribute
-
Constant for the name of the javadoc location attribute.
- JAVADOC_METHOD_REF - Static variable in class org.eclipse.jdt.core.CompletionProposal
-
Completion is a link reference to a method in a javadoc text.
- JAVADOC_PARAM_REF - Static variable in class org.eclipse.jdt.core.CompletionProposal
-
Completion is a method argument or a class/method type parameter
in javadoc param tag.
- JAVADOC_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.AnnotationTypeDeclaration
-
The "javadoc" structural property of this node type (child type:
Javadoc
).
- JAVADOC_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.AnnotationTypeMemberDeclaration
-
The "javadoc" structural property of this node type (child type:
Javadoc
).
- JAVADOC_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.EnumConstantDeclaration
-
The "javadoc" structural property of this node type (child type:
Javadoc
).
- JAVADOC_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.EnumDeclaration
-
The "javadoc" structural property of this node type (child type:
Javadoc
).
- JAVADOC_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.FieldDeclaration
-
The "javadoc" structural property of this node type (child type:
Javadoc
).
- JAVADOC_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.Initializer
-
The "javadoc" structural property of this node type (child type:
Javadoc
).
- JAVADOC_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.MethodDeclaration
-
The "javadoc" structural property of this node type (child type:
Javadoc
).
- JAVADOC_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.PackageDeclaration
-
The "javadoc" structural property of this node type (child type:
Javadoc
) (added in JLS3 API).
- JAVADOC_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.TypeDeclaration
-
The "javadoc" structural property of this node type (child type:
Javadoc
).
- JAVADOC_TAG - Static variable in interface org.eclipse.jdt.ui.text.IJavaColorConstants
-
The color key for HTML tags (<foo>
) in JavaDoc comments
(value "java_doc_tag"
).
- JAVADOC_TYPE_REF - Static variable in class org.eclipse.jdt.core.CompletionProposal
-
Completion is a link reference to a type in a javadoc text.
- JAVADOC_VALUE_REF - Static variable in class org.eclipse.jdt.core.CompletionProposal
-
Completion is a value reference to a static field in a javadoc text.
- JavadocAmbiguousConstructor - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- JavadocAmbiguousField - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- JavadocAmbiguousMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- JavadocAmbiguousMethodReference - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- JavadocAmbiguousType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- JavadocContentAccess - Class in org.eclipse.jdt.ui
-
Helper needed to get the content of a Javadoc comment.
- JavadocDuplicateParamName - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- JavadocDuplicateReturnTag - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- JavadocDuplicateTag - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
Problem warned on duplicated tag.
- JavadocDuplicateThrowsClassName - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- JavadocEmptyReturnTag - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- JavadocExportWizardPage - Class in org.eclipse.jdt.ui.wizards
-
A Javadoc export wizard page allows the user to add an additional page to the
Javadoc wizard.
- JavadocExportWizardPage() - Constructor for class org.eclipse.jdt.ui.wizards.JavadocExportWizardPage
-
- JavadocExportWizardPage.IJavadocExportWizardPageContainer - Interface in org.eclipse.jdt.ui.wizards
-
The page container.
- JavadocGenericConstructorTypeArgumentMismatch - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- JavadocGenericMethodTypeArgumentMismatch - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- JavadocHiddenReference - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
Problem signaled on an hidden reference due to a too low visibility level.
- JavadocIncorrectArityForParameterizedConstructor - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- JavadocIncorrectArityForParameterizedMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- JavadocInheritedFieldHidesEnclosingName - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- JavadocInheritedMethodHidesEnclosingName - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- JavadocInheritedNameHidesEnclosingTypeName - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- JavadocInternalTypeNameProvided - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- JavadocInvalidMemberTypeQualification - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
Problem signaled on an invalid qualification for member type reference.
- JavadocInvalidParamName - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- JavadocInvalidParamTagName - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- JavadocInvalidParamTagTypeParameter - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- JavadocInvalidSeeArgs - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- JavadocInvalidSeeHref - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
Problem signaled on an invalid URL reference that does not conform to the href syntax.
- JavadocInvalidSeeReference - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- JavadocInvalidSeeUrlReference - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
Problem signaled on an invalid URL reference.
- JavadocInvalidTag - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- JavadocInvalidThrowsClass - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- JavadocInvalidThrowsClassName - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- JavadocInvalidValueReference - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- JavadocMalformedSeeReference - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- JavadocMessagePrefix - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- JavadocMissing - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- JavadocMissingHashCharacter - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- JavadocMissingIdentifier - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- JavadocMissingParamName - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- JavadocMissingParamTag - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- JavadocMissingReturnTag - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- JavadocMissingSeeReference - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- JavadocMissingTagDescription - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
Problem warned on missing tag description.
- JavadocMissingThrowsClassName - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- JavadocMissingThrowsTag - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- JavadocNoMessageSendOnArrayType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- JavadocNoMessageSendOnBaseType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- JavadocNonGenericConstructor - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- JavadocNonGenericMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- JavadocNonStaticTypeFromStaticInvocation - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- JavadocNotVisibleConstructor - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- JavadocNotVisibleField - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- JavadocNotVisibleMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- JavadocNotVisibleType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- JavadocParameterizedConstructorArgumentTypeMismatch - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- JavadocParameterizedMethodArgumentTypeMismatch - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- JavadocParameterMismatch - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- JavadocTypeArgumentsForRawGenericConstructor - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- JavadocTypeArgumentsForRawGenericMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- JavadocUndefinedConstructor - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- JavadocUndefinedField - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- JavadocUndefinedMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- JavadocUndefinedType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- JavadocUnexpectedTag - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- JavadocUnexpectedText - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- JavadocUnterminatedInlineTag - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- JavadocUsingDeprecatedConstructor - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- JavadocUsingDeprecatedField - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- JavadocUsingDeprecatedMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- JavadocUsingDeprecatedType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
- JavaElementComparator - Class in org.eclipse.jdt.ui
-
Viewer comparator for Java elements.
- JavaElementComparator() - Constructor for class org.eclipse.jdt.ui.JavaElementComparator
-
Constructor.
- JavaElementContentProvider - Class in org.eclipse.jdt.ui
-
- JavaElementContentProvider() - Constructor for class org.eclipse.jdt.ui.JavaElementContentProvider
-
Deprecated.
Creates a new content provider for Java elements.
- JavaElementContentProvider(boolean, boolean) - Constructor for class org.eclipse.jdt.ui.JavaElementContentProvider
-
Deprecated.
Creates a new content provider for Java elements.
- JavaElementImageDescriptor - Class in org.eclipse.jdt.ui
-
- JavaElementImageDescriptor(ImageDescriptor, int, Point) - Constructor for class org.eclipse.jdt.ui.JavaElementImageDescriptor
-
Creates a new JavaElementImageDescriptor.
- JavaElementLabelProvider - Class in org.eclipse.jdt.ui
-
Standard label provider for Java elements.
- JavaElementLabelProvider() - Constructor for class org.eclipse.jdt.ui.JavaElementLabelProvider
-
Creates a new label provider with SHOW_DEFAULT
flag.
- JavaElementLabelProvider(int) - Constructor for class org.eclipse.jdt.ui.JavaElementLabelProvider
-
Creates a new label provider.
- JavaElementLabels - Class in org.eclipse.jdt.ui
-
JavaElementLabels
provides helper methods to render names of Java elements.
- JavaElementSorter - Class in org.eclipse.jdt.ui
-
- JavaElementSorter() - Constructor for class org.eclipse.jdt.ui.JavaElementSorter
-
Deprecated.
Constructor.
- JavaIndexer - Class in org.eclipse.jdt.core.index
-
- JavaIndexer() - Constructor for class org.eclipse.jdt.core.index.JavaIndexer
-
- JavaIndexerApplication - Class in org.eclipse.jdt.core.index
-
- JavaIndexerApplication() - Constructor for class org.eclipse.jdt.core.index.JavaIndexerApplication
-
- JavaJRETab - Class in org.eclipse.jdt.debug.ui.launchConfigurations
-
A launch configuration tab that displays and edits the VM install
launch configuration attributes.
- JavaJRETab() - Constructor for class org.eclipse.jdt.debug.ui.launchConfigurations.JavaJRETab
-
Constructor
- JavaLaunchDelegate - Class in org.eclipse.jdt.launching
-
A launch delegate for launching local Java applications.
- JavaLaunchDelegate() - Constructor for class org.eclipse.jdt.launching.JavaLaunchDelegate
-
- JavaLaunchShortcut - Class in org.eclipse.jdt.debug.ui.launchConfigurations
-
Common behavior for Java launch shortcuts
This class may be sub-classed.
- JavaLaunchShortcut() - Constructor for class org.eclipse.jdt.debug.ui.launchConfigurations.JavaLaunchShortcut
-
- JavaLaunchTab - Class in org.eclipse.jdt.debug.ui.launchConfigurations
-
Common function for Java launch configuration tabs.
- JavaLaunchTab() - Constructor for class org.eclipse.jdt.debug.ui.launchConfigurations.JavaLaunchTab
-
- JavaMainTab - Class in org.eclipse.jdt.debug.ui.launchConfigurations
-
A launch configuration tab that displays and edits project and
main type name launch configuration attributes.
- JavaMainTab() - Constructor for class org.eclipse.jdt.debug.ui.launchConfigurations.JavaMainTab
-
- JavaManipulation - Class in org.eclipse.jdt.core.manipulation
-
Central access point for the Java Manipulation plug-in (id "org.eclipse.jdt.core.manipulation"
).
- JavaManipulation() - Constructor for class org.eclipse.jdt.core.manipulation.JavaManipulation
-
- JavaModelException - Exception in org.eclipse.jdt.core
-
A checked exception representing a failure in the Java model.
- JavaModelException(Throwable, int) - Constructor for exception org.eclipse.jdt.core.JavaModelException
-
Creates a Java model exception that wrappers the given Throwable
.
- JavaModelException(CoreException) - Constructor for exception org.eclipse.jdt.core.JavaModelException
-
Creates a Java model exception for the given CoreException
.
- JavaModelException(IJavaModelStatus) - Constructor for exception org.eclipse.jdt.core.JavaModelException
-
Creates a Java model exception for the given Java-specific status object.
- JavaParticipantManager - Class in org.eclipse.jdt.core.refactoring.participants
-
Facade to access participants to the participant extension points
provided by the org.eclipse.jdt.core.manipulation plug-in.
- JavaProjectionAnnotation(boolean, IJavaElement, boolean) - Constructor for class org.eclipse.jdt.ui.text.folding.DefaultJavaFoldingStructureProvider.JavaProjectionAnnotation
-
Creates a new projection annotation.
- JavaProjectSourceContainer - Class in org.eclipse.jdt.launching.sourcelookup.containers
-
Java project source container.
- JavaProjectSourceContainer(IJavaProject) - Constructor for class org.eclipse.jdt.launching.sourcelookup.containers.JavaProjectSourceContainer
-
Constructs a source container on the given Java project.
- JavaProjectSourceLocation - Class in org.eclipse.jdt.launching.sourcelookup
-
- JavaProjectSourceLocation() - Constructor for class org.eclipse.jdt.launching.sourcelookup.JavaProjectSourceLocation
-
Deprecated.
Constructs a new empty source location to be initialized
by a memento.
- JavaProjectSourceLocation(IJavaProject) - Constructor for class org.eclipse.jdt.launching.sourcelookup.JavaProjectSourceLocation
-
Deprecated.
Constructs a new source location that will retrieve source
elements from the given Java project.
- JavaRefactoringContribution - Class in org.eclipse.jdt.core.refactoring.descriptors
-
Partial implementation of a Java refactoring contribution.
- JavaRefactoringContribution() - Constructor for class org.eclipse.jdt.core.refactoring.descriptors.JavaRefactoringContribution
-
- JavaRefactoringDescriptor - Class in org.eclipse.jdt.core.refactoring.descriptors
-
Partial implementation of a java refactoring descriptor.
- JavaRefactoringDescriptor(String) - Constructor for class org.eclipse.jdt.core.refactoring.descriptors.JavaRefactoringDescriptor
-
Creates a new java refactoring descriptor.
- JavaRefactoringDescriptor(String, String, String, String, Map, int) - Constructor for class org.eclipse.jdt.core.refactoring.descriptors.JavaRefactoringDescriptor
-
Creates a new Java refactoring descriptor.
- JavaRuntime - Class in org.eclipse.jdt.launching
-
The central access point for launching support.
- JavaSearchActionGroup - Class in org.eclipse.jdt.ui.actions
-
Action group that adds the Java search actions to a context menu and
the global menu bar.
- JavaSearchActionGroup(IViewPart) - Constructor for class org.eclipse.jdt.ui.actions.JavaSearchActionGroup
-
Creates a new JavaSearchActionGroup
.
- JavaSearchActionGroup(Page) - Constructor for class org.eclipse.jdt.ui.actions.JavaSearchActionGroup
-
Creates a new JavaSearchActionGroup
.
- JavaSearchActionGroup(JavaEditor) - Constructor for class org.eclipse.jdt.ui.actions.JavaSearchActionGroup
-
Note: This constructor is for internal use only.
- JavaSearchActionGroup(IWorkbenchSite, ISelectionProvider) - Constructor for class org.eclipse.jdt.ui.actions.JavaSearchActionGroup
-
Creates a new JavaSearchActionGroup
.
- JavaSourceLocator - Class in org.eclipse.jdt.launching.sourcelookup
-
- JavaSourceLocator() - Constructor for class org.eclipse.jdt.launching.sourcelookup.JavaSourceLocator
-
Deprecated.
Constructs a new empty JavaSourceLocator.
- JavaSourceLocator(IJavaProject[], boolean) - Constructor for class org.eclipse.jdt.launching.sourcelookup.JavaSourceLocator
-
Deprecated.
Constructs a new Java source locator that looks in the
specified project for source, and required projects, if
includeRequired
is true
.
- JavaSourceLocator(IJavaSourceLocation[]) - Constructor for class org.eclipse.jdt.launching.sourcelookup.JavaSourceLocator
-
Deprecated.
Constructs a new JavaSourceLocator that searches the
specified set of source locations for source elements.
- JavaSourceLocator(IJavaProject) - Constructor for class org.eclipse.jdt.launching.sourcelookup.JavaSourceLocator
-
Deprecated.
Constructs a new JavaSourceLocator that searches the
default set of source locations for the given Java project.
- JavaSourceLookupDialog - Class in org.eclipse.jdt.debug.ui
-
- JavaSourceLookupDialog(Shell, String, ILaunchConfiguration) - Constructor for class org.eclipse.jdt.debug.ui.JavaSourceLookupDialog
-
Deprecated.
Constructs a dialog to manipulate the source lookup path of the given
launch configuration.
- JavaSourceLookupParticipant - Class in org.eclipse.jdt.launching.sourcelookup.containers
-
A source lookup participant that searches for Java source code.
- JavaSourceLookupParticipant() - Constructor for class org.eclipse.jdt.launching.sourcelookup.containers.JavaSourceLookupParticipant
-
- JavaSourceLookupTab - Class in org.eclipse.jdt.debug.ui.launchConfigurations
-
- JavaSourceLookupTab() - Constructor for class org.eclipse.jdt.debug.ui.launchConfigurations.JavaSourceLookupTab
-
Deprecated.
- JavaSourcePathComputer - Class in org.eclipse.jdt.launching.sourcelookup.containers
-
Computes a default source lookup path for Java applications.
- JavaSourcePathComputer() - Constructor for class org.eclipse.jdt.launching.sourcelookup.containers.JavaSourcePathComputer
-
- JavaSourceViewerConfiguration - Class in org.eclipse.jdt.ui.text
-
Configuration for a source viewer which shows Java code.
- JavaSourceViewerConfiguration(IColorManager, IPreferenceStore, ITextEditor, String) - Constructor for class org.eclipse.jdt.ui.text.JavaSourceViewerConfiguration
-
Creates a new Java source viewer configuration for viewers in the given editor
using the given preference store, the color manager and the specified document partitioning.
- JavaSourceViewerConfiguration(JavaTextTools, ITextEditor) - Constructor for class org.eclipse.jdt.ui.text.JavaSourceViewerConfiguration
-
- JavaTextTools - Class in org.eclipse.jdt.ui.text
-
Tools required to configure a Java text viewer.
- JavaTextTools(IPreferenceStore) - Constructor for class org.eclipse.jdt.ui.text.JavaTextTools
-
Creates a new Java text tools collection.
- JavaTextTools(IPreferenceStore, boolean) - Constructor for class org.eclipse.jdt.ui.text.JavaTextTools
-
Creates a new Java text tools collection.
- JavaTextTools(IPreferenceStore, Preferences) - Constructor for class org.eclipse.jdt.ui.text.JavaTextTools
-
Creates a new Java text tools collection.
- JavaTextTools(IPreferenceStore, Preferences, boolean) - Constructor for class org.eclipse.jdt.ui.text.JavaTextTools
-
Creates a new Java text tools collection.
- JavaUI - Class in org.eclipse.jdt.ui
-
Central access point for the Java UI plug-in (id "org.eclipse.jdt.ui"
).
- JavaUISourceLocator - Class in org.eclipse.jdt.debug.ui
-
- JavaUISourceLocator() - Constructor for class org.eclipse.jdt.debug.ui.JavaUISourceLocator
-
Deprecated.
Constructs an empty source locator.
- JavaUISourceLocator(IJavaProject[], boolean) - Constructor for class org.eclipse.jdt.debug.ui.JavaUISourceLocator
-
Deprecated.
Constructs a new source locator that looks in the
specified project for source, and required projects, if
includeRequired
is true
.
- JavaUISourceLocator(IJavaProject) - Constructor for class org.eclipse.jdt.debug.ui.JavaUISourceLocator
-
Deprecated.
Constructs a source locator that searches for source
in the given Java project, and all of its required projects,
as specified by its build path or default source lookup
settings.
- JDIDebugModel - Class in org.eclipse.jdt.debug.core
-
Provides utility methods for creating debug targets and breakpoints specific
to the JDI debug model.
- JdtActionConstants - Class in org.eclipse.jdt.ui.actions
-
Action ids for standard actions, for groups in the menu bar, and
for actions in context menus of JDT views.
- JdtActionConstants() - Constructor for class org.eclipse.jdt.ui.actions.JdtActionConstants
-
- JdtApt - Class in org.eclipse.jdt.apt.core.build
-
Ant task for invoking the commandline apt builder
Sample build.xml:
<project name="test_eclipse" default="build" basedir="."
- JdtApt() - Constructor for class org.eclipse.jdt.apt.core.build.JdtApt
-
- JDTCompilerAdapter - Class in org.eclipse.jdt.core
-
Ant 1.5 compiler adapter for the Eclipse Java compiler.
- JDTCompilerAdapter() - Constructor for class org.eclipse.jdt.core.JDTCompilerAdapter
-
- JLS2 - Static variable in class org.eclipse.jdt.core.dom.AST
-
- JLS3 - Static variable in class org.eclipse.jdt.core.dom.AST
-
- JLS4 - Static variable in class org.eclipse.jdt.core.dom.AST
-
- JLS8 - Static variable in class org.eclipse.jdt.core.dom.AST
-
Constant for indicating the AST API that handles JLS8.
- JRE_CONTAINER - Static variable in class org.eclipse.jdt.launching.JavaRuntime
-
Classpath container used for a project's JRE
(value "org.eclipse.jdt.launching.JRE_CONTAINER"
).
- JRE_CONTAINER_MARKER - Static variable in class org.eclipse.jdt.launching.JavaRuntime
-
Marker type identifier for JRE container problems.
- JRELIB_VARIABLE - Static variable in class org.eclipse.jdt.launching.JavaRuntime
-
Classpath variable name used for the default JRE's library
(value "JRE_LIB"
).
- JRESRC_VARIABLE - Static variable in class org.eclipse.jdt.launching.JavaRuntime
-
Classpath variable name used for the default JRE's library source
(value "JRE_SRC"
).
- JRESRCROOT_VARIABLE - Static variable in class org.eclipse.jdt.launching.JavaRuntime
-
Classpath variable name used for the default JRE's library source root
(value "JRE_SRCROOT"
).
- JSR - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
-
- JSR_W - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
-
- JUNIT3_CONTAINER_PATH - Static variable in class org.eclipse.jdt.junit.JUnitCore
-
- JUNIT4_CONTAINER_PATH - Static variable in class org.eclipse.jdt.junit.JUnitCore
-
- JUNIT4TOGGLE - Static variable in class org.eclipse.jdt.junit.wizards.NewTestCaseWizardPageOne
-
Field ID of the Junit4 toggle
- JUNIT4TOGGLE - Static variable in class org.eclipse.jdt.junit.wizards.NewTestSuiteWizardPage
-
Field ID of the junit4 toggle field.
- JUNIT_CONTAINER_ID - Static variable in class org.eclipse.jdt.junit.JUnitCore
-
- JUnitCore - Class in org.eclipse.jdt.junit
-
Class for accessing JUnit support; all functionality is provided by
static methods.
- JUnitCore() - Constructor for class org.eclipse.jdt.junit.JUnitCore
-
- JUnitLaunchConfigurationDelegate - Class in org.eclipse.jdt.junit.launcher
-
Launch configuration delegate for a JUnit test as a Java application.
- JUnitLaunchConfigurationDelegate() - Constructor for class org.eclipse.jdt.junit.launcher.JUnitLaunchConfigurationDelegate
-
- JUnitLaunchConfigurationTab - Class in org.eclipse.jdt.junit.launcher
-
The launch configuration tab for JUnit.
- JUnitLaunchConfigurationTab() - Constructor for class org.eclipse.jdt.junit.launcher.JUnitLaunchConfigurationTab
-
Creates a JUnit launch configuration tab.
- JUnitLaunchShortcut - Class in org.eclipse.jdt.junit.launcher
-
The launch shortcut to launch JUnit tests.
- JUnitLaunchShortcut() - Constructor for class org.eclipse.jdt.junit.launcher.JUnitLaunchShortcut
-
Default constructor.