Eclipse JDT
Release 3.1
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
Deprecated. 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.
PACKAGE_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.CompilationUnit
The "package" structural property of this node type.
PACKAGE_REF - Static variable in class org.eclipse.jdt.core.CompletionProposal
Completion is a reference to a package.
PARAMETERIZED_TYPE - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type ParameterizedType.
PARAMETERS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.MethodDeclaration
The "parameters" structural property of this node type).
PARAMETERS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.MethodRef
The "parameters" structural property of this node type.
PARAMETER_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.EnhancedForStatement
The "parameter" structural property of this node type.
PARENTHESIZED_EXPRESSION - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type ParenthesizedExpression.
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
Deprecated. Use SearchPattern.R_PATTERN_MATCH instead.
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.InfixExpression.Operator
Addition (or string concatenation) "+" operator.
PLUS - Static variable in class org.eclipse.jdt.core.dom.PrefixExpression.Operator
Unary plus "+" 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
 
POSTFIX_EXPRESSION - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type PostfixExpression.
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.
POTENTIAL_MATCH - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchResultCollector
Deprecated. Use SearchMatch.A_INACCURATE instead.
POTENTIAL_METHOD_DECLARATION - Static variable in class org.eclipse.jdt.core.CompletionProposal
Completion is a declaration of a new potential method.
PREFERENCE_TAB_WIDTH - Static variable in class org.eclipse.jdt.ui.text.JavaSourceViewerConfiguration
Deprecated. As of 3.0, replaced by AbstractDecoratedTextEditorPreferenceConstants.EDITOR_TAB_WIDTH
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
Deprecated. Use SearchPattern.R_PREFIX_MATCH instead.
PREF_CONNECT_TIMEOUT - Static variable in class org.eclipse.jdt.launching.JavaRuntime
Preference key for launch/connect timeout.
PREF_HCR_WITH_COMPILATION_ERRORS - Static variable in class org.eclipse.jdt.debug.core.JDIDebugModel
Preference key for specifying if hot code replace should be performed when a replacement class file contains compilation errors.
PREF_REQUEST_TIMEOUT - Static variable in class org.eclipse.jdt.debug.core.JDIDebugModel
Preference key for default JDI request timeout value.
PREF_SUSPEND_FOR_BREAKPOINTS_DURING_EVALUATION - Static variable in class org.eclipse.jdt.debug.core.JDIDebugModel
Boolean preference controlling whether breakpoints are hit during an evaluation operation.
PREF_VM_XML - Static variable in class org.eclipse.jdt.launching.JavaRuntime
Preference key for the String of XML that defines all installed VMs.
PREPEND_ROOT_PATH - Static variable in class org.eclipse.jdt.ui.JavaElementLabels
Add root path to all elements except Package Fragment Roots and Java projects.
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.
PRE_AUTO_BUILD - Static variable in class org.eclipse.jdt.core.ElementChangedEvent
Deprecated. - no longer used, such deltas are now notified during POST_CHANGE
PRIMITIVE_TYPE - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type PrimitiveType.
PRIMITIVE_TYPE_CODE_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.PrimitiveType
The "primitiveTypeCode" structural property of this node type.
PRIVATE - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option value.
PRIVATE - Static variable in class org.eclipse.jdt.core.dom.Modifier
"private" modifier constant (bit mask).
PRIVATE_KEYWORD - Static variable in class org.eclipse.jdt.core.dom.Modifier.ModifierKeyword
"private" modifier with flag value Modifier.PRIVATE.
PROJECT - Static variable in interface org.eclipse.jdt.launching.IRuntimeClasspathEntry
Type identifier for project entries.
PROMOTE_LOCAL_VARIABLE - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the refactor -> promote local variable action (value "org.eclipse.jdt.ui.edit.text.java.promote.local.variable").
PROPERTIES_FILE_COLORING_ARGUMENT - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that holds the color used to render arguments in a properties file.
PROPERTIES_FILE_COLORING_ARGUMENT - Static variable in interface org.eclipse.jdt.ui.text.IJavaColorConstants
The color key for arguments in values in a properties file.
PROPERTIES_FILE_COLORING_ARGUMENT_BOLD - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls whether arguments in a properties file are rendered in bold.
PROPERTIES_FILE_COLORING_ARGUMENT_ITALIC - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls whether arguments in a properties file are rendered in italic.
PROPERTIES_FILE_COLORING_ARGUMENT_STRIKETHROUGH - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls whether arguments in a properties file are rendered in strikethrough.
PROPERTIES_FILE_COLORING_ARGUMENT_UNDERLINE - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls whether arguments in a properties file are rendered in underline.
PROPERTIES_FILE_COLORING_ASSIGNMENT - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that holds the color used to render assignments in a properties file.
PROPERTIES_FILE_COLORING_ASSIGNMENT - Static variable in interface org.eclipse.jdt.ui.text.IJavaColorConstants
The color key for assignment in a properties file.
PROPERTIES_FILE_COLORING_ASSIGNMENT_BOLD - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls whether assignments in a properties file are rendered in bold.
PROPERTIES_FILE_COLORING_ASSIGNMENT_ITALIC - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls whether assignments in a properties file are rendered in italic.
PROPERTIES_FILE_COLORING_ASSIGNMENT_STRIKETHROUGH - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls whether assignments in a properties file are rendered in strikethrough.
PROPERTIES_FILE_COLORING_ASSIGNMENT_UNDERLINE - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls whether assignments in a properties file are rendered in underline.
PROPERTIES_FILE_COLORING_COMMENT - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that holds the color used to render comments in a properties file.
PROPERTIES_FILE_COLORING_COMMENT - Static variable in interface org.eclipse.jdt.ui.text.IJavaColorConstants
The color key for comments in a properties file (value "pf_coloring_comment").
PROPERTIES_FILE_COLORING_COMMENT_BOLD - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls whether comments in a properties file are rendered in bold.
PROPERTIES_FILE_COLORING_COMMENT_ITALIC - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls whether comments in a properties file are rendered in italic.
PROPERTIES_FILE_COLORING_COMMENT_STRIKETHROUGH - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls whether comments in a properties file are rendered in strikethrough.
PROPERTIES_FILE_COLORING_COMMENT_UNDERLINE - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls whether comments in a properties file are rendered in underline.
PROPERTIES_FILE_COLORING_KEY - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that holds the color used to render keys in a properties file.
PROPERTIES_FILE_COLORING_KEY - Static variable in interface org.eclipse.jdt.ui.text.IJavaColorConstants
The color key for keys in a properties file (value "pf_coloring_key").
PROPERTIES_FILE_COLORING_KEY_BOLD - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls whether keys in a properties file are rendered in bold.
PROPERTIES_FILE_COLORING_KEY_ITALIC - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls whether keys in a properties file are rendered in italic.
PROPERTIES_FILE_COLORING_KEY_STRIKETHROUGH - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls whether keys in a properties file are rendered in strikethrough.
PROPERTIES_FILE_COLORING_KEY_UNDERLINE - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls whether keys in a properties file are rendered in underline.
PROPERTIES_FILE_COLORING_VALUE - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that holds the color used to render values in a properties file.
PROPERTIES_FILE_COLORING_VALUE - Static variable in interface org.eclipse.jdt.ui.text.IJavaColorConstants
The color key for values in a properties file (value "pf_coloring_value").
PROPERTIES_FILE_COLORING_VALUE_BOLD - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls whether values in a properties file are rendered in bold.
PROPERTIES_FILE_COLORING_VALUE_ITALIC - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls whether values in a properties file are rendered in italic.
PROPERTIES_FILE_COLORING_VALUE_STRIKETHROUGH - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls whether values in a properties file are rendered in strikethrough.
PROPERTIES_FILE_COLORING_VALUE_UNDERLINE - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls whether values in a properties file are rendered in underline.
PROPERTIES_FILE_EDITOR_TEXT_FONT - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
The symbolic font name for the Java properties file editor text font (value "org.eclipse.jdt.ui.PropertiesFileEditor.textfont").
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.
PROTECT - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Flag constant (bit mask, value 4) indicating that this node is unmodifiable.
PROTECTED - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option value.
PROTECTED - Static variable in class org.eclipse.jdt.core.dom.Modifier
"protected" modifier constant (bit mask).
PROTECTED_KEYWORD - Static variable in class org.eclipse.jdt.core.dom.Modifier.ModifierKeyword
"protected" modifier with flag value Modifier.PROTECTED.
PUBLIC - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option value.
PUBLIC - Static variable in class org.eclipse.jdt.core.dom.Modifier
"public" modifier constant (bit mask).
PUBLIC_KEYWORD - Static variable in class org.eclipse.jdt.core.dom.Modifier.ModifierKeyword
"public" modifier with flag value Modifier.PUBLIC.
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").
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").
PUSH_DOWN - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the refactor -> push down action (value "org.eclipse.jdt.ui.edit.text.java.push.down").
PUSH_DOWN - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
Refactor menu: name of standard Push Down global action (value "org.eclipse.jdt.ui.actions.PushDown").
PUTFIELD - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
PUTSTATIC - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
P_COMPRESSED - Static variable in class org.eclipse.jdt.ui.JavaElementLabels
Package names are compressed.
P_POST_QUALIFIED - Static variable in class org.eclipse.jdt.ui.JavaElementLabels
Package names are post qualified.
P_QUALIFIED - Static variable in class org.eclipse.jdt.ui.JavaElementLabels
Package names are qualified.
PackageCollidesWithType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
PackageDeclaration - class org.eclipse.jdt.core.dom.PackageDeclaration.
Package declaration AST node type.
PackageDeclarationMatch - class org.eclipse.jdt.core.search.PackageDeclarationMatch.
A Java search match that represents a package declaration.
PackageDeclarationMatch(IJavaElement, int, int, int, SearchParticipant, IResource) - Constructor for class org.eclipse.jdt.core.search.PackageDeclarationMatch
Creates a new package declaration match.
PackageFragmentRootSourceContainer - class org.eclipse.jdt.launching.sourcelookup.containers.PackageFragmentRootSourceContainer.
Package fragment root source container.
PackageFragmentRootSourceContainer(IPackageFragmentRoot) - Constructor for class org.eclipse.jdt.launching.sourcelookup.containers.PackageFragmentRootSourceContainer
Constructs a new package fragment root source container on the given root.
PackageFragmentRootSourceLocation - class org.eclipse.jdt.launching.sourcelookup.PackageFragmentRootSourceLocation.
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 and org.eclipse.debug.core.sourcelookup.containers. This class has been replaced by org.eclipse.jdt.launching.sourcelookup.containers.PackageFragmentRootSourceContainer.
PackageFragmentRootSourceLocation() - Constructor for class org.eclipse.jdt.launching.sourcelookup.PackageFragmentRootSourceLocation
Deprecated. Creates an empty source location.
PackageFragmentRootSourceLocation(IPackageFragmentRoot) - Constructor for class org.eclipse.jdt.launching.sourcelookup.PackageFragmentRootSourceLocation
Deprecated. Creates a source location on the given package fragment root.
PackageIsNotExpectedPackage - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
PackageReferenceMatch - class org.eclipse.jdt.core.search.PackageReferenceMatch.
A Java search match that represents a package reference.
PackageReferenceMatch(IJavaElement, int, int, int, boolean, SearchParticipant, IResource) - Constructor for class org.eclipse.jdt.core.search.PackageReferenceMatch
Creates a new package reference match.
ParameterMismatch - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ParameterizedConstructorArgumentTypeMismatch - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ParameterizedMethodArgumentTypeMismatch - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ParameterizedType - class org.eclipse.jdt.core.dom.ParameterizedType.
Type node for a parameterized type (added in JLS3 API).
ParenthesizedExpression - class org.eclipse.jdt.core.dom.ParenthesizedExpression.
Parenthesized expression AST node type.
ParsingError - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ParsingErrorDeleteToken - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ParsingErrorDeleteTokens - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ParsingErrorInsertToComplete - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ParsingErrorInsertToCompletePhrase - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ParsingErrorInsertToCompleteScope - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ParsingErrorInsertTokenAfter - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ParsingErrorInsertTokenBefore - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ParsingErrorInvalidToken - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ParsingErrorMergeTokens - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ParsingErrorMisplacedConstruct - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ParsingErrorNoSuggestion - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ParsingErrorNoSuggestionForTokens - 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
 
