Eclipse Platform
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 Y Z

P

P_CHILDREN - Static variable in interface org.eclipse.jface.viewers.IBasicPropertyConstants
Property name constant (value "org.eclipse.jface.children") for an element's children.
P_CURRENT_FRAME - Static variable in class org.eclipse.ui.views.framelist.FrameList
Property name constant for the current frame.
P_DISPLAY_LAST_MODIFIED - Static variable in interface org.eclipse.ui.views.properties.IResourcePropertyConstants
The IResource category for last modified
P_DISPLAY_SIZE - Static variable in interface org.eclipse.ui.views.properties.IResourcePropertyConstants
The IResource property key for displaying size
P_DISPLAYEDITABLE_RES - Static variable in interface org.eclipse.ui.views.properties.IResourcePropertyConstants
The IResource property key for display read-only.
P_DISPLAYPATH_RES - Static variable in interface org.eclipse.ui.views.properties.IResourcePropertyConstants
The IResource property key for display path.
P_EDITABLE_RES - Static variable in interface org.eclipse.ui.views.properties.IResourcePropertyConstants
The IResource property key for read-only.
P_ENABLED - Static variable in interface org.eclipse.jface.action.IContributionManagerOverrides
Id for the enabled property.
P_FILE_SYSTEM_CATEGORY - Static variable in interface org.eclipse.ui.views.properties.IResourcePropertyConstants
The IResource category for the base values
P_IMAGE - Static variable in interface org.eclipse.jface.viewers.IBasicPropertyConstants
Property name constant (value "org.eclipse.jface.image") for an element's label image.
P_LABEL_RES - Static variable in interface org.eclipse.ui.views.properties.IResourcePropertyConstants
The IResource property key for name.
P_LAST_MODIFIED_RES - Static variable in interface org.eclipse.ui.views.properties.IResourcePropertyConstants
The IResource property key for path.
P_PARENT - Static variable in interface org.eclipse.jface.viewers.IBasicPropertyConstants
Property name constant (value "org.eclipse.jface.parent") for an element's parent object.
P_PATH_RES - Static variable in interface org.eclipse.ui.views.properties.IResourcePropertyConstants
The IResource property key for path.
P_SIZE_RES - Static variable in interface org.eclipse.ui.views.properties.IResourcePropertyConstants
The IResource property key for path.
P_TEXT - Static variable in interface org.eclipse.jface.viewers.IBasicPropertyConstants
Property name constant (value "org.eclipse.jface.text") for an element's label text.
pack - Variable in class org.eclipse.swt.layout.RowLayout
pack specifies whether all controls in the layout are forced to be the same size.
pack() - Method in class org.eclipse.swt.widgets.TableColumn
Causes the receiver to be resized to its preferred size.
pack() - Method in class org.eclipse.swt.widgets.Control
Causes the receiver to be resized to its preferred size.
pack(boolean) - Method in class org.eclipse.swt.widgets.Control
Causes the receiver to be resized to its preferred size.
page - Variable in class org.eclipse.ui.part.PageBookView.PageRec
The page.
Page - class org.eclipse.ui.part.Page.
Abstract base superclass for pages in a pagebook view.
PAGE_DOWN - Static variable in class org.eclipse.swt.SWT
keyboard event constant representing the PAGE DOWN key (value is (1<<24)+6)
PAGE_DOWN - Static variable in class org.eclipse.swt.custom.ST
 
PAGE_DOWN - Static variable in interface org.eclipse.ui.texteditor.ITextEditorActionDefinitionIds
Action definition id of the navigate goto next page action.
PAGE_RANGE - Static variable in class org.eclipse.swt.printing.PrinterData
scope field value indicating that the range of pages specified by startPage and endPage should be printed
PAGE_UP - Static variable in class org.eclipse.swt.SWT
keyboard event constant representing the PAGE UP key (value is (1<<24)+5)
PAGE_UP - Static variable in class org.eclipse.swt.custom.ST
 
PAGE_UP - Static variable in interface org.eclipse.ui.texteditor.ITextEditorActionDefinitionIds
Action definition id of the navigate goto previous page action.
Page() - Constructor for class org.eclipse.ui.part.Page
 
pageActivated(IWorkbenchPage) - Method in interface org.eclipse.ui.IPageListener
Notifies this listener that the given page has been activated.
PageBook - class org.eclipse.ui.part.PageBook.
A pagebook is a composite control where only a single control is visible at a time.
PageBook.PageBookLayout - class org.eclipse.ui.part.PageBook.PageBookLayout.
[Issue: This class should be declared private.]
PageBook.PageBookLayout() - Constructor for class org.eclipse.ui.part.PageBook.PageBookLayout
 
PageBook(Composite, int) - Constructor for class org.eclipse.ui.part.PageBook
Creates a new empty pagebook.
PageBookView - class org.eclipse.ui.part.PageBookView.
Abstract superclass of all multi-page workbench views.
PageBookView.PageRec - class org.eclipse.ui.part.PageBookView.PageRec.
A data structure used to store the information about a single page within a pagebook view.
PageBookView.PageRec(IWorkbenchPart, IPage) - Constructor for class org.eclipse.ui.part.PageBookView.PageRec
Creates a new page record initialized to the given part and page.
PageBookView.SelectionProvider - class org.eclipse.ui.part.PageBookView.SelectionProvider.
A selection provider/listener for this view.
PageBookView.SelectionProvider() - Constructor for class org.eclipse.ui.part.PageBookView.SelectionProvider
 
PageBookView() - Constructor for class org.eclipse.ui.part.PageBookView
Creates a new pagebook view.
pageChange(int) - Method in class org.eclipse.ui.part.MultiPageEditorPart
Notifies this multi-page editor that the page with the given id has been activated.
pageClosed(IWorkbenchPage) - Method in interface org.eclipse.ui.IPageListener
Notifies this listener that the given page has been closed.
pageOpened(IWorkbenchPage) - Method in interface org.eclipse.ui.IPageListener
Notifies this listener that the given page has been opened.
PageSite - class org.eclipse.ui.part.PageSite.
This implemetation of IPageSite provides a site for a page within a PageBookView.
PageSite(IViewSite) - Constructor for class org.eclipse.ui.part.PageSite
Creates a new sub view site of the given parent view site.
Paint - Static variable in class org.eclipse.swt.SWT
paint event type (value is 9)
paint(GC, Canvas, Rectangle) - Method in class org.eclipse.jface.text.source.Annotation
Implement this method to draw a graphical representation of this annotation within the given bounds.
paint(GC, Canvas, Rectangle) - Method in class org.eclipse.ui.texteditor.MarkerAnnotation
 
paint(GC, Canvas, Rectangle) - Method in class org.eclipse.ui.texteditor.DefaultRangeIndicator
 
paintControl(PaintEvent) - Method in interface org.eclipse.swt.events.PaintListener
Sent when a paint event occurs for the control.
PaintEvent - class org.eclipse.swt.events.PaintEvent.
Instances of this class are sent as a result of visible areas of controls requiring re-painting.
PaintEvent(Event) - Constructor for class org.eclipse.swt.events.PaintEvent
Constructs a new instance of this class based on the information in the given untyped event.
PaintListener - interface org.eclipse.swt.events.PaintListener.
Classes which implement this interface provide methods that deal with the events that are generated when the control needs to be painted.
palette - Variable in class org.eclipse.swt.graphics.ImageData
the color table for the image
PaletteData - class org.eclipse.swt.graphics.PaletteData.
Instances of this class describe the color data used by an image.
PaletteData(int, int, int) - Constructor for class org.eclipse.swt.graphics.PaletteData
Constructs a new direct palette given the red, green and blue masks.
PaletteData(RGB[]) - Constructor for class org.eclipse.swt.graphics.PaletteData
Constructs a new indexed palette given an array of RGB values.
PARENT_FRAME - Static variable in interface org.eclipse.ui.views.framelist.IFrameSource
Frame constant indicating the parent frame.
parentDocumentAboutToBeChanged(DocumentEvent) - Method in class org.eclipse.jface.text.ChildDocument
When called this child document is informed about a forthcoming change of its parent document.
parentDocumentChanged(DocumentEvent) - Method in class org.eclipse.jface.text.ChildDocument
When called this child document is informed about a change of its parent document.
PARSE_PROBLEM - Static variable in class org.eclipse.core.runtime.Platform
Status code constant (value 1) indicating a problem in a plug-in manifest (plugin.xml) file.
parse(InputStream) - Method in class org.eclipse.update.core.model.DefaultSiteParser
Parses the specified input steam and constructs a site model.
parse(InputStream) - Method in class org.eclipse.update.core.model.DefaultFeatureParser
Parses the specified input steam and constructs a feature model.
parseFeature(InputStream) - Method in class org.eclipse.update.core.model.FeatureModelFactory
Creates and populates a default feature from stream.
parsePlugins(URL[], Factory) - Static method in class org.eclipse.core.runtime.Platform
Returns a plug-in registry containing all of the plug-ins discovered on the given plug-in path.
parseSite(InputStream) - Method in class org.eclipse.update.core.model.SiteModelFactory
Creates and populates a default site from stream.
parseString(String) - Method in class org.eclipse.jface.preference.PathEditor
 
