Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
J
- 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
-
Deprecated.
- 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
-
Deprecated.Use
JarWriter3
instead which leverages newEFS
support - 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
-
Deprecated.replaced as of 3.2 by an equivalent semantic highlighting, see
SemanticHighlightings.ANNOTATION
- JAVA_BRACKET - Static variable in interface org.eclipse.jdt.ui.text.IJavaColorConstants
-
The color key for brackets in Java code (value
"java_bracket"
). - 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_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
-
Deprecated.replaced as of 3.1 by an equivalent semantic highlighting, see
SemanticHighlightings.METHOD
- 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_MODULE - Static variable in interface org.eclipse.jdt.core.IJavaElement
-
Constant represents a module descriptor.
- 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_OPERATOR - Static variable in interface org.eclipse.jdt.ui.text.IJavaColorConstants
-
The color key for operators in Java code (value
"java_operator"
). - 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_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_TYPE - Static variable in interface org.eclipse.jdt.ui.text.IJavaColorConstants
-
Deprecated.no longer used, replaced by
JAVA_KEYWORD
- 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(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.
- JavaContentAssistInvocationContext(ITextViewer, int, IEditorPart) - 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.
- JavaCore.JavaCallable<V,
E extends Exception> - Interface in org.eclipse.jdt.core - JavaCore.JavaRunnable<E extends Exception> - Interface in org.eclipse.jdt.core
- JavaDebugUtils - Class in org.eclipse.jdt.debug.ui
-
Utilities for the Java debugger.
- JavaDebugUtils() - Constructor for class org.eclipse.jdt.debug.ui.JavaDebugUtils
- JavaDependenciesTab - 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.
- JavaDependenciesTab() - Constructor for class org.eclipse.jdt.debug.ui.launchConfigurations.JavaDependenciesTab
-
Constructor
- Javadoc - Class in org.eclipse.jdt.core.dom
-
AST node for a Javadoc-style doc comment.
- 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_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.ImplicitTypeDeclaration
- 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.ModuleDeclaration
-
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.RecordDeclaration
-
The "javadoc" structural property of this node type (child type:
Javadoc
). - JAVADOC_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.TypeDeclaration
-
The "javadoc" structural property of this node type (child type:
Javadoc
). - JAVADOC_REGION - Static variable in class org.eclipse.jdt.core.dom.ASTNode
-
Node type constant indicating a node of type
JavaDocRegion
. - 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_TEXT_ELEMENT - Static variable in class org.eclipse.jdt.core.dom.ASTNode
-
Node type constant indicating a node of type
TextElement
. - 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
- JavadocDuplicateProvidesTag - 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
- JavadocDuplicateUsesTag - 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.
- JavadocInvalidModule - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- JavadocInvalidModuleQualification - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- 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
- JavadocInvalidProvidesClass - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- JavadocInvalidProvidesClassName - 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.
- JavadocInvalidSnippet - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- JavadocInvalidSnippetContentNewLine - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- JavadocInvalidSnippetDuplicateRegions - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- JavadocInvalidSnippetMissingColon - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- JavadocInvalidSnippetRegexSubstringTogether - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- JavadocInvalidSnippetRegionNotClosed - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- 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
- JavadocInvalidUsesClass - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- JavadocInvalidUsesClassName - 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
- JavadocMissingProvidesClassName - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- JavadocMissingProvidesTag - 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
- JavadocMissingUsesClassName - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- JavadocMissingUsesTag - 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
- JavadocNotAccessibleType - 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
- JavaDocRegion - Class in org.eclipse.jdt.core.dom
-
JavaDocRegion pattern AST node type.
- JavaDocTextElement - Class in org.eclipse.jdt.core.dom
-
AST node for a text element within a doc comment.
- 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.
- JavaElementComparator(boolean) - Constructor for class org.eclipse.jdt.ui.JavaElementComparator
-
Constructor.
- JavaElementContentProvider - Class in org.eclipse.jdt.ui
-
Deprecated.use the StandardJavaElementContentProvider instead
- 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
-
A
JavaElementImageDescriptor
consists of a base image and several adornments. - 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
-
Deprecated.use
JavaElementComparator
instead. - JavaElementSorter() - Constructor for class org.eclipse.jdt.ui.JavaElementSorter
-
Deprecated.Constructor.
- JavaIndexer - Class in org.eclipse.jdt.core.index
-
JavaIndexer
provides functionality to generate index files which can be used by the JDTSearchEngine
. - JavaIndexer() - Constructor for class org.eclipse.jdt.core.index.JavaIndexer
- JavaIndexerApplication - Class in org.eclipse.jdt.core.index
-
Implements an Eclipse Application for
JavaIndexer
. - 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
- JavaJRETab(boolean) - 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
- 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
- JavaModelAccess - Class in org.eclipse.jdt.core.provisional
-
Provisional API for use by JDT/UI or JDT/Debug, which may possibly be removed in a future version.
- JavaModelAccess() - Constructor for class org.eclipse.jdt.core.provisional.JavaModelAccess
- 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(IStatus) - Constructor for exception org.eclipse.jdt.core.JavaModelException
-
Creates a Java model exception for the given status object.
- 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
-
Deprecated.In 3.0, the debug platform provides source lookup facilities that should be used in place of the Java source lookup support provided in 2.0. The new facilities provide a source lookup director that coordinates source lookup among a set of participants, searching a set of source containers. See the following packages:
org.eclipse.debug.core.sourcelookup
andorg.eclipse.debug.core.sourcelookup.containers
. This class has been replaced byorg.eclipse.jdt.launching.sourcelookup.containers.JavaProjectSourceContainer
. - 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<String, String>, 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(JavaEditor) - Constructor for class org.eclipse.jdt.ui.actions.JavaSearchActionGroup
-
Note: This constructor is for internal use only.
- JavaSearchActionGroup(IViewPart) - Constructor for class org.eclipse.jdt.ui.actions.JavaSearchActionGroup
-
Creates a new
JavaSearchActionGroup
. - JavaSearchActionGroup(IWorkbenchSite, ISelectionProvider) - 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
. - JavaSourceLocator - Class in org.eclipse.jdt.launching.sourcelookup
-
Deprecated.In 3.0, the debug platform provides source lookup facilities that should be used in place of the Java source lookup support provided in 2.0. The new facilities provide a source lookup director that coordinates source lookup among a set of participants, searching a set of source containers. See the following packages:
org.eclipse.debug.core.sourcelookup
andorg.eclipse.debug.core.sourcelookup.containers
. This class has been replaced by a Java source lookup director and Java source lookup participant. To migrate to the new source lookup support clients should add two new attributes to their launch configuration type extensions:- sourceLocatorId="org.eclipse.jdt.launching.sourceLocator.JavaSourceLookupDirector"
- sourcePathComputerId="org.eclipse.jdt.launching.sourceLookup.javaSourcePathComputer"
ATTR_SOURCE_PATH_PROVIDER
attribute (if present), or a default source lookup path based on a configuration's runtime classpath. This class has been replaced by the Java source lookup director which is an internal class, but can be used via thesourceLocatorId
attribute on a launch configuration type extension. - JavaSourceLocator() - Constructor for class org.eclipse.jdt.launching.sourcelookup.JavaSourceLocator
-
Deprecated.Constructs a new empty JavaSourceLocator.
- 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.
- 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
istrue
. - 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.
- JavaSourceLookupDialog - Class in org.eclipse.jdt.debug.ui
-
Deprecated.In 3.0, the debug platform provides source lookup facilities that should be used in place of the Java source lookup support provided in 2.0. The new facilities provide a source lookup director that coordinates source lookup among a set of participants, searching a set of source containers. See the following packages:
org.eclipse.debug.core.sourcelookup
andorg.eclipse.debug.core.sourcelookup.containers
. This class has been replaced by a dialog in the debug platform -org.eclipse.debug.ui.sourcelookup.SourceLookupDialog
. - 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
-
Deprecated.In 3.0, the debug platform provides source lookup facilities that should be used in place of the Java source lookup support provided in 2.0. The new facilities provide a source lookup director that coordinates source lookup among a set of participants, searching a set of source containers. See the following packages:
org.eclipse.debug.core.sourcelookup
andorg.eclipse.debug.core.sourcelookup.containers
. This class has been replaced by a source lookup tab in the debug platform -org.eclipse.debug.ui.sourcelookup.SourceLookupTab
. - 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(IColorManager, IPreferenceStore, ITextEditor, String, boolean) - 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
-
Deprecated.As of 3.0, replaced by
JavaSourceViewerConfiguration(IColorManager, IPreferenceStore, ITextEditor, String)
- JavaStackTraceConsoleFactory - Class in org.eclipse.jdt.debug.ui.console
-
Creates a new console into which users can paste stack traces and follow the hyperlinks.
- JavaStackTraceConsoleFactory() - Constructor for class org.eclipse.jdt.debug.ui.console.JavaStackTraceConsoleFactory
- 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
-
Deprecated.In 3.0, the debug platform provides source lookup facilities that should be used in place of the Java source lookup support provided in 2.0. The new facilities provide a source lookup director that coordinates source lookup among a set of participants, searching a set of source containers. See the following packages:
org.eclipse.debug.core.sourcelookup
andorg.eclipse.debug.core.sourcelookup.containers
. This class has been replaced by a Java source lookup director and Java source lookup participant. To migrate to the new source lookup support clients should add two new attributes to their launch configuration type extensions:- sourceLocatorId="org.eclipse.jdt.launching.sourceLocator.JavaSourceLookupDirector"
- sourcePathComputerId="org.eclipse.jdt.launching.sourceLookup.javaSourcePathComputer"
ATTR_SOURCE_PATH_PROVIDER
attribute (if present), or a default source lookup path based on a configuration's runtime classpath. This class has been replaced by the Java source lookup director which is an internal class, but can be used via thesourceLocatorId
attribute on a launch configuration type extension. - JavaUISourceLocator() - Constructor for class org.eclipse.jdt.debug.ui.JavaUISourceLocator
-
Deprecated.Constructs an empty source locator.
- 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.
- 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
istrue
. - JavaVersionNotSupported - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- 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
- JLS_Latest - Static variable in class org.eclipse.jdt.core.dom.AST
-
Deprecated.
- JLS10 - Static variable in class org.eclipse.jdt.core.dom.AST
-
Deprecated.Clients should use the
AST.getJLSLatest()
AST API instead. - JLS11 - Static variable in class org.eclipse.jdt.core.dom.AST
-
Deprecated.Clients should use the
AST.getJLSLatest()
AST API instead. - JLS12 - Static variable in class org.eclipse.jdt.core.dom.AST
-
Deprecated.Clients should use the
AST.getJLSLatest()
AST API instead. - JLS13 - Static variable in class org.eclipse.jdt.core.dom.AST
-
Deprecated.Clients should use the
AST.getJLSLatest()
AST API instead. - JLS14 - Static variable in class org.eclipse.jdt.core.dom.AST
-
Deprecated.Clients should use the
AST.getJLSLatest()
AST API instead. - JLS15 - Static variable in class org.eclipse.jdt.core.dom.AST
-
Deprecated.Clients should use the
AST.getJLSLatest()
AST API instead. - JLS16 - Static variable in class org.eclipse.jdt.core.dom.AST
-
Deprecated.Clients should use the
AST.getJLSLatest()
AST API instead. - JLS17 - Static variable in class org.eclipse.jdt.core.dom.AST
-
Deprecated.Clients should use the
AST.getJLSLatest()
AST API instead. - JLS18 - Static variable in class org.eclipse.jdt.core.dom.AST
-
Deprecated.
- JLS19 - Static variable in class org.eclipse.jdt.core.dom.AST
-
Deprecated.
- JLS2 - Static variable in class org.eclipse.jdt.core.dom.AST
-
Deprecated.Clients should use the
AST.getJLSLatest()
AST API instead. - JLS20 - Static variable in class org.eclipse.jdt.core.dom.AST
-
Constant for indicating the AST API that handles JLS20.
- JLS21 - Static variable in class org.eclipse.jdt.core.dom.AST
-
Constant for indicating the AST API that handles JLS21.
- JLS22 - Static variable in class org.eclipse.jdt.core.dom.AST
-
Constant for indicating the AST API that handles JLS22.
- JLS23 - Static variable in class org.eclipse.jdt.core.dom.AST
-
Constant for indicating the AST API that handles JLS23.
- JLS3 - Static variable in class org.eclipse.jdt.core.dom.AST
-
Deprecated.Clients should use the
AST.getJLSLatest()
AST API instead. - JLS4 - Static variable in class org.eclipse.jdt.core.dom.AST
-
Deprecated.Clients should use the
AST.getJLSLatest()
AST API instead. - JLS8 - Static variable in class org.eclipse.jdt.core.dom.AST
-
Deprecated.Clients should use the
AST.getJLSLatest()
AST API instead. - JLS9 - Static variable in class org.eclipse.jdt.core.dom.AST
-
Deprecated.Clients should use the
AST.getJLSLatest()
AST API instead. - JRE_COMPILER_COMPLIANCE_MARKER - Static variable in class org.eclipse.jdt.launching.JavaRuntime
-
Marker type identifier for JRE compiler compliance problems.
- 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
- JUNIT_CONTAINER_ID - Static variable in class org.eclipse.jdt.junit.JUnitCore
-
ID of the JUnit classpath container.
- JUNIT3_CONTAINER_PATH - Static variable in class org.eclipse.jdt.junit.JUnitCore
-
Path of the JUnit 3 classpath container.
- JUNIT4_CONTAINER_PATH - Static variable in class org.eclipse.jdt.junit.JUnitCore
-
Path of the JUnit 4 classpath container.
- JUNIT4TOGGLE - Static variable in class org.eclipse.jdt.junit.wizards.NewTestCaseWizardPageOne
-
Field ID of the JUnit version radio buttons
- JUNIT4TOGGLE - Static variable in class org.eclipse.jdt.junit.wizards.NewTestSuiteWizardPage
-
Field ID of the junit4 toggle field.
- JUNIT5_CONTAINER_PATH - Static variable in class org.eclipse.jdt.junit.JUnitCore
-
Path of the JUnit 5 classpath container.
- 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.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
JarWriter3
instead.