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 _

P

PACKAGE - Static variable in interface org.eclipse.jdt.core.dom.IBinding
Kind constant (value 1) indicating a package binding.
PACKAGE - Static variable in interface org.eclipse.jdt.core.eval.ICodeSnippetRequestor
Indicates a compilation problem related to a package declaration.
PACKAGE - Static variable in interface org.eclipse.jdt.core.jdom.IDOMNode
Node type constant indicating a package declaration.
PACKAGE - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
The searched element is a package.
PACKAGE - Static variable in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Field ID of the package input field
PACKAGE_DECLARATION - Static variable in interface org.eclipse.jdt.core.IJavaElement
Constant representing a package declaration within a compilation unit.
PACKAGE_DECLARATION - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type PackageDeclaration.
PACKAGE_FRAGMENT - Static variable in interface org.eclipse.jdt.core.IJavaElement
Constant representing a package fragment.
PACKAGE_FRAGMENT_ROOT - Static variable in interface org.eclipse.jdt.core.IJavaElement
Constant representing a package fragment root.
packageChanged() - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
A hook method that gets called when the package field has changed.
PackageCollidesWithType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
PackageDeclaration - class org.eclipse.jdt.core.dom.PackageDeclaration.
Package declaration AST node type.
PackageIsNotExpectedPackage - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ParameterMismatch - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
parameters() - Method in class org.eclipse.jdt.core.dom.MethodDeclaration
Returns the live ordered list of method parameter declarations for this method declaration.
PARENTHESIZED_EXPRESSION - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type ParenthesizedExpression.
ParenthesizedExpression - class org.eclipse.jdt.core.dom.ParenthesizedExpression.
Parenthesized expression AST node type.
parseCompilationUnit(char[]) - Static method in class org.eclipse.jdt.core.dom.AST
Parses the given string as a Java compilation unit and creates and returns a corresponding abstract syntax tree.
parseCompilationUnit(char[], String, IJavaProject) - Static method in class org.eclipse.jdt.core.dom.AST
Parses the given string as the hypothetical contents of the named compilation unit and creates and returns a corresponding abstract syntax tree.
parseCompilationUnit(ICompilationUnit, boolean) - Static method in class org.eclipse.jdt.core.dom.AST
Parses the given string as a Java compilation unit and creates and returns a corresponding abstract syntax tree.
ParsingError - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ParsingErrorNoSuggestion - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ParsingErrorOnKeyword - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ParsingErrorOnKeywordNoSuggestion - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
PATH_OUTSIDE_PROJECT - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
Status constant indicating that a path outside of the project was supplied to the operation.
PATTERN_MATCH - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
The search pattern contains one or more wild cards ('*') where a wild-card can replace 0 or more characters in the search result.
performApply(ILaunchConfigurationWorkingCopy) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaSourceLookupTab
 
performApply(ILaunchConfigurationWorkingCopy) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaMainTab
 
performApply(ILaunchConfigurationWorkingCopy) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaJRETab
 
performApply(ILaunchConfigurationWorkingCopy) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaConnectTab
 
performApply(ILaunchConfigurationWorkingCopy) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaClasspathTab
 
performApply(ILaunchConfigurationWorkingCopy) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaArgumentsTab
 