ParsingErrorReplaceTokens - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ParsingErrorUnexpectedEOF - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
PatternQuerySpecification - class org.eclipse.jdt.ui.search.PatternQuerySpecification.
Describes a search query by giving a textual pattern to search for.
PatternQuerySpecification(String, int, boolean, int, IJavaSearchScope, String) - Constructor for class org.eclipse.jdt.ui.search.PatternQuerySpecification
 
PossibleAccidentalBooleanAssignment - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
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).
PreferenceConstants - class org.eclipse.jdt.ui.PreferenceConstants.
Preference constants used in the JDT-UI preference store.
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).
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).
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() - 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.
ProblemsLabelDecorator.ProblemsLabelChangedEvent - class org.eclipse.jdt.ui.ProblemsLabelDecorator.ProblemsLabelChangedEvent.
This is a special LabelProviderChangedEvent carrying additional information whether the event origins 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.
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.
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.
PublicClassMustMatchFileName - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
PullUpAction - class org.eclipse.jdt.ui.actions.PullUpAction.
Action to pull up method and fields into a superclass.
PullUpAction(IWorkbenchSite) - Constructor for class org.eclipse.jdt.ui.actions.PullUpAction
Creates a new PullUpAction.
PullUpAction(CompilationUnitEditor) - Constructor for class org.eclipse.jdt.ui.actions.PullUpAction
Note: This constructor is for internal use only.
PushDownAction - class org.eclipse.jdt.ui.actions.PushDownAction.
Action to push down methods and fields into subclasses.
PushDownAction(IWorkbenchSite) - Constructor for class org.eclipse.jdt.ui.actions.PushDownAction
Creates a new PushDownAction.
PushDownAction(CompilationUnitEditor) - Constructor for class org.eclipse.jdt.ui.actions.PushDownAction
Note: This constructor is for internal use only.
packageChanged() - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
A hook method that gets called when the package field has changed.
parameters() - Method in class org.eclipse.jdt.core.dom.MethodDeclaration
Returns the live ordered list of method parameter declarations for this method declaration.
parameters() - Method in class org.eclipse.jdt.core.dom.MethodRef
Returns the live ordered list of method parameter references for this method reference.
parseCompilationUnit(ICompilationUnit, boolean) - Static method in class org.eclipse.jdt.core.dom.AST
Deprecated. Use ASTParser instead.
parseCompilationUnit(IClassFile, boolean) - Static method in class org.eclipse.jdt.core.dom.AST
Deprecated. Use ASTParser instead.
parseCompilationUnit(char[], String, IJavaProject) - Static method in class org.eclipse.jdt.core.dom.AST
Deprecated. Use ASTParser instead.
parseCompilationUnit(char[]) - Static method in class org.eclipse.jdt.core.dom.AST
Deprecated. Use ASTParser instead.
pathMatch(char[], char[], boolean, char) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers true if the pattern matches the filepath using the pathSepatator, false otherwise.
perform(Shell, IRunnableContext) - Method in class org.eclipse.jdt.ui.refactoring.RenameSupport
Executes the rename refactoring without showing a dialog to gather additional user input (for example the new name of the IJavaElement).
performApply(ILaunchConfigurationWorkingCopy) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.AppletMainTab
 