parseString(String) - Method in class org.eclipse.jface.preference.ListEditor
Splits the given string into a list of strings.
part - Variable in class org.eclipse.ui.part.PageBookView.PageRec
The part.
partActivated(IWorkbenchPart) - Method in interface org.eclipse.ui.IPartListener
Notifies this listener that the given part has been activated.
partActivated(IWorkbenchPart) - Method in class org.eclipse.ui.actions.RetargetAction
A workbench part has been activated.
partActivated(IWorkbenchPart) - Method in class org.eclipse.ui.actions.PartEventAction
The PartEventAction implementation of this IPartListener method records that the given part is active.
partActivated(IWorkbenchPart) - Method in class org.eclipse.ui.part.PageBookView
The PageBookView implementation of this IPartListener method shows the page when the given part is activated.
partActivated(IWorkbenchPart) - Method in class org.eclipse.ui.views.properties.PropertySheet
The PropertySheet implementation of this IPartListener method first sees if the active part is an IContributedContentsView adapter and if so, asks it for its contributing part.
partBroughtToTop(IWorkbenchPart) - Method in interface org.eclipse.ui.IPartListener
Notifies this listener that the given part has been brought to the top.
partBroughtToTop(IWorkbenchPart) - Method in class org.eclipse.ui.actions.PartEventAction
The PartEventAction implementation of this IPartListener method does nothing.
partBroughtToTop(IWorkbenchPart) - Method in class org.eclipse.ui.part.PageBookView
The PageBookView implementation of this IPartListener method does nothing.
partBroughtToTop(IWorkbenchPart) - Method in class org.eclipse.ui.views.contentoutline.ContentOutline
 
partClosed(IWorkbenchPart) - Method in interface org.eclipse.ui.IPartListener
Notifies this listener that the given part has been closed.
partClosed(IWorkbenchPart) - Method in class org.eclipse.ui.actions.RetargetAction
A workbench part has been closed.
partClosed(IWorkbenchPart) - Method in class org.eclipse.ui.actions.PartEventAction
The PartEventAction implementation of this IPartListener method clears the active part if it just closed.
partClosed(IWorkbenchPart) - Method in class org.eclipse.ui.part.PageBookView
The PageBookView implementation of this IPartListener method deal with the closing of the active part.
partDeactivated(IWorkbenchPart) - Method in interface org.eclipse.ui.IPartListener
Notifies this listener that the given part has been deactivated.
partDeactivated(IWorkbenchPart) - Method in class org.eclipse.ui.actions.RetargetAction
A workbench part has been deactivated.
partDeactivated(IWorkbenchPart) - Method in class org.eclipse.ui.actions.PartEventAction
The PartEventAction implementation of this IPartListener method records that there is no active part.
partDeactivated(IWorkbenchPart) - Method in class org.eclipse.ui.part.PageBookView
The PageBookView implementation of this IPartListener method does nothing.
PartEventAction - class org.eclipse.ui.actions.PartEventAction.
The abstract superclass for actions that listen to part activation and open/close events.
PartEventAction(String) - Constructor for class org.eclipse.ui.actions.PartEventAction
Creates a new action with the given text.
PartInitException - exception org.eclipse.ui.PartInitException.
A checked exception indicating a workbench part cannot be initialized correctly.
PartInitException(IStatus) - Constructor for class org.eclipse.ui.PartInitException
Creates a new exception with the given status object.
PartInitException(String) - Constructor for class org.eclipse.ui.PartInitException
Creates a new exception with the given message.
PartInitException(String, Throwable) - Constructor for class org.eclipse.ui.PartInitException
Creates a new exception with the given message.
PARTNER_NOT_REGISTERED - Static variable in interface org.eclipse.core.resources.IResourceStatus
Status code constant (value 375) indicating that the sync partner is not registered with the workspace synchronizer.
partOpened(IWorkbenchPart) - Method in interface org.eclipse.ui.IPartListener
Notifies this listener that the given part has been opened.
partOpened(IWorkbenchPart) - Method in class org.eclipse.ui.actions.PartEventAction
The PartEventAction implementation of this IPartListener method does nothing.
partOpened(IWorkbenchPart) - Method in class org.eclipse.ui.part.PageBookView
The PageBookView implementation of this IPartListener method does nothing.
PASTE - Static variable in interface org.eclipse.jface.text.ITextOperationTarget
Text operation code for inserting the clipboard content at the current position.
PASTE - Static variable in class org.eclipse.jface.viewers.CellEditor
Property name for the paste action
PASTE - Static variable in class org.eclipse.swt.custom.ST
 
PASTE - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
Edit menu: name of standard Paste global action (value "paste").
PASTE - Static variable in interface org.eclipse.ui.texteditor.IWorkbenchActionDefinitionIds
Action definition id of the edit past action.
PASTE_ACTION - Static variable in interface org.eclipse.debug.ui.IDebugView
Action id for a view's paste action.
PASTE_ACTION - Static variable in interface org.eclipse.ui.texteditor.IAbstractTextEditorHelpContextIds
Help context id for the action.
paste() - Method in class org.eclipse.swt.custom.StyledText
Replaces the selection with the clipboard text or insert the text at the current caret offset if there is no selection.
paste() - Method in class org.eclipse.swt.widgets.Text
Pastes text from clipboard.
Path - class org.eclipse.core.runtime.Path.
The standard implementation of the IPath interface.
PATH - Static variable in interface org.eclipse.ui.IResourceActionFilter
An attribute indicating the file path (value "path").
PATH_OCCUPIED - Static variable in interface org.eclipse.core.resources.IResourceStatus
Status code constant (value 374) indicating that the path of a resource being created is occupied by an existing resource of a different type.
Path(String) - Constructor for class org.eclipse.core.runtime.Path
Constructs a new path from the given string path.
Path(String, String) - Constructor for class org.eclipse.core.runtime.Path
Constructs a new path from the given device id and string path.
PathEditor - class org.eclipse.jface.preference.PathEditor.
A field editor to edit directory paths.
PathEditor() - Constructor for class org.eclipse.jface.preference.PathEditor
Creates a new path field editor
PathEditor(String, String, String, Composite) - Constructor for class org.eclipse.jface.preference.PathEditor
Creates a path field editor.
PatternRule - class org.eclipse.jface.text.rules.PatternRule.
Standard implementation of IPredicateRule.
PatternRule(String, String, IToken, char, boolean) - Constructor for class org.eclipse.jface.text.rules.PatternRule
Creates a rule for the given starting and ending sequence.
peek(JarContentReference.ContentSelector, InstallMonitor) - Method in class org.eclipse.update.core.JarContentReference
Peeks into the referenced jar archive.
peek(String, JarContentReference.ContentSelector, InstallMonitor) - Method in class org.eclipse.update.core.JarContentReference
Peeks into the referenced jar archive looking for the named entry.
perform(IDocument, IDocumentListener) - Method in interface org.eclipse.jface.text.IDocumentExtension.IReplace
Executes the replace operation on the given document.
performAction() - Method in interface org.eclipse.search.ui.ISearchPage
Performs the action for this page.
performApply() - Method in class org.eclipse.jface.preference.PreferencePage
Performs special processing when this page's Apply button has been pressed.
performApply(ILaunchConfigurationWorkingCopy) - Method in interface org.eclipse.debug.ui.ILaunchConfigurationTabGroup
Copies values from this group's tabs into the given launch configuration.
performApply(ILaunchConfigurationWorkingCopy) - Method in interface org.eclipse.debug.ui.ILaunchConfigurationTab
Copies values from this tab into the given launch configuration.
performApply(ILaunchConfigurationWorkingCopy) - Method in class org.eclipse.debug.ui.CommonTab
 
