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 _

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.
JarPackageData - class org.eclipse.jdt.ui.jarpackager.JarPackageData.
Model for a JAR package.
JarPackageData() - Constructor for class org.eclipse.jdt.ui.jarpackager.JarPackageData
 
JarWriter - class org.eclipse.jdt.ui.jarpackager.JarWriter.
Creates a JAR file for the given JAR package data.
JarWriter(JarPackageData, Shell) - Constructor for class org.eclipse.jdt.ui.jarpackager.JarWriter
Creates an instance which is used to create a JAR based on the given JarPackage.
JAVA_DEFAULT - Static variable in interface org.eclipse.jdt.ui.text.IJavaColorConstants
The color key for everthing in Java code for which no other color is specified.
JAVA_KEYWORD - Static variable in interface org.eclipse.jdt.ui.text.IJavaColorConstants
The color key for Java keywords in Java code.
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.
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.
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_STRING - Static variable in interface org.eclipse.jdt.ui.text.IJavaColorConstants
The color key for string and character literals in Java code.
JAVA_TYPE - Static variable in interface org.eclipse.jdt.ui.text.IJavaColorConstants
Deprecated. no longer used, use JAVA_KEYWORD instead
JavaArgumentsTab - class org.eclipse.jdt.debug.ui.launchConfigurations.JavaArgumentsTab.
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
 
JavaCapabilityConfigurationPage - class org.eclipse.jdt.ui.wizards.JavaCapabilityConfigurationPage.
Standard 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 org.eclipse.jdt.debug.ui.launchConfigurations.JavaClasspathTab.
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
 
JavaConnectTab - class org.eclipse.jdt.debug.ui.launchConfigurations.JavaConnectTab.
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
 
JavaConventions - class org.eclipse.jdt.core.JavaConventions.
Provides methods for checking Java-specific conventions such as name syntax.
JavaCore - class org.eclipse.jdt.core.JavaCore.
The plug-in runtime class for the Java model plug-in containing the core (UI-free) support for Java projects.
JavaCore(IPluginDescriptor) - Constructor for class org.eclipse.jdt.core.JavaCore
Creates the Java core plug-in.
Javadoc - class org.eclipse.jdt.core.dom.Javadoc.
AST node for a Javadoc comment.
JAVADOC - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type Javadoc.
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 everthing in JavaDoc comments for which no other color is specified.
JAVADOC_KEYWORD - Static variable in interface org.eclipse.jdt.ui.text.IJavaColorConstants
The color key for JavaDoc keywords (@foo) in JavaDoc comments.
JAVADOC_LINK - Static variable in interface org.eclipse.jdt.ui.text.IJavaColorConstants
The color key for JavaDoc links ({foo}) in JavaDoc comments.
JAVADOC_TAG - Static variable in interface org.eclipse.jdt.ui.text.IJavaColorConstants
The color key for HTML tags (<foo>) in JavaDoc comments.
JavaElementContentProvider - class org.eclipse.jdt.ui.JavaElementContentProvider.
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 org.eclipse.jdt.ui.JavaElementImageDescriptor.
A JavaImageDescriptor 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 org.eclipse.jdt.ui.JavaElementLabelProvider.
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.
JavaElementSorter - class org.eclipse.jdt.ui.JavaElementSorter.
Sorter for Java elements.
JavaElementSorter() - Constructor for class org.eclipse.jdt.ui.JavaElementSorter
 
JavaJRETab - class org.eclipse.jdt.debug.ui.launchConfigurations.JavaJRETab.
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
 
JavaMainTab - class org.eclipse.jdt.debug.ui.launchConfigurations.JavaMainTab.
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
 