performApply(ILaunchConfigurationWorkingCopy) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.AppletParametersTab
 
performApply(ILaunchConfigurationWorkingCopy) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaArgumentsTab
 
performApply(ILaunchConfigurationWorkingCopy) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaClasspathTab
 
performApply(ILaunchConfigurationWorkingCopy) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaConnectTab
 
performApply(ILaunchConfigurationWorkingCopy) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaJRETab
 
performApply(ILaunchConfigurationWorkingCopy) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaMainTab
 
performApply(ILaunchConfigurationWorkingCopy) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaSourceLookupTab
Deprecated.  
performDefaults() - Method in interface org.eclipse.jdt.ui.text.folding.IJavaFoldingPreferenceBlock
Called when the Defaults button is pressed on the preference page.
performOk() - Method in interface org.eclipse.jdt.ui.text.folding.IJavaFoldingPreferenceBlock
Called when the OK button is pressed on the preference page.
postVisit(ASTNode) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given AST node following the type-specific visit (after endVisit).
preCheck() - Method in class org.eclipse.jdt.ui.refactoring.RenameSupport
Executes some light weight precondition checking.
preLaunchCheck(ILaunchConfiguration, String, IProgressMonitor) - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
 
preVisit(ASTNode) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
Visits the given AST node prior to the type-specific visit.
prefixEquals(char[], char[]) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers true if the given name starts with the given prefix, false otherwise.
prefixEquals(char[], char[], boolean) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
Answers true if the given name starts with the given prefix, false otherwise.
prefixLength - Variable in class org.eclipse.jdt.core.CorrectionEngine
This field is not intended to be used by client.
prepareStopInMain(ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
Determines if the given launch configuration specifies the "stop-in-main" attribute, and sets up an event listener to handle the option if required.
printStackTrace(PrintStream) - Method in class org.eclipse.jdt.core.JavaModelException
Prints this exception's stack trace to the given print stream.
printStackTrace(PrintWriter) - Method in class org.eclipse.jdt.core.JavaModelException
Prints this exception's stack trace to the given print writer.
processDelta(IJavaElementDelta) - Method in class org.eclipse.jdt.ui.JavaElementContentProvider
Deprecated. Processes a delta recursively.
properties() - Method in class org.eclipse.jdt.core.dom.ASTNode
Returns an unmodifiable table of the properties of this node with non-null values.
propertyChange(PropertyChangeEvent) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaConnectTab
 
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.AnnotationTypeDeclaration
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.AnnotationTypeMemberDeclaration
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.AnonymousClassDeclaration
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.ArrayAccess
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.ArrayCreation
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.ArrayInitializer
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.ArrayType
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.AssertStatement
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.Assignment
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.Block
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.BlockComment
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.BooleanLiteral
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.BreakStatement
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.CastExpression
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.CatchClause
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.CharacterLiteral
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.ClassInstanceCreation
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.CompilationUnit
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.ConditionalExpression
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.ConstructorInvocation
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.ContinueStatement
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.DoStatement
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.EmptyStatement
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.EnhancedForStatement
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.EnumConstantDeclaration
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.EnumDeclaration
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.ExpressionStatement
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.FieldAccess
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.FieldDeclaration
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.ForStatement
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.IfStatement
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.ImportDeclaration
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.InfixExpression
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.Initializer
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.InstanceofExpression
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.Javadoc
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.LabeledStatement
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.LineComment
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.MarkerAnnotation
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.MemberRef
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.MemberValuePair
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.MethodDeclaration
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.MethodInvocation
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.MethodRef
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.MethodRefParameter
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.Modifier
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.NormalAnnotation
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.NullLiteral
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.NumberLiteral
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.PackageDeclaration
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.ParameterizedType
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.ParenthesizedExpression
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.PostfixExpression
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.PrefixExpression
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.PrimitiveType
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.QualifiedName
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.QualifiedType
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.ReturnStatement
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.SimpleName
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.SimpleType
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.SingleMemberAnnotation
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.SingleVariableDeclaration
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.StringLiteral
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.SuperConstructorInvocation
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.SuperFieldAccess
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.SuperMethodInvocation
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.SwitchCase
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.SwitchStatement
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.SynchronizedStatement
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.TagElement
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.TextElement
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.ThisExpression
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.ThrowStatement
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.TryStatement
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.TypeDeclaration
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.TypeDeclarationStatement
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.TypeLiteral
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.TypeParameter
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.VariableDeclarationExpression
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.VariableDeclarationFragment
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.VariableDeclarationStatement
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.WhileStatement
Returns a list of structural property descriptors for this node type.
propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.WildcardType
Returns a list of structural property descriptors for this node type.
providesWorkingCopies() - Method in interface org.eclipse.jdt.ui.IWorkingCopyProvider
Returns true if the content provider returns working copy elements; otherwise false is returned.
providesWorkingCopies() - Method in class org.eclipse.jdt.ui.StandardJavaElementContentProvider
 

Eclipse JDT
Release 3.1
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, 2005. All Rights Reserved.