performApply(ILaunchConfigurationWorkingCopy) - Method in class org.eclipse.debug.ui.AbstractLaunchConfigurationTabGroup
By default, delegate to all of the tabs in this group.
performCancel() - Method in class org.eclipse.jface.preference.PreferencePage
The preference page implementation of an IPreferencePage method performs special processing when this page's Cancel button has been pressed.
performCancel() - Method in interface org.eclipse.jface.preference.IPreferencePage
Notifies that the container of this preference page has been canceled.
performCancel() - Method in class org.eclipse.jface.wizard.Wizard
The Wizard implementation of this IWizard method does nothing and returns true.
performCancel() - Method in interface org.eclipse.jface.wizard.IWizard
Performs any actions appropriate in response to the user having pressed the Cancel button, or refuse if canceling now is not permitted.
performCancel() - Method in class org.eclipse.ui.wizards.datatransfer.ZipFileImportWizard
 
performCancel() - Method in class org.eclipse.ui.wizards.datatransfer.ExternalProjectImportWizard
 
performCopy() - Method in class org.eclipse.jface.viewers.TextCellEditor
The TextCellEditor implementation of this CellEditor method copies the current selection to the clipboard.
performCopy() - Method in class org.eclipse.jface.viewers.CellEditor
Performs the copy action.
performCut() - Method in class org.eclipse.jface.viewers.TextCellEditor
The TextCellEditor implementation of this CellEditor method cuts the current selection to the clipboard.
performCut() - Method in class org.eclipse.jface.viewers.CellEditor
Performs the cut action.
performDefaults() - Method in class org.eclipse.jface.preference.PreferencePage
Performs special processing when this page's Defaults button has been pressed.
performDefaults() - Method in class org.eclipse.jface.preference.FieldEditorPreferencePage
The field editor preference page implementation of a PreferencePage method loads all the field editors with their default values.
performDelete() - Method in class org.eclipse.jface.viewers.TextCellEditor
The TextCellEditor implementation of this CellEditor method deletes the current selection or, if there is no selection, the character next character from the current position.
performDelete() - Method in class org.eclipse.jface.viewers.CellEditor
Performs the delete action.
performDrop(Object) - Method in class org.eclipse.jface.viewers.ViewerDropAdapter
Performs any work associated with the drop.
performDrop(Object) - Method in class org.eclipse.ui.part.PluginDropAdapter
 
performDrop(Object) - Method in class org.eclipse.ui.views.navigator.NavigatorDropAdapter
 
performFind() - Method in class org.eclipse.jface.viewers.CellEditor
Performs the find action.
performFinish() - Method in class org.eclipse.jface.wizard.Wizard
Subclasses must implement this IWizard method to perform any special finish processing for their wizard.
performFinish() - Method in interface org.eclipse.jface.wizard.IWizard
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.ui.wizards.datatransfer.ZipFileImportWizard
 
performFinish() - Method in class org.eclipse.ui.wizards.datatransfer.ZipFileExportWizard
 
performFinish() - Method in class org.eclipse.ui.wizards.datatransfer.FileSystemImportWizard
 
performFinish() - Method in class org.eclipse.ui.wizards.datatransfer.FileSystemExportWizard
 
performFinish() - Method in class org.eclipse.ui.wizards.datatransfer.ExternalProjectImportWizard
 
performFinish() - Method in class org.eclipse.ui.wizards.newresource.BasicNewProjectResourceWizard
 
performFinish() - Method in class org.eclipse.ui.wizards.newresource.BasicNewFolderResourceWizard
 
performFinish() - Method in class org.eclipse.ui.wizards.newresource.BasicNewFileResourceWizard
 
performHelp() - Method in interface org.eclipse.jface.dialogs.IDialogPage
Notifies that help has been requested for this dialog page.
performHelp() - Method in class org.eclipse.jface.dialogs.DialogPage
This default implementation of an IDialogPage method does nothing.
performOk() - Method in class org.eclipse.jface.preference.PreferencePage
Method declared on IPreferencePage.
performOk() - Method in interface org.eclipse.jface.preference.IPreferencePage
Notifies that the OK button of this page's container has been pressed.
performOk() - Method in class org.eclipse.jface.preference.FieldEditorPreferencePage
The field editor preference page implementation of this PreferencePage method saves all field editors by calling FieldEditor.store.
performPaste() - Method in class org.eclipse.jface.viewers.TextCellEditor
The TextCellEditor implementation of this CellEditor method pastes the the clipboard contents over the current selection.
performPaste() - Method in class org.eclipse.jface.viewers.CellEditor
Performs the paste action.
performRedo() - Method in class org.eclipse.jface.viewers.CellEditor
Performs the redo action.
performSaveAs(IProgressMonitor) - Method in class org.eclipse.ui.editors.text.TextEditor
The TextEditor implementation of this AbstractTextEditor method asks the user for the workspace path of a file resource and saves the document there.
performSaveAs(IProgressMonitor) - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
Performs a save as and reports the result state back to the given progress monitor.
performSaveOperation(WorkspaceModifyOperation, IProgressMonitor) - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
Performs the given save operation and handles errors appropriatly.
performSelectAll() - Method in class org.eclipse.jface.viewers.TextCellEditor
The TextCellEditor implementation of this CellEditor method selects all of the current text.
performSelectAll() - Method in class org.eclipse.jface.viewers.CellEditor
Performs the select all action.
performUndo() - Method in class org.eclipse.jface.viewers.CellEditor
Performs the undo action.
PERSISTED - Static variable in interface org.eclipse.debug.core.model.IBreakpoint
Persisted breakpoint marker attribute (value "org.eclipse.debug.core.persisted").
PERSISTENT_PROPERTY - Static variable in interface org.eclipse.ui.IResourceActionFilter
An attribute indicating a persistent property on the selected resource (value "persistentProperty").
PERSPECTIVE_DEFAULT - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Constant for referring to a default perspective.
PERSPECTIVE_NONE - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Constant for referring to no perspective.
perspectiveActivated(IWorkbenchPage, IPerspectiveDescriptor) - Method in interface org.eclipse.ui.IPerspectiveListener
Notifies this listener that the given page's perspective has been activated.
perspectiveChanged(IWorkbenchPage, IPerspectiveDescriptor, String) - Method in interface org.eclipse.ui.IPerspectiveListener
Notifies this listener that the given page's perspective has change in some way (e.g.
PerspectiveMenu - class org.eclipse.ui.actions.PerspectiveMenu.
A menu for perspective selection.
PerspectiveMenu(IWorkbenchWindow, String) - Constructor for class org.eclipse.ui.actions.PerspectiveMenu
Constructs a new instance of PerspectiveMenu.
PHONETIC - Static variable in class org.eclipse.swt.SWT
Input Method Editor style constant for phonetic input behavior (value is 1<<4)
PI_ANTCORE - Static variable in class org.eclipse.ant.core.AntCorePlugin
Unique identifier constant (value "org.eclipse.ant.core") for the Ant Core plug-in.
PI_BOOT - Static variable in class org.eclipse.core.boot.BootLoader
The unique identifier constant (value "org.eclipse.core.boot") of the Core Boot (pseudo-) plug-in.
PI_RESOURCES - Static variable in class org.eclipse.core.resources.ResourcesPlugin
Unique identifier constant (value "org.eclipse.core.resources") for the standard Resources plug-in.
PI_RUNTIME - Static variable in class org.eclipse.core.runtime.Platform
The unique identifier constant (value "org.eclipse.core.runtime") of the Core Runtime (pseudo-) plug-in.
pIDataObject - Variable in class org.eclipse.swt.dnd.TransferData
The pIDataObject is the address of an IDataObject OLE Interface which provides access to the data associated with the transfer.
Platform - class org.eclipse.core.runtime.Platform.
The central class of the Eclipse Platform Runtime.
PlatformObject - class org.eclipse.core.runtime.PlatformObject.
An abstract superclass implementing the IAdaptable interface.
PlatformObject() - Constructor for class org.eclipse.core.runtime.PlatformObject
Constructs a new platform object.
PlatformUI - class org.eclipse.ui.PlatformUI.
The central class for access to the Eclipse Platform User Interface.
Plugin - class org.eclipse.core.runtime.Plugin.
The abstract superclass of all plug-in runtime class implementations.
PLUGIN_ERROR - Static variable in class org.eclipse.core.runtime.Platform
Status code constant (value 2) indicating an error occurred while running a plug-in.
PLUGIN_ID - Static variable in class org.eclipse.compare.CompareUI
Compare Plug-in ID (value "org.eclipse.compare").
PLUGIN_ID - Static variable in class org.eclipse.core.launcher.Main
 