PLUGIN_ID - Static variable in class org.eclipse.jdt.core.JavaCore
The plug-in identifier of the Java core support (value "org.eclipse.jdt.core").
PLUGIN_ID - Static variable in interface org.eclipse.jdt.debug.ui.IJavaDebugUIConstants
Plug-in identifier for the Java Debug UI
PLUS - Static variable in class org.eclipse.jdt.core.dom.PrefixExpression.Operator
Unary plus "+" operator.
PLUS - Static variable in class org.eclipse.jdt.core.dom.InfixExpression.Operator
Addition (or string concatenation) "+" operator.
PLUS_ASSIGN - Static variable in class org.eclipse.jdt.core.dom.Assignment.Operator
+= operator.
POP - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
POP2 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
populateJREComboBox() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaJRETab
Set the available items on the JRE combo box
POST_CHANGE - Static variable in class org.eclipse.jdt.core.ElementChangedEvent
Event type constant (bit mask) indicating an after-the-fact report of creations, deletions, and modifications to one or more Java element(s) expressed as a hierarchical java element delta as returned by getDelta().
POST_RECONCILE - Static variable in class org.eclipse.jdt.core.ElementChangedEvent
Event type constant (bit mask) indicating an after-the-fact report of creations, deletions, and modifications to one or more Java element(s) expressed as a hierarchical java element delta as returned by getDelta.
POSTFIX_EXPRESSION - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type PostfixExpression.
PostfixExpression - class org.eclipse.jdt.core.dom.PostfixExpression.
Postfix expression AST node type.
PostfixExpression.Operator - class org.eclipse.jdt.core.dom.PostfixExpression.Operator.
Postfix operators (typesafe enumeration).
postVisit(ASTNode) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given AST node following the type-specific visit (after endVisit).
POTENTIAL_MATCH - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchResultCollector
The search result is potentially a match for the search pattern, but a problem prevented the search engine from being more accurate (typically because of the classpath was not correctly set).
PRE_AUTO_BUILD - Static variable in class org.eclipse.jdt.core.ElementChangedEvent
Event type constant (bit mask) indicating an after-the-fact report of creations, deletions, and modifications to one or more Java element(s) expressed as a hierarchical java element delta as returned by getDelta.
PREF_CONNECT_TIMEOUT - Static variable in class org.eclipse.jdt.launching.JavaRuntime
Preference key for launch/connect timeout.
PREF_REQUEST_TIMEOUT - Static variable in class org.eclipse.jdt.debug.core.JDIDebugModel
Preference key for default JDI request timeout value.
PREFERENCE_TAB_WIDTH - Static variable in class org.eclipse.jdt.ui.text.JavaSourceViewerConfiguration
Preference key used to look up display tab width.
PreferenceConstants - class org.eclipse.jdt.ui.PreferenceConstants.
Preference constants used in the JDT-UI preference store.
PREFIX - Static variable in interface org.eclipse.jdt.ui.text.IJavaColorConstants
Note: This constant is for internal use only.
PREFIX_EXPRESSION - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type PrefixExpression.
PREFIX_MATCH - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
The search pattern is a prefix of the search result.
PrefixExpression - class org.eclipse.jdt.core.dom.PrefixExpression.
Prefix expression AST node type.
PrefixExpression.Operator - class org.eclipse.jdt.core.dom.PrefixExpression.Operator.
Prefix operators (typesafe enumeration).
prefixLength - Variable in class org.eclipse.jdt.core.CorrectionEngine
This field is not intended to be used by client.
PRESERVE - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option value.
PRESERVE_ONE - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option value.
preVisit(ASTNode) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given AST node prior to the type-specific visit.
PRIMITIVE_TYPE - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type PrimitiveType.
PrimitiveType - class org.eclipse.jdt.core.dom.PrimitiveType.
Primitive type nodes.
PrimitiveType.Code - class org.eclipse.jdt.core.dom.PrimitiveType.Code.
Primitive type codes (typesafe enumeration).
PRIVATE - Static variable in class org.eclipse.jdt.core.dom.Modifier
"private" modifier constant (bit mask).
ProblemsLabelDecorator - class org.eclipse.jdt.ui.ProblemsLabelDecorator.
LabelDecorator that decorates an element's image with error and warning overlays that represent the severity of markers attached to the element's underlying resource.
ProblemsLabelDecorator.ProblemsLabelChangedEvent - class org.eclipse.jdt.ui.ProblemsLabelDecorator.ProblemsLabelChangedEvent.
This is a special LabelProviderChangedEvent carring additional information whether the event orgins from a maker change.
ProblemsLabelDecorator.ProblemsLabelChangedEvent(IBaseLabelProvider, IResource[], boolean) - Constructor for class org.eclipse.jdt.ui.ProblemsLabelDecorator.ProblemsLabelChangedEvent
Note: This constructor is for internal use only.
ProblemsLabelDecorator() - Constructor for class org.eclipse.jdt.ui.ProblemsLabelDecorator
Creates a new ProblemsLabelDecorator.
ProblemsLabelDecorator(ImageDescriptorRegistry) - Constructor for class org.eclipse.jdt.ui.ProblemsLabelDecorator
Note: This constructor is for internal use only.
processDelta(IJavaElementDelta) - Method in class org.eclipse.jdt.ui.JavaElementContentProvider
Deprecated. Processes a delta recursively.
PROJECT - Static variable in interface org.eclipse.jdt.launching.IRuntimeClasspathEntry
Type identifier for project entries.
ProjectActionGroup - class org.eclipse.jdt.ui.actions.ProjectActionGroup.
Adds actions to open and close a project to the global menu bar.
ProjectActionGroup(IViewPart) - Constructor for class org.eclipse.jdt.ui.actions.ProjectActionGroup
Creates a new ProjectActionGroup.
properties() - Method in class org.eclipse.jdt.core.dom.ASTNode
Returns an unmodifiable table of the properties of this node with non-null values.
PROPERTY_INSTALL_LOCATION - Static variable in interface org.eclipse.jdt.launching.IVMInstallChangedListener
Property constant indicating the install location of a VM install has changed.
PROPERTY_JAVADOC_LOCATION - Static variable in interface org.eclipse.jdt.launching.IVMInstallChangedListener
Property constant indicating the Javadoc location associated with a VM install has changed.
PROPERTY_LIBRARY_LOCATIONS - Static variable in interface org.eclipse.jdt.launching.IVMInstallChangedListener
Property constant indicating the library locations associated with a VM install have changed.
PROPERTY_NAME - Static variable in interface org.eclipse.jdt.launching.IVMInstallChangedListener
Property constant indicating the name associated with a VM install has changed.
propertyChange(PropertyChangeEvent) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaConnectTab
 
PropertyChangeEvent - class org.eclipse.jdt.launching.PropertyChangeEvent.
An event object describing a change to a named property.
PropertyChangeEvent(Object, String, Object, Object) - Constructor for class org.eclipse.jdt.launching.PropertyChangeEvent
Creates a new property change event.
PROTECTED - Static variable in class org.eclipse.jdt.core.dom.Modifier
"protected" modifier constant (bit mask).
providesWorkingCopies() - Method in class org.eclipse.jdt.ui.StandardJavaElementContentProvider
 
providesWorkingCopies() - Method in interface org.eclipse.jdt.ui.IWorkingCopyProvider
Returns true if the content provider returns working copy elements; otherwise false is returned.
PUBLIC - Static variable in class org.eclipse.jdt.core.dom.Modifier
"public" modifier constant (bit mask).
PublicClassMustMatchFileName - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
PULL_UP - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
Refactor menu: name of standard Pull Up global action (value "org.eclipse.jdt.ui.actions.PullUp").
PULL_UP - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the refactor -> pull up action (value "org.eclipse.jdt.ui.edit.text.java.pull.up").
PullUpAction - class org.eclipse.jdt.ui.actions.PullUpAction.
Action to pull up method and fields into a superclass.
PullUpAction(CompilationUnitEditor) - Constructor for class org.eclipse.jdt.ui.actions.PullUpAction
Note: This constructor is for internal use only.
PullUpAction(IWorkbenchSite) - Constructor for class org.eclipse.jdt.ui.actions.PullUpAction
Creates a new PullUpAction.
PUTFIELD - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
PUTSTATIC - 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.