JavaModelException - exception org.eclipse.jdt.core.JavaModelException.
A checked exception representing a failure in the Java model.
JavaModelException(CoreException) - Constructor for class org.eclipse.jdt.core.JavaModelException
Creates a Java model exception for the given CoreException.
JavaModelException(IJavaModelStatus) - Constructor for class org.eclipse.jdt.core.JavaModelException
Creates a Java model exception for the given Java-specific status object.
JavaModelException(Throwable, int) - Constructor for class org.eclipse.jdt.core.JavaModelException
Creates a Java model exception that wrappers the given Throwable.
JavaProjectSourceLocation - class org.eclipse.jdt.launching.sourcelookup.JavaProjectSourceLocation.
Locates source elements in a Java project.
JavaProjectSourceLocation() - Constructor for class org.eclipse.jdt.launching.sourcelookup.JavaProjectSourceLocation
Constructs a new empty source location to be initialized by a memento.
JavaProjectSourceLocation(IJavaProject) - Constructor for class org.eclipse.jdt.launching.sourcelookup.JavaProjectSourceLocation
Constructs a new source location that will retrieve source elements from the given Java project.
JavaRuntime - class org.eclipse.jdt.launching.JavaRuntime.
The central access point for launching support.
JavaSearchActionGroup - class org.eclipse.jdt.ui.actions.JavaSearchActionGroup.
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(JavaEditor) - Constructor for class org.eclipse.jdt.ui.actions.JavaSearchActionGroup
Note: This constructor is for internal use only.
JavaSearchActionGroup(Page) - Constructor for class org.eclipse.jdt.ui.actions.JavaSearchActionGroup
Creates a new JavaSearchActionGroup.
JavaSourceLocator - class org.eclipse.jdt.launching.sourcelookup.JavaSourceLocator.
Locates source for a Java debug session by searching a configurable set of source locations.
JavaSourceLocator() - Constructor for class org.eclipse.jdt.launching.sourcelookup.JavaSourceLocator
Constructs a new empty JavaSourceLocator.
JavaSourceLocator(IJavaProject) - Constructor for class org.eclipse.jdt.launching.sourcelookup.JavaSourceLocator
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
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
Constructs a new JavaSourceLocator that searches the specified set of source locations for source elements.
JavaSourceLookupTab - class org.eclipse.jdt.debug.ui.launchConfigurations.JavaSourceLookupTab.
A launch configuration tab that displays and edits source lookup path launch configuration attributes.
JavaSourceLookupTab() - Constructor for class org.eclipse.jdt.debug.ui.launchConfigurations.JavaSourceLookupTab
 
JavaSourceViewerConfiguration - class org.eclipse.jdt.ui.text.JavaSourceViewerConfiguration.
Configuration for a source viewer which shows Java code.
JavaSourceViewerConfiguration(JavaTextTools, ITextEditor) - 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 Java tools.
JavaTextTools - class org.eclipse.jdt.ui.text.JavaTextTools.
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.
JavaUI - class org.eclipse.jdt.ui.JavaUI.
Central access point for the Java UI plug-in (id "org.eclipse.jdt.ui").
JavaUISourceLocator - class org.eclipse.jdt.debug.ui.JavaUISourceLocator.
A source locator that prompts the user to find source when source cannot be found on the current source lookup path.
JavaUISourceLocator() - Constructor for class org.eclipse.jdt.debug.ui.JavaUISourceLocator
Constructs an empty source locator.
JavaUISourceLocator(IJavaProject) - Constructor for class org.eclipse.jdt.debug.ui.JavaUISourceLocator
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
Constructs a new source locator that looks in the specified project for source, and required projects, if includeRequired is true.
JDIDebugModel - class org.eclipse.jdt.debug.core.JDIDebugModel.
Provides utility methods for creating debug targets and breakpoints specific to the JDI debug model.
JdtActionConstants - class org.eclipse.jdt.ui.actions.JdtActionConstants.
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
 
JRE_CONTAINER - Static variable in class org.eclipse.jdt.launching.JavaRuntime
Classpath container used for a project's JRE.
JRELIB_VARIABLE - Static variable in class org.eclipse.jdt.launching.JavaRuntime
Classpath variable name used for the default JRE's library.
JRESRC_VARIABLE - Static variable in class org.eclipse.jdt.launching.JavaRuntime
Classpath variable name used for the default JRE's library source.
JRESRCROOT_VARIABLE - Static variable in class org.eclipse.jdt.launching.JavaRuntime
Classpath variable name used for the default JRE's library source root.
JSR - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
JSR_W - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 

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.