Overview

 
Package  Class  Use  Tree  Deprecated  Help 
Eclipse JDT
Release 3.0
 PREV LETTER   NEXT LETTER FRAMES    NO FRAMES  
A B C D E F G H I J K L M N O P Q R S T U V W X Y 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.
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.
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.
PREVIEW_EXPAND_FIRST_NODE - Static variable in class org.eclipse.ltk.ui.refactoring.RefactoringWizard
Flag (value 32) indicating that the first change node presented in the preview page should be fully expanded.
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").
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
 
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
 
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
 
ParticipantManager - class org.eclipse.ltk.core.refactoring.participants.ParticipantManager.
Facade to access the rename, move, delete, create and copy participant extension point provided by the org.eclipse.ltk.core.refactoring plug-in.
PerformChangeOperation - class org.eclipse.ltk.core.refactoring.PerformChangeOperation.
Operation that, when run, performs a Change object.
PerformChangeOperation(Change) - Constructor for class org.eclipse.ltk.core.refactoring.PerformChangeOperation
Creates a new perform change operation instance for the given change.
PerformChangeOperation(CreateChangeOperation) - Constructor for class org.eclipse.ltk.core.refactoring.PerformChangeOperation
Creates a new PerformChangeOperation for the given CreateChangeOperation.
PerformRefactoringOperation - class org.eclipse.ltk.core.refactoring.PerformRefactoringOperation.
Operation that, when run, executes a refactoring.
PerformRefactoringOperation(Refactoring, int) - Constructor for class org.eclipse.ltk.core.refactoring.PerformRefactoringOperation
Create a new perform refactoring operation.
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.
ProcessorBasedRefactoring - class org.eclipse.ltk.core.refactoring.participants.ProcessorBasedRefactoring.
An abstract base implementation for refactorings that are split into one refactoring processor and 0..n participants.
ProcessorBasedRefactoring() - Constructor for class org.eclipse.ltk.core.refactoring.participants.ProcessorBasedRefactoring
Creates a new processor based refactoring.
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.
peekRedoName() - Method in interface org.eclipse.ltk.core.refactoring.IUndoManager
Returns the name of the top most redo.
peekUndoName() - Method in interface org.eclipse.ltk.core.refactoring.IUndoManager
Returns the name of the top most undo.
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).
perform(IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.Change
Performs this change.
perform(IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.CompositeChange
Performs this change. If this method is call on an invalid or disabled change object the result is unspecified. Changes should in general not respond to IProgressMonitor.isCanceled() since canceling a change tree in the middle of its execution leaves the workspace in a half changed state. The composite change sends perform to all its enabled children.
perform(IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.NullChange
Performs this change. If this method is call on an invalid or disabled change object the result is unspecified. Changes should in general not respond to IProgressMonitor.isCanceled() since canceling a change tree in the middle of its execution leaves the workspace in a half changed state.
perform(IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.TextChange
Performs this change. If this method is call on an invalid or disabled change object the result is unspecified. Changes should in general not respond to IProgressMonitor.isCanceled() since canceling a change tree in the middle of its execution leaves the workspace in a half changed state.
perform(IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.UndoTextFileChange
Performs this change. If this method is call on an invalid or disabled change object the result is unspecified. Changes should in general not respond to IProgressMonitor.isCanceled() since canceling a change tree in the middle of its execution leaves the workspace in a half changed state.
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.  
performCancel() - Method in class org.eclipse.ltk.ui.refactoring.RefactoringWizard
 
performDefaults() - Method in interface org.eclipse.jdt.ui.text.folding.IJavaFoldingPreferenceBlock
Called when the Defaults button is pressed on the preference page.
performFinish() - Method in class org.eclipse.ltk.ui.refactoring.RefactoringWizard
 
performFinish() - Method in class org.eclipse.ltk.ui.refactoring.RefactoringWizardPage
Performs any actions appropriate in response to the user having pressed the Finish button, or refuse if finishing now is not permitted.
performFinish() - Method in class org.eclipse.ltk.ui.refactoring.UserInputWizardPage
Performs any actions appropriate in response to the user having pressed the Finish button, or refuse if finishing now is not permitted. This method is called by the refactoring wizard on the currently active refactoring wizard page.
performOk() - Method in interface org.eclipse.jdt.ui.text.folding.IJavaFoldingPreferenceBlock
Called when the OK button is pressed on the preference page.
performRedo(IValidationCheckResultQuery, IProgressMonitor) - Method in interface org.eclipse.ltk.core.refactoring.IUndoManager
Redo the top most redo change.
performUndo(IValidationCheckResultQuery, IProgressMonitor) - Method in interface org.eclipse.ltk.core.refactoring.IUndoManager
Undo the top most undo change.
postCreateChange(Change[], IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.participants.RefactoringProcessor
Additional hook allowing processor's to add changes to the set of workspace modifications after all participant changes have been created.
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.
proceed(RefactoringStatus) - Method in interface org.eclipse.ltk.core.refactoring.IValidationCheckResultQuery
Returns whether the undo proceeds or not.
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
 


 

Overview

 
Package  Class  Use  Tree  Deprecated  Help 
Eclipse JDT
Release 3.0
 PREV LETTER   NEXT LETTER FRAMES    NO FRAMES  
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _


Copyright (c) IBM Corp. and others 2000, 2004. All Rights Reserved.