PLUGIN_ID - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Debug UI plug-in identifier (value "org.eclipse.debug.ui").
PLUGIN_ID - Static variable in class org.eclipse.search.ui.SearchUI
Search Plug-in Id (value "org.eclipse.search").
PLUGIN_ID - Static variable in class org.eclipse.ui.PlatformUI
Identifies the workbench plugin.
Plugin(IPluginDescriptor) - Constructor for class org.eclipse.core.runtime.Plugin
Creates a new plug-in runtime object for the given plug-in descriptor.
PluginDescriptorModel - class org.eclipse.core.runtime.model.PluginDescriptorModel.
An object which represents the user-defined contents of a plug-in in a plug-in manifest.
PluginDescriptorModel() - Constructor for class org.eclipse.core.runtime.model.PluginDescriptorModel
Creates a new plug-in descriptor model in which all fields are null.
PluginDropAdapter - class org.eclipse.ui.part.PluginDropAdapter.
Adapter for adding handling of the PluginTransfer drag and drop transfer type to a drop action.
PluginDropAdapter(StructuredViewer) - Constructor for class org.eclipse.ui.part.PluginDropAdapter
Creates a plug-in drop adapter for the given viewer.
pluginEntries - Variable in class org.eclipse.update.core.BaseInstallHandler
Plug-in entries downloaded
PluginEntry - class org.eclipse.update.core.PluginEntry.
Convenience implementation of plug-in entry.
PluginEntry() - Constructor for class org.eclipse.update.core.PluginEntry
Plug-in entry default constructor
PluginEntryModel - class org.eclipse.update.core.model.PluginEntryModel.
Plug-in entry model object.
PluginEntryModel() - Constructor for class org.eclipse.update.core.model.PluginEntryModel
Creates a uninitialized plug-in entry model object.
PluginFragmentModel - class org.eclipse.core.runtime.model.PluginFragmentModel.
An object which represents the user-defined contents of a plug-in fragment in a plug-in manifest.
PluginFragmentModel() - Constructor for class org.eclipse.core.runtime.model.PluginFragmentModel
Creates a new plug-in descriptor model in which all fields are null.
PluginModel - class org.eclipse.core.runtime.model.PluginModel.
An object which represents the user-defined contents of a plug-in model (either a descriptor or a fragment) in a plug-in manifest.
PluginModel() - Constructor for class org.eclipse.core.runtime.model.PluginModel
Creates a new plug-in descriptor model in which all fields are null.
PluginModelObject - class org.eclipse.core.runtime.model.PluginModelObject.
An object which has the general characteristics of all elements in a plug-in manifest.
PluginModelObject() - Constructor for class org.eclipse.core.runtime.model.PluginModelObject
 
pluginPathLocation - Variable in class org.eclipse.core.launcher.Main
The path for finding find plugins.
PluginPrerequisiteModel - class org.eclipse.core.runtime.model.PluginPrerequisiteModel.
An object which represents the relationship between a plug-in and a prerequisite plug-in in the dependent's plug-in manifest.
PluginPrerequisiteModel() - Constructor for class org.eclipse.core.runtime.model.PluginPrerequisiteModel
Creates a new plug-in prerequisite model in which all fields are null.
PluginRegistryModel - class org.eclipse.core.runtime.model.PluginRegistryModel.
A container for a collection of plug-in descriptors.
PluginRegistryModel() - Constructor for class org.eclipse.core.runtime.model.PluginRegistryModel
Creates a new plug-in registry model which contains no plug-ins.
pluginsDownloaded(IPluginEntry[]) - Method in interface org.eclipse.update.core.IInstallHandler
Called after files corresponding to plug-in entries have been downloaded, but before they are actully unpacked and installed.
pluginsDownloaded(IPluginEntry[]) - Method in class org.eclipse.update.core.BaseInstallHandler
Called after files corresponding to plug-in entries have been downloaded, but before they are actully unpacked and installed.
PluginTransfer - class org.eclipse.ui.part.PluginTransfer.
This class can be used to transfer an instance of PluginTransferData between two parts in a workbench in a drop and drop operation.
PluginTransferData - class org.eclipse.ui.part.PluginTransferData.
Record for transferring data during a drag and drop operation between different plug-ins.
PluginTransferData(String, byte[]) - Constructor for class org.eclipse.ui.part.PluginTransferData
Creates a new record for the given extension id and data.
PluginVersionIdentifier - class org.eclipse.core.runtime.PluginVersionIdentifier.
Version identifier for a plug-in.
PluginVersionIdentifier(int, int, int) - Constructor for class org.eclipse.core.runtime.PluginVersionIdentifier
Creates a plug-in version identifier from its components.
PluginVersionIdentifier(int, int, int, String) - Constructor for class org.eclipse.core.runtime.PluginVersionIdentifier
Creates a plug-in version identifier from its components.
PluginVersionIdentifier(String) - Constructor for class org.eclipse.core.runtime.PluginVersionIdentifier
Creates a plug-in version identifier from the given string.
Point - class org.eclipse.swt.graphics.Point.
Instances of this class represent places on the (x, y) coordinate plane.
POINT_DEFAULT_DEFAULT - Static variable in class org.eclipse.jface.preference.PreferenceConverter
The default-default value for point preferences (the origin, (0,0)).
Point(int, int) - Constructor for class org.eclipse.swt.graphics.Point
Constructs a new point with the given x and y coordinates.
POP_UP - Static variable in class org.eclipse.swt.SWT
style constant for pop up menu behavior (value is 1<<3)
PopulateRootOperation - class org.eclipse.ui.wizards.datatransfer.PopulateRootOperation.
The PopulateFilesOperation is an operation used to populate a FileSystemElement one level deep rather than the whole way.
PopulateRootOperation(Object, IImportStructureProvider) - Constructor for class org.eclipse.ui.wizards.datatransfer.PopulateRootOperation
Create a new PopulateFilesOperation.
PopupList - class org.eclipse.swt.custom.PopupList.
A PopupList is a list of selectable items that appears in its own shell positioned above its parent shell.
PopupList(Shell) - Constructor for class org.eclipse.swt.custom.PopupList
Creates a PopupList above the specified shell.
Position - class org.eclipse.jface.text.Position.
Positions describe text ranges of a document and are adapted to changes applied to that document.
Position(int) - Constructor for class org.eclipse.jface.text.Position
Creates a new position with the given offset and length 0.
Position(int, int) - Constructor for class org.eclipse.jface.text.Position
Creates a new position with the given offset and length.
POST_AUTO_BUILD - Static variable in interface org.eclipse.core.resources.IResourceChangeEvent
Event type constant (bit mask) indicating an after-the-fact report of creations, deletions, and modifications to one or more resources expressed as a hierarchical resource delta as returned by getDelta.
POST_CHANGE - Static variable in interface org.eclipse.core.resources.IResourceChangeEvent
Event type constant (bit mask) indicating an after-the-fact report of creations, deletions, and modifications to one or more resources expressed as a hierarchical resource delta as returned by getDelta.
POST_ORDER - Static variable in class org.eclipse.jface.preference.PreferenceManager
Post-order means visit the children, and then the root.
postDiffHook(Differencer, IDiffContainer) - Method in class org.eclipse.compare.structuremergeviewer.StructureDiffViewer
This method is called from within diff() after the difference tree has been built.
POTENTIAL_MATCH - Static variable in class org.eclipse.search.ui.SearchUI
Potential match marker attribute (value "potentialMatch").
PR10806_UC5_ENABLED - Static variable in class org.eclipse.ui.texteditor.AbstractDocumentProvider
Enables a certain behavior.
PR14469_ENABLED - Static variable in class org.eclipse.ui.texteditor.AbstractDocumentProvider
Enables a certain behavior.
PRE_AUTO_BUILD - Static variable in interface org.eclipse.core.resources.IResourceChangeEvent
Event type constant (bit mask) indicating an after-the-fact report of creations, deletions, and modifications to one or more resources expressed as a hierarchical resource delta as returned by getDelta.
PRE_CLOSE - Static variable in interface org.eclipse.core.resources.IResourceChangeEvent
Event type constant (bit mask) indicating a before-the-fact report of the impending closure of a single project as returned by getResource.
PRE_DELETE - Static variable in interface org.eclipse.core.resources.IResourceChangeEvent
Event type constant (bit mask) indicating a before-the-fact report of the impending deletion of a single project as returned by getResource.
PRE_ORDER - Static variable in class org.eclipse.jface.preference.PreferenceManager
Pre-order traversal means visit the root first, then the children.
preDiffHook(IStructureComparator, IStructureComparator, IStructureComparator) - Method in class org.eclipse.compare.structuremergeviewer.StructureDiffViewer
This method is called from within diff() before the difference tree is being built.
PREF_AUTO_REMOVE_OLD_LAUNCHES - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Boolean preference controlling automatic removal of terminated launches when a new launch is registered.
PREF_AUTOSAVE_DIRTY_EDITORS_BEFORE_LAUNCH - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Radio button preference specifying that dirty editors should be autosaved (no prompting) before launching.
PREF_BUILD_BEFORE_LAUNCH - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Boolean preference controlling whether a build is done before launching a program (if one is needed).
PREF_DLG_IMG_TITLE_ERROR - Static variable in class org.eclipse.jface.preference.PreferenceDialog
 
PREF_DLG_TITLE_IMG - Static variable in class org.eclipse.jface.preference.PreferenceDialog
Title area fields
PREF_ENCODING - Static variable in class org.eclipse.core.resources.ResourcesPlugin
Name of a preference indicating the encoding to use when reading text files in the workspace.
PREF_MAX_HISTORY_SIZE - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Integer preference that specifies the length of the Run & Debug launch history lists.
PREF_NEVER_SAVE_DIRTY_EDITORS_BEFORE_LAUNCH - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Radio button preference specifying that dirty editors should never be saved before launching.
PREF_PROMPT_SAVE_DIRTY_EDITORS_BEFORE_LAUNCH - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Radio button preference specifying that dirty editors should cause a prompt to appear to the user asking if they wish to save.
PREF_REUSE_EDITOR - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Boolean preference controlling whether the debugger re-uses non-dirty editors that it opens when displaying source.
PREF_SAVE_DIRTY_EDITORS_BEFORE_LAUNCH_RADIO - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Identifier for the radio button group that consists of the following three preferences.
PREF_SHOW_DEBUG_PERSPECTIVE_DEFAULT - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
String preference that identifies the default 'switch to perspective id' when debugging a launch configuration.
PREF_SHOW_DETAIL_PANE - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Boolean preference controlling whether the debugger shows the detail pane in its variable view.
PREF_SHOW_RUN_PERSPECTIVE_DEFAULT - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
String preference that identifies the default 'switch to perspective id' when running a launch configuration.
PREF_SHOW_TYPE_NAMES - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Boolean preference controlling whether the debugger shows types names in its variable view.
PREFERENCE_COLOR_BACKGROUND - Static variable in class org.eclipse.ui.texteditor.AbstractTextEditor
Key used to look up background color preference Value: AbstractTextEditor.Color.Background
PREFERENCE_COLOR_BACKGROUND_SYSTEM_DEFAULT - Static variable in class org.eclipse.ui.texteditor.AbstractTextEditor
Key used to look up background color system default preference Value: AbstractTextEditor.Color.Background.SystemDefault
PREFERENCE_COLOR_FIND_SCOPE - Static variable in class org.eclipse.ui.texteditor.AbstractTextEditor
Key used to look up find scope background color preference Value: AbstractTextEditor.Color.FindScope
PREFERENCE_COLOR_FOREGROUND - Static variable in class org.eclipse.ui.texteditor.AbstractTextEditor
Key used to look up foreground color preference Value: AbstractTextEditor.Color.Foreground
PREFERENCE_COLOR_FOREGROUND_SYSTEM_DEFAULT - Static variable in class org.eclipse.ui.texteditor.AbstractTextEditor
Key used to look up foreground color system default preference Value: AbstractTextEditor.Color.Foreground.SystemDefault
PREFERENCE_FONT - Static variable in class org.eclipse.ui.texteditor.AbstractTextEditor
Key used to look up font preference
PreferenceConverter - class org.eclipse.jface.preference.PreferenceConverter.
A utility class for dealing with preferences whose values are common SWT objects (color, points, rectangles, and font data).
PreferenceDialog - class org.eclipse.jface.preference.PreferenceDialog.
A preference dialog is a hierarchical presentation of preference pages.
PreferenceDialog(Shell, PreferenceManager) - Constructor for class org.eclipse.jface.preference.PreferenceDialog
Creates a new preference dialog under the control of the given preference manager.
PreferenceManager - class org.eclipse.jface.preference.PreferenceManager.
A preference manager maintains a hierarchy of preference nodes and associated preference pages.
PreferenceManager() - Constructor for class org.eclipse.jface.preference.PreferenceManager
Creates a new preference manager.
PreferenceManager(char) - Constructor for class org.eclipse.jface.preference.PreferenceManager
Creates a new preference manager with the given the path separator.
preferenceNames() - Method in class org.eclipse.jface.preference.PreferenceStore
Returns an enumeration of all preferences known to this store which have current values other than their default value.
PreferenceNode - class org.eclipse.jface.preference.PreferenceNode.
A concrete implementation of a node in a preference dialog tree.
PreferenceNode(String) - Constructor for class org.eclipse.jface.preference.PreferenceNode
Creates a new preference node with the given id.
PreferenceNode(String, IPreferencePage) - Constructor for class org.eclipse.jface.preference.PreferenceNode
Creates a preference node with the given id and preference page.
PreferenceNode(String, String, ImageDescriptor, String) - Constructor for class org.eclipse.jface.preference.PreferenceNode
Creates a preference node with the given id, label, and image, and lazily-loaded preference page.
PreferencePage - class org.eclipse.jface.preference.PreferencePage.
Abstract base implementation for all preference page implementations.
PreferencePage() - Constructor for class org.eclipse.jface.preference.PreferencePage
Creates a new preference page with an empty title and no image.
PreferencePage(String) - Constructor for class org.eclipse.jface.preference.PreferencePage
Creates a new preference page with the given title and no image.
PreferencePage(String, ImageDescriptor) - Constructor for class org.eclipse.jface.preference.PreferencePage
Creates a new abstract preference page with the given title and image.
Preferences - class org.eclipse.core.runtime.Preferences.
A table of preference settings, mapping named properties to values.
PREFERENCES_DEFAULT_OVERRIDE_BASE_NAME - Static variable in class org.eclipse.core.runtime.Plugin
The name of the file (value "preferences.ini") in a plug-in's (read-only) directory that, when present, contains values that override the normal default values for this plug-in's preferences.
PREFERENCES_DEFAULT_OVERRIDE_FILE_NAME - Static variable in class org.eclipse.core.runtime.Plugin
 
Preferences.IPropertyChangeListener - interface org.eclipse.core.runtime.Preferences.IPropertyChangeListener.
Listener for property changes.
Preferences.PropertyChangeEvent - class org.eclipse.core.runtime.Preferences.PropertyChangeEvent.
An event object describing a change to a named property.
Preferences() - Constructor for class org.eclipse.core.runtime.Preferences
Creates an empty preference table.
PreferenceStore - class org.eclipse.jface.preference.PreferenceStore.
A concrete preference store implementation based on an internal java.util.Properties object, with support for persisting the non-default preference values to files or streams.
PreferenceStore() - Constructor for class org.eclipse.jface.preference.PreferenceStore
Creates an empty preference store.
PreferenceStore(String) - Constructor for class org.eclipse.jface.preference.PreferenceStore
Creates an empty preference store that loads from and saves to the a file.
PREFIX - Static variable in interface org.eclipse.jface.text.ITextOperationTarget
Text operation code for prefixing the selected text block.
PREFIX - Static variable in interface org.eclipse.ui.texteditor.IAbstractTextEditorHelpContextIds
The string with which all other defined ids are prefixed to construct help context ids.
PREFIX - Static variable in class org.eclipse.ui.views.contentoutline.ContentOutline
 
prepareInput(IProgressMonitor) - Method in class org.eclipse.compare.CompareEditorInput
Runs the compare operation and returns the compare result.
prepareToSave(ISaveContext) - Method in interface org.eclipse.core.resources.ISaveParticipant
Tells this participant that the workspace is about to be saved.
PREPEND_MAIN_LABEL_TO_SUBTASK - Static variable in class org.eclipse.core.runtime.SubProgressMonitor
Style constant indicating that the main task label should be prepended to the subtask label.
prependToGroup(String, IAction) - Method in class org.eclipse.jface.action.SubContributionManager
 
prependToGroup(String, IAction) - Method in interface org.eclipse.jface.action.IContributionManager
Adds a contribution item for the given action at the beginning of the group with the given name.
prependToGroup(String, IAction) - Method in class org.eclipse.jface.action.ContributionManager
 
prependToGroup(String, IContributionItem) - Method in class org.eclipse.jface.action.SubContributionManager
 
prependToGroup(String, IContributionItem) - Method in interface org.eclipse.jface.action.IContributionManager
Adds a contribution item to this manager at the beginning of the group with the given name.
prependToGroup(String, IContributionItem) - Method in class org.eclipse.jface.action.ContributionManager
 
prependVerifyKeyListener(VerifyKeyListener) - Method in class org.eclipse.jface.text.TextViewer
 
prependVerifyKeyListener(VerifyKeyListener) - Method in interface org.eclipse.jface.text.ITextViewerExtension
Inserts the verify key listener at the beginning of the viewer's list of verify key listeners.
PREREQ_MATCH_COMPATIBLE - Static variable in class org.eclipse.core.runtime.model.PluginPrerequisiteModel
 
PREREQ_MATCH_EQUIVALENT - Static variable in class org.eclipse.core.runtime.model.PluginPrerequisiteModel
 
PREREQ_MATCH_GREATER_OR_EQUAL - Static variable in class org.eclipse.core.runtime.model.PluginPrerequisiteModel
 
PREREQ_MATCH_PERFECT - Static variable in class org.eclipse.core.runtime.model.PluginPrerequisiteModel
 
PREREQ_MATCH_UNSPECIFIED - Static variable in class org.eclipse.core.runtime.model.PluginPrerequisiteModel
 
PresentationReconciler - class org.eclipse.jface.text.presentation.PresentationReconciler.
Standard implementation of IPresentationReconciler.
PresentationReconciler() - Constructor for class org.eclipse.jface.text.presentation.PresentationReconciler
Creates a new presentation reconciler.
presentInformation() - Method in class org.eclipse.jface.text.AbstractInformationControlManager
Presents the information in the information control or hides the information control if no information should be presented.
presentInformation() - Method in class org.eclipse.jface.text.AbstractHoverInformationControlManager
 
presentsDefaultValue() - Method in class org.eclipse.jface.preference.FieldEditor
Returns whether this field editor currently presents the default value for its preference.
preservedText - Variable in class org.eclipse.jface.text.TextViewer.WidgetCommand
 
preservingSelection(Runnable) - Method in class org.eclipse.jface.viewers.StructuredViewer
Attempts to preserves the current selection across a run of the given code.
preservingSelection(Runnable) - Method in class org.eclipse.jface.viewers.CheckboxTreeViewer
 
preservingSelection(Runnable) - Method in class org.eclipse.jface.viewers.CheckboxTableViewer
 
PREVIOUS - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
Navigate menu: name of standard Up global action (value "previous").
PRIMARY_MODAL - Static variable in class org.eclipse.swt.SWT
style constant for primary modal behavior (value is 1<<15)
Note that this is a HINT.
PRINT - Static variable in interface org.eclipse.jface.text.ITextOperationTarget
Text operation code for printing the complete text.
PRINT - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
File menu: name of standard Print global action (value "print").
PRINT - Static variable in interface org.eclipse.ui.texteditor.IWorkbenchActionDefinitionIds
Action definition id of the file print action.
PRINT_ACTION - Static variable in interface org.eclipse.ui.texteditor.IAbstractTextEditorHelpContextIds
Help context id for the action.
print() - Method in class org.eclipse.jface.text.TextViewer
Brings up a print dialog and calls printContents(Printer) which performs the actual print.
print() - Method in class org.eclipse.swt.custom.StyledText
Prints the widget's text to the default printer.
print(Printer) - Method in class org.eclipse.swt.custom.StyledText
Returns a runnable that will print the widget's text to the specified printer.
PrintDialog - class org.eclipse.swt.printing.PrintDialog.
Instances of this class allow the user to select a printer and various print-related parameters prior to starting a print job.
PrintDialog(Shell) - Constructor for class org.eclipse.swt.printing.PrintDialog
Constructs a new instance of this class given only its parent.
PrintDialog(Shell, int) - Constructor for class org.eclipse.swt.printing.PrintDialog
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
Printer - class org.eclipse.swt.printing.Printer.
Instances of this class are used to print to a printer.
Printer() - Constructor for class org.eclipse.swt.printing.Printer
Constructs a new printer representing the default printer.
Printer(PrinterData) - Constructor for class org.eclipse.swt.printing.Printer
Constructs a new printer given a PrinterData object representing the desired printer.
PrinterData - class org.eclipse.swt.printing.PrinterData.
Instances of this class are descriptions of a print job in terms of the printer, and the scope and type of printing that is desired.
PrinterData() - Constructor for class org.eclipse.swt.printing.PrinterData
Constructs an instance of this class that can be used to print to the default printer.
PrinterData(String, String) - Constructor for class org.eclipse.swt.printing.PrinterData
Constructs an instance of this class with the given printer driver and printer name.
printStackTrace() - Method in class org.eclipse.core.runtime.CoreException
Prints a stack trace out for the exception, and any nested exception that it may have embedded in its Status object.
printStackTrace() - Method in class org.eclipse.swt.SWTException
Outputs a printable representation of this exception's walkback on the standard error stream.
printStackTrace() - Method in class org.eclipse.swt.SWTError
Outputs a printable representation of this error's walkback on the standard error stream.
printStackTrace(PrintStream) - Method in class org.eclipse.core.runtime.CoreException
Prints a stack trace out for the exception, and any nested exception that it may have embedded in its Status object.
printStackTrace(PrintWriter) - Method in class org.eclipse.core.runtime.CoreException
Prints a stack trace out for the exception, and any nested exception that it may have embedded in its Status object.
printToFile - Variable in class org.eclipse.swt.printing.PrinterData
whether or not the print job should go to a file
PRIORITY - Static variable in interface org.eclipse.core.resources.IMarker
Priority marker attribute.
PRIORITY - Static variable in interface org.eclipse.ui.IMarkerActionFilter
An attribute indicating the marker priority (value "priority").
PRIORITY_HIGH - Static variable in interface org.eclipse.core.resources.IMarker
High priority constant (value 2).
PRIORITY_LOW - Static variable in interface org.eclipse.core.resources.IMarker
Low priority constant (value 0).
PRIORITY_NORMAL - Static variable in interface org.eclipse.core.resources.IMarker
Normal priority constant (value 1).
PROBLEM - Static variable in interface org.eclipse.core.resources.IMarker
Problem marker type
PROBLEM_LAYER - Static variable in class org.eclipse.ui.texteditor.MarkerAnnotation
The layer in which markers representing problem are located.
PROCEED_ID - Static variable in interface org.eclipse.jface.dialogs.IDialogConstants
Button id for a "Proceed" button (value 10).
PROCEED_LABEL - Static variable in interface org.eclipse.jface.dialogs.IDialogConstants
 
process(DirtyRegion) - Method in class org.eclipse.jface.text.reconciler.Reconciler
Processes a dirty region.
process(DirtyRegion) - Method in class org.eclipse.jface.text.reconciler.MonoReconciler
 
process(DirtyRegion) - Method in class org.eclipse.jface.text.reconciler.AbstractReconciler
Processes a dirty region.
processCommandLine(String[]) - Method in class org.eclipse.core.launcher.Main
Processes the command line arguments
processDelta(IResourceDelta) - Method in class org.eclipse.ui.model.WorkbenchContentProvider
Process a resource delta.
processEvent(VerifyEvent) - Method in interface org.eclipse.jface.text.IEventConsumer
Processes the given event and marks it as done if it should be ignored by subsequent receivers.
processKey(KeyEvent) - Method in interface org.eclipse.ui.IKeyBindingService
To be called by an editor upon receiving a key event from its SWT text widget.
processResourceChangeEvents(IResourceChangeListener) - Method in interface org.eclipse.core.resources.ISavedState
Used to receive notification of changes that might have happened while this plug-in was not active.
Program - class org.eclipse.swt.program.Program.
Instances of this class represent programs and their assoicated file extensions in the operating system.
ProgressBar - class org.eclipse.swt.widgets.ProgressBar.
Instances of the receiver represent is an unselectable user interface object that is used to display progress, typically in the form of a bar.
ProgressBar(Composite, int) - Constructor for class org.eclipse.swt.widgets.ProgressBar
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
progressIndicator - Variable in class org.eclipse.jface.dialogs.ProgressMonitorDialog
The progress indicator control.
ProgressIndicator - class org.eclipse.jface.dialogs.ProgressIndicator.
A control for showing progress feedback for a long running operation.
ProgressIndicator(Composite) - Constructor for class org.eclipse.jface.dialogs.ProgressIndicator
Create a ProgressIndicator as a child under the given parent.
ProgressMonitorDialog - class org.eclipse.jface.dialogs.ProgressMonitorDialog.
A modal dialog that displays progress during a long running operation.
ProgressMonitorDialog(Shell) - Constructor for class org.eclipse.jface.dialogs.ProgressMonitorDialog
Creates a progress monitor dialog under the given shell.
ProgressMonitorPart - class org.eclipse.jface.wizard.ProgressMonitorPart.
A standard implementation of an IProgressMonitor.
ProgressMonitorPart(Composite, Layout) - Constructor for class org.eclipse.jface.wizard.ProgressMonitorPart
Creates a ProgressMonitorPart.
ProgressMonitorPart(Composite, Layout, int) - Constructor for class org.eclipse.jface.wizard.ProgressMonitorPart
Creates a ProgressMonitorPart.
ProgressMonitorWrapper - class org.eclipse.core.runtime.ProgressMonitorWrapper.
An abstract wrapper around a progress monitor which, unless overridden, forwards IProgressMonitor methods to the wrapped progress monitor.
ProgressMonitorWrapper(IProgressMonitor) - Constructor for class org.eclipse.core.runtime.ProgressMonitorWrapper
Creates a new wrapper around the given monitor.
PROJ_END - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
Project menu: name of group for start of menu (value "projEnd").
PROJ_START - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
Project menu: name of group for start of menu (value "projStart").
PROJECT - Static variable in interface org.eclipse.core.resources.IResource
Type constant (bit mask value 4) which identifies project resources.
PROJECT_NATURE - Static variable in interface org.eclipse.ui.IResourceActionFilter
An attribute indicating the project nature (value "projectNature").
PROJECT_NOT_OPEN - Static variable in interface org.eclipse.core.resources.IResourceStatus
Status code constant (value 372) indicating a project is unexpectedly closed.
PROJECT_OPEN_NEW_PERSPECTIVE - Static variable in interface org.eclipse.ui.IWorkbenchPreferenceConstants
Deprecated. Opening a perspective on project creation is now handled by the New Project & Capabilities wizard.
PROJECT_PERSISTENT_PROPERTY - Static variable in interface org.eclipse.ui.IResourceActionFilter
An attribute indicating a persistent property on the selected resource's project.
PROJECT_SAVE - Static variable in interface org.eclipse.core.resources.ISaveContext
Type constant which identifies a project save.
PROJECT_SESSION_PROPERTY - Static variable in interface org.eclipse.ui.IResourceActionFilter
An attribute indicating a session property on the selected resource's project.
ProjectLocationMoveDialog - class org.eclipse.ui.dialogs.ProjectLocationMoveDialog.
The ProjectLocationMoveDialog is the dialog used to select the location of a project for moving.
ProjectLocationMoveDialog(Shell, IProject) - Constructor for class org.eclipse.ui.dialogs.ProjectLocationMoveDialog
Create a ProjectLocationMoveDialog on the supplied project parented by the parentShell.
ProjectLocationSelectionDialog - class org.eclipse.ui.dialogs.ProjectLocationSelectionDialog.
The ProjectLocationSelectionDialog is the dialog used to select the name and location of a project for copying.
ProjectLocationSelectionDialog(Shell, IProject) - Constructor for class org.eclipse.ui.dialogs.ProjectLocationSelectionDialog
Create a ProjectLocationSelectionDialog on the supplied project parented by the parentShell.
prompt(IVerificationResult) - Method in interface org.eclipse.update.core.IVerificationListener
Determine if we should continue with the current action based on the indicated verification results.
PROP_CONTENTS - Static variable in interface org.eclipse.ui.IEditorRegistry
The property id for the contents of this registry.
PROP_DIRTY - Static variable in interface org.eclipse.ui.IEditorPart
The property id for isDirty.
PROP_INPUT - Static variable in interface org.eclipse.ui.IEditorPart
The property id for getEditorInput.
PROP_TITLE - Static variable in interface org.eclipse.ui.IWorkbenchPart
The property id for getTitle and getTitleImage.
PropagatingFontFieldEditor - class org.eclipse.jface.text.PropagatingFontFieldEditor.
This font field editor implements chaining between a source preference store and a target preference store.
PropagatingFontFieldEditor - class org.eclipse.ui.texteditor.PropagatingFontFieldEditor.
Deprecated. use WorkbenchChainedTextFontFieldEditor
PropagatingFontFieldEditor(String, String, Composite) - Constructor for class org.eclipse.ui.texteditor.PropagatingFontFieldEditor
Deprecated. use WorkbenchChainedTextFontFieldEditor
PropagatingFontFieldEditor(String, String, Composite, String) - Constructor for class org.eclipse.jface.text.PropagatingFontFieldEditor
Creates a new font field editor with the given parameters.
PROPERTIES - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
File menu: name of standard Properties global action (value "properties").
PROPERTY_CHANGED - Static variable in class org.eclipse.swt.ole.win32.OLE
 
PROPERTY_CHANGING - Static variable in class org.eclipse.swt.ole.win32.OLE
 
PROPERTY_GROUP - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Identifier for a property group in a menu (value "propertyGroup").
propertyChange(Preferences.PropertyChangeEvent) - Method in interface org.eclipse.core.runtime.Preferences.IPropertyChangeListener
Notification that a property has changed.
propertyChange(PropertyChangeEvent) - Method in class org.eclipse.compare.structuremergeviewer.StructureDiffViewer
Tracks property changes of the configuration object.
propertyChange(PropertyChangeEvent) - Method in class org.eclipse.compare.structuremergeviewer.DiffTreeViewer
Tracks property changes of the configuration object.
propertyChange(PropertyChangeEvent) - Method in class org.eclipse.jface.preference.FieldEditorPreferencePage
The field editor preference page implementation of this IPreferencePage (and IPropertyChangeListener) method intercepts IS_VALID events but passes other events on to its superclass.
propertyChange(PropertyChangeEvent) - Method in interface org.eclipse.jface.util.IPropertyChangeListener
Notification that a property has changed.
propertyChanged(Object, int) - Method in interface org.eclipse.ui.IPropertyListener
Indicates that a property has changed.
PropertyChangeEvent - class org.eclipse.jface.util.PropertyChangeEvent.
An event object describing a change to a named property.
PropertyChangeEvent(Object, String, Object, Object) - Constructor for class org.eclipse.jface.util.PropertyChangeEvent
Creates a new property change event.
PropertyDescriptor - class org.eclipse.ui.views.properties.PropertyDescriptor.
Standard implementation for property descriptors.
PropertyDescriptor(Object, String) - Constructor for class org.eclipse.ui.views.properties.PropertyDescriptor
Creates a new property descriptor with the given id and display name
propertyDescriptors - Static variable in class org.eclipse.ui.views.properties.ResourcePropertySource
 
propertyDialogAction - Variable in class org.eclipse.ui.views.navigator.MainActionGroup
 
PropertyDialogAction - class org.eclipse.ui.dialogs.PropertyDialogAction.
Standard action for opening a Property Pages Dialog on the currently selected element.
PropertyDialogAction(Shell, ISelectionProvider) - Constructor for class org.eclipse.ui.dialogs.PropertyDialogAction
Creates a new action for opening a property dialog on the elements from the given selection provider.
propertyNames() - Method in class org.eclipse.core.runtime.Preferences
Returns a list of all properties known to this preference object which have current values other than their default value.
PropertyPage - class org.eclipse.ui.dialogs.PropertyPage.
Abstract base implementation of a workbench property page (IWorkbenchPropertyPage).
PropertyPage() - Constructor for class org.eclipse.ui.dialogs.PropertyPage
Creates a new property page.
PropertySheet - class org.eclipse.ui.views.properties.PropertySheet.
Main class for the Property Sheet View.
PropertySheet() - Constructor for class org.eclipse.ui.views.properties.PropertySheet
Creates a property sheet view.
PropertySheetPage - class org.eclipse.ui.views.properties.PropertySheetPage.
The standard implementation of property sheet page which presents a table of property names and values obtained from the current selection in the active workbench part.
PropertySheetPage() - Constructor for class org.eclipse.ui.views.properties.PropertySheetPage
Creates a new property sheet page.
propogateChange(PropertyChangeEvent) - Method in class org.eclipse.ui.actions.RetargetAction
Either the action handler itself has changed, or the configured action handlers on the action bars have changed.
propogateChange(PropertyChangeEvent) - Method in class org.eclipse.ui.actions.LabelRetargetAction
The action handler has changed.
PROPOSAL_OVERLAY - Static variable in interface org.eclipse.jface.text.contentassist.IContentAssistant
The context info list will overlay the list of completion proposals.
PROPOSAL_REMOVE - Static variable in interface org.eclipse.jface.text.contentassist.IContentAssistant
The completion proposal list will be removed before the context info list will be shown.
PROPOSAL_STACKED - Static variable in interface org.eclipse.jface.text.contentassist.IContentAssistant
The context info list will be presented without hiding or overlapping the completion proposal list.
ps - Variable in class org.eclipse.swt.graphics.GCData
 
PSEUDO_CONFLICT - Static variable in class org.eclipse.compare.structuremergeviewer.Differencer
Constant (value 16) indicating a change on left and right side (with respect to ancestor) but left and right are identical.
PT_APPLICATIONS - Static variable in class org.eclipse.core.runtime.Platform
The simple identifier constant (value "applications") of the extension point of the Core Runtime plug-in where plug-ins declare the existence of runnable applications.
PT_BUILDERS - Static variable in class org.eclipse.core.resources.ResourcesPlugin
Simple identifier constant (value "builders") for the builders extension point.
PT_EXTRA_CLASSPATH - Static variable in class org.eclipse.ant.core.AntCorePlugin
Simple identifier constant (value "extraClasspathEntries") for the extra classpath entries extension point.
PT_FILE_MODIFICATION_VALIDATOR - Static variable in class org.eclipse.core.resources.ResourcesPlugin
Simple identifier constant (value "fileModificationValidator") for the file modification validator extension point.
PT_MARKERS - Static variable in class org.eclipse.core.resources.ResourcesPlugin
Simple identifier constant (value "markers") for the markers extension point.
PT_MOVE_DELETE_HOOK - Static variable in class org.eclipse.core.resources.ResourcesPlugin
Simple identifier constant (value "moveDeleteHook") for the move/delete hook extension point.
PT_NATURES - Static variable in class org.eclipse.core.resources.ResourcesPlugin
Simple identifier constant (value "natures") for the natures extension point.
PT_TASKS - Static variable in class org.eclipse.ant.core.AntCorePlugin
Simple identifier constant (value "antTasks") for the Ant tasks extension point.
PT_TYPES - Static variable in class org.eclipse.ant.core.AntCorePlugin
Simple identifier constant (value "antTypes") for the Ant types extension point.
PUSH - Static variable in class org.eclipse.swt.SWT
style constant for push button behavior (value is 1<<3)
put(String, boolean) - Method in interface org.eclipse.jface.dialogs.IDialogSettings
Convenience API.
put(String, boolean) - Method in class org.eclipse.jface.dialogs.DialogSettings
 
put(String, double) - Method in interface org.eclipse.jface.dialogs.IDialogSettings
Convenience API.
put(String, double) - Method in class org.eclipse.jface.dialogs.DialogSettings
 
put(String, float) - Method in interface org.eclipse.jface.dialogs.IDialogSettings
Convenience API.
put(String, float) - Method in class org.eclipse.jface.dialogs.DialogSettings
 
put(String, FontData[]) - Method in class org.eclipse.jface.resource.FontRegistry
Adds (or replaces) a font to this font registry under the given symbolic name.
put(String, Image) - Method in class org.eclipse.jface.resource.ImageRegistry
Adds an image to this registry.
put(String, ImageDescriptor) - Method in class org.eclipse.jface.resource.ImageRegistry
Adds (or replaces) an image descriptor to this registry.
put(String, int) - Method in interface org.eclipse.jface.dialogs.IDialogSettings
Convenience API.
put(String, int) - Method in class org.eclipse.jface.dialogs.DialogSettings
 
put(String, long) - Method in interface org.eclipse.jface.dialogs.IDialogSettings
Convenience API.
put(String, long) - Method in class org.eclipse.jface.dialogs.DialogSettings
 
put(String, String) - Method in interface org.eclipse.jface.dialogs.IDialogSettings
Adds the pair key/value to this dialog settings.
put(String, String) - Method in class org.eclipse.jface.dialogs.DialogSettings
 
put(String, String[]) - Method in interface org.eclipse.jface.dialogs.IDialogSettings
Adds the pair key/value to this dialog settings.
put(String, String[]) - Method in class org.eclipse.jface.dialogs.DialogSettings
 
putFloat(String, float) - Method in class org.eclipse.ui.XMLMemento
 
putFloat(String, float) - Method in interface org.eclipse.ui.IMemento
Sets the value of the given key to the given floating point number.
putInteger(String, int) - Method in class org.eclipse.ui.XMLMemento
 
putInteger(String, int) - Method in interface org.eclipse.ui.IMemento
Sets the value of the given key to the given integer.
putMemento(IMemento) - Method in class org.eclipse.ui.XMLMemento
 
putMemento(IMemento) - Method in interface org.eclipse.ui.IMemento
Copy the attributes and children from memento to the receiver.
putString(String, String) - Method in class org.eclipse.ui.XMLMemento
 
putString(String, String) - Method in interface org.eclipse.ui.IMemento
Sets the value of the given key to the given string.
putTextData(String) - Method in class org.eclipse.ui.XMLMemento
 
putTextData(String) - Method in interface org.eclipse.ui.IMemento
Sets the memento's Text node to contain the given data.
putValue(String, String) - Method in class org.eclipse.jface.preference.PreferenceStore
 
putValue(String, String) - Method in interface org.eclipse.jface.preference.IPreferenceStore
Sets the current value of the preference with the given name to the given string value.

Eclipse Platform
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 Y Z
Copyright (c) IBM Corp. and others 2000, 2002. All Rights Reserved.