Eclipse eRCP
Release 1.1
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

P

PAGE_DOWN - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the PAGE DOWN key (value is (1<<24)+6).
PAGE_UP - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the PAGE UP key (value is (1<<24)+5).
PASSWORD - Static variable in class org.eclipse.ercp.swt.mobile.QueryDialog
Password entry type.
PASSWORD - Static variable in class org.eclipse.swt.SWT
Style constant for password behavior (value is 1<<22).
PASTE - Static variable in class org.eclipse.jface.viewers.CellEditor
Property name for the paste action
PAUSE - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the pause key (value is (1<<24)+85).
PHONE - Static variable in class org.eclipse.ercp.swt.mobile.HyperLink
shows the implementation-dependent dialer interface when activated.
PHONENUMBER - Static variable in class org.eclipse.ercp.swt.mobile.ConstrainedText
Phone number input style allows the input of numeric values with optional phone specific characters like "+", "* and "#".
PHONETIC - Static variable in class org.eclipse.swt.SWT
Input Method Editor style constant for phonetic input behavior (value is 1<<4).
PLUGIN_ID - Static variable in class org.eclipse.ui.PlatformUI
Identifies the workbench plug-in.
POINT_DEFAULT_DEFAULT - Static variable in class org.eclipse.jface.preference.PreferenceConverter
The default-default value for point preferences (the origin, (0,0)).
POP_UP - Static variable in class org.eclipse.swt.SWT
Style constant for pop up menu behavior (value is 1<<3).
PORTRAIT - Static variable in class org.eclipse.ercp.swt.mobile.Screen
indicates text is normally written across the shortest width
POST_ORDER - Static variable in class org.eclipse.jface.preference.PreferenceManager
Post-order means visit the children, and then the root.
PRESENTATION_FACTORY_ID - Static variable in interface org.eclipse.ui.IWorkbenchPreferenceConstants
A named org.eclipse.jface.preference indicating the presentation factory to use for the workbench look and feel.
PRE_ORDER - Static variable in class org.eclipse.jface.preference.PreferenceManager
Pre-order traversal means visit the root first, then the children.
PRIMARY - Static variable in class org.eclipse.ercp.swt.mobile.Screen
one primary screen may be active at a time
PRIMARY_MODAL - Static variable in class org.eclipse.swt.SWT
Style constant for primary modal behavior (value is 1<<15).
PROJECT_OPEN_NEW_PERSPECTIVE - Static variable in interface org.eclipse.ui.IWorkbenchPreferenceConstants
Deprecated. in 3.0. This org.eclipse.jface.preference is IDE-specific, and is therefore found only in IDE configurations. IDE-specific tools should use org.eclipse.ui.ide.IDE.Preferences.PROJECT_OPEN_NEW_PERSPECTIVE instead.
PROP_BUSY - Static variable in interface org.eclipse.ui.presentations.IPresentablePart
The property id for isBusy.
PROP_CONTENT_DESCRIPTION - Static variable in interface org.eclipse.ui.IWorkbenchPartConstants
The property id for IWorkbenchPart2.getContentDescription()
PROP_CONTENT_DESCRIPTION - Static variable in interface org.eclipse.ui.presentations.IPresentablePart
The property id for IWorkbenchPart2.getContentDescription()
PROP_DIRTY - Static variable in interface org.eclipse.ui.ISaveablePart
The property id for isDirty.
PROP_DIRTY - Static variable in interface org.eclipse.ui.IWorkbenchPartConstants
The property id for ISaveablePart.isDirty().
PROP_DIRTY - Static variable in interface org.eclipse.ui.presentations.IPresentablePart
The property id for isDirty.
PROP_HIGHLIGHT_IF_BACK - Static variable in interface org.eclipse.ui.presentations.IPresentablePart
The property id for highlighting the part if it is not in front.
PROP_INPUT - Static variable in interface org.eclipse.ui.IWorkbenchPartConstants
The property id for IEditorPart.getEditorInput().
PROP_INPUT - Static variable in interface org.eclipse.ui.presentations.IPresentablePart
The property id for getEditorInput.
PROP_PANE_MENU - Static variable in interface org.eclipse.ui.presentations.IPresentablePart
The property id for pane menu changes
PROP_PART_NAME - Static variable in interface org.eclipse.ui.IWorkbenchPartConstants
The property id for IWorkbenchPart2.getPartName
PROP_PART_NAME - Static variable in interface org.eclipse.ui.presentations.IPresentablePart
The property id for IWorkbenchPart2.getContentDescription()
PROP_TITLE - Static variable in interface org.eclipse.ui.IWorkbenchPart
The property id for getTitle, getTitleImage and getTitleToolTip.
PROP_TITLE - Static variable in interface org.eclipse.ui.IWorkbenchPartConstants
The property id for getTitle, getTitleImage and getTitleToolTip.
PROP_TITLE - Static variable in interface org.eclipse.ui.presentations.IPresentablePart
The property id for getTitle, getTitleImage and getTitleToolTip.
PROP_TOOLBAR - Static variable in interface org.eclipse.ui.presentations.IPresentablePart
The property id for toolbar changes
PUSH - Static variable in class org.eclipse.swt.SWT
Style constant for push button behavior (value is 1<<3).
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_ENABLED - Static variable in interface org.eclipse.jface.action.IContributionManagerOverrides
Id for the enabled property.
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_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_TEXT - Static variable in interface org.eclipse.jface.viewers.IBasicPropertyConstants
Property name constant (value "org.eclipse.jface.text") for an element's label text.
Paint - Static variable in class org.eclipse.swt.SWT
The paint event type (value is 9).
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.
PaletteData - class org.eclipse.swt.graphics.PaletteData.
Instances of this class describe the color data used by an image.
PaletteData(RGB[]) - Constructor for class org.eclipse.swt.graphics.PaletteData
Constructs a new indexed palette given an array of RGB values.
PaletteData(int, int, int) - Constructor for class org.eclipse.swt.graphics.PaletteData
Constructs a new direct palette given the red, green and blue masks.
PartInitException - class org.eclipse.ui.PartInitException.
A checked exception indicating a workbench part cannot be initialized correctly.
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.
PerspectiveAdapter - class org.eclipse.ui.PerspectiveAdapter.
This adapter class provides default implementations for the methods described by the IPerspectiveListener interface and its extension interfaces.
PerspectiveAdapter() - Constructor for class org.eclipse.ui.PerspectiveAdapter
 
PlatformUI - class org.eclipse.ui.PlatformUI.
The central class for access to the Eclipse Platform User Interface.
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.
Point - class org.eclipse.swt.graphics.Point.
Instances of this class represent places on the (x, y) coordinate plane.
Point(int, int) - Constructor for class org.eclipse.swt.graphics.Point
Constructs a new point with the given x and y coordinates.
Policy - class org.eclipse.jface.util.Policy.
The Policy class handles debug flags and logging within JFace.
Policy() - Constructor for class org.eclipse.jface.util.Policy
 
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 presentation of preference pages.
PreferenceDialog(Shell) - Constructor for class org.eclipse.jface.preference.PreferenceDialog
Construct PreferenceDialog
PreferenceDialog(Shell, PreferenceManager) - Constructor for class org.eclipse.jface.preference.PreferenceDialog
Construct PreferenceDialog and set its PreferenceManager
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
 
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, 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.
PreferenceNode(String, IPreferencePage) - Constructor for class org.eclipse.jface.preference.PreferenceNode
Creates a preference node with the given id and 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.
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.
PreferencesUtil - class org.eclipse.ui.dialogs.PreferencesUtil.
The PreferencesUtil class is the class that opens a properties or preference dialog on a set of ids.
PreferencesUtil() - Constructor for class org.eclipse.ui.dialogs.PreferencesUtil
 
Priority - class org.eclipse.ui.commands.Priority.
Deprecated. This concept is now captured in the ISources integer constants.
ProgressBar - class org.eclipse.swt.widgets.ProgressBar.
Instances of the receiver represent 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.
ProgressEvent - class org.eclipse.swt.browser.ProgressEvent.
A ProgressEvent is sent by a Browser to ProgressListener's when a progress is made during the loading of the current URL or when the loading of the current URL has been completed.
ProgressListener - interface org.eclipse.swt.browser.ProgressListener.
This listener interface may be implemented in order to receive a ProgressEvent notification when a Browser makes a progress in loading the current URL or when the current URL has been loaded.
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.
pack - Variable in class org.eclipse.swt.layout.RowLayout
pack specifies whether all controls in the layout take their 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.
pack() - Method in class org.eclipse.swt.widgets.TableColumn
Causes the receiver to be resized to its preferred size.
pageActivated(IWorkbenchPage) - Method in interface org.eclipse.ui.IPageListener
Notifies this listener that the given page 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.
paintControl(PaintEvent) - Method in interface org.eclipse.swt.events.PaintListener
Sent when a paint event occurs for the control.
palette - Variable in class org.eclipse.swt.graphics.ImageData
The color table for the image.
parse(InputStream) - Method in class org.eclipse.update.core.model.DefaultFeatureParser
Parses the specified input steam and constructs a feature model.
parse(InputStream) - Method in class org.eclipse.update.core.model.DefaultSiteParser
Parses the specified input steam and constructs a site model.
parseFeature(InputStream) - Method in class org.eclipse.update.core.model.FeatureModelFactory
Creates and populates a default feature from stream.
parseFeature(InputStream, String) - Method in class org.eclipse.update.core.model.FeatureModelFactory
Creates and populates a default feature from stream.
parseSite(InputStream, URL) - Method in class org.eclipse.update.core.model.SiteModelFactory
Creates and populates a default site from stream.
partActivated(IWorkbenchPart) - Method in interface org.eclipse.ui.IPartListener
Notifies this listener that the given part has been activated.
partActivated(IWorkbenchPartReference) - Method in interface org.eclipse.ui.IPartListener2
Notifies this listener that the given part has been activated.
partBroughtToTop(IWorkbenchPart) - Method in interface org.eclipse.ui.IPartListener
Notifies this listener that the given part has been brought to the top.
partBroughtToTop(IWorkbenchPartReference) - Method in interface org.eclipse.ui.IPartListener2
Notifies this listener that the given part has been brought to the top.
partClosed(IWorkbenchPart) - Method in interface org.eclipse.ui.IPartListener
Notifies this listener that the given part has been closed.
partClosed(IWorkbenchPartReference) - Method in interface org.eclipse.ui.IPartListener2
Notifies this listener that the given part has been closed.
partDeactivated(IWorkbenchPart) - Method in interface org.eclipse.ui.IPartListener
Notifies this listener that the given part has been deactivated.
partDeactivated(IWorkbenchPartReference) - Method in interface org.eclipse.ui.IPartListener2
Notifies this listener that the given part has been deactivated.
partHidden(IWorkbenchPartReference) - Method in interface org.eclipse.ui.IPartListener2
Notifies this listener that the given part is hidden or obscured by another part.
partInputChanged(IWorkbenchPartReference) - Method in interface org.eclipse.ui.IPartListener2
Notifies this listener that the given part's input was changed.
partOpened(IWorkbenchPart) - Method in interface org.eclipse.ui.IPartListener
Notifies this listener that the given part has been opened.
partOpened(IWorkbenchPartReference) - Method in interface org.eclipse.ui.IPartListener2
Notifies this listener that the given part has been opened.
partVisible(IWorkbenchPartReference) - Method in interface org.eclipse.ui.IPartListener2
Notifies this listener that the given part is visible.
paste() - Method in class org.eclipse.ercp.swt.mobile.ConstrainedText
Pastes text from clipboard.
paste() - Method in class org.eclipse.swt.widgets.Combo
Pastes text from clipboard.
paste() - Method in class org.eclipse.swt.widgets.Text
Pastes text from clipboard.
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.
performApply() - Method in class org.eclipse.jface.preference.PreferencePage
Performs special processing when this page's Apply 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.preference.PreferencePage
The preference page implementation of an IPreferencePage method performs special processing when this page's Cancel button has been pressed.
performCopy() - Method in class org.eclipse.jface.viewers.CellEditor
Performs the copy action.
performCopy() - Method in class org.eclipse.jface.viewers.TextCellEditor
The TextCellEditor implementation of this CellEditor method copies the current selection to the clipboard.
performCut() - Method in class org.eclipse.jface.viewers.CellEditor
Performs the cut action.
performCut() - Method in class org.eclipse.jface.viewers.TextCellEditor
The TextCellEditor implementation of this CellEditor method cuts the current selection to the clipboard.
performDefaults() - Method in class org.eclipse.jface.preference.PreferencePage
Performs special processing when this page's Defaults button has been pressed.
performDelete() - Method in class org.eclipse.jface.viewers.CellEditor
Performs the delete action.
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.
performFind() - Method in class org.eclipse.jface.viewers.CellEditor
Performs the find action.
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.PreferencePage
Method declared on IPreferencePage.
performPaste() - Method in class org.eclipse.jface.viewers.CellEditor
Performs the paste action.
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.
performRedo() - Method in class org.eclipse.jface.viewers.CellEditor
Performs the redo action.
performSearch(IUpdateSearchResultCollector, IProgressMonitor) - Method in class org.eclipse.update.search.UpdateSearchRequest
Runs the search using the category and scope configured into this request.
performSelectAll() - Method in class org.eclipse.jface.viewers.CellEditor
Performs the select all action.
performSelectAll() - Method in class org.eclipse.jface.viewers.TextCellEditor
The TextCellEditor implementation of this CellEditor method selects all of the current text.
performUndo() - Method in class org.eclipse.jface.viewers.CellEditor
Performs the undo action.
perspectiveActivated(IWorkbenchPage, IPerspectiveDescriptor) - Method in interface org.eclipse.ui.IPerspectiveListener
Notifies this listener that a perspective in the given page has been activated.
perspectiveActivated(IWorkbenchPage, IPerspectiveDescriptor) - Method in class org.eclipse.ui.PerspectiveAdapter
 
perspectiveChanged(IWorkbenchPage, IPerspectiveDescriptor, String) - Method in interface org.eclipse.ui.IPerspectiveListener
Notifies this listener that a perspective has changed in some way (for example, editor area hidden, perspective reset, view show/hide, editor open/close, etc).
perspectiveChanged(IWorkbenchPage, IPerspectiveDescriptor, IWorkbenchPartReference, String) - Method in interface org.eclipse.ui.IPerspectiveListener2
Notifies this listener that a part in the given page's perspective has changed in some way (for example, view show/hide, editor open/close, etc).
perspectiveChanged(IWorkbenchPage, IPerspectiveDescriptor, IWorkbenchPartReference, String) - Method in class org.eclipse.ui.PerspectiveAdapter
 
perspectiveChanged(IWorkbenchPage, IPerspectiveDescriptor, String) - Method in class org.eclipse.ui.PerspectiveAdapter
 
perspectiveClosed(IWorkbenchPage, IPerspectiveDescriptor) - Method in interface org.eclipse.ui.IPerspectiveListener3
Notifies this listener that a perspective in the given page has been closed.
perspectiveClosed(IWorkbenchPage, IPerspectiveDescriptor) - Method in class org.eclipse.ui.PerspectiveAdapter
 
perspectiveDeactivated(IWorkbenchPage, IPerspectiveDescriptor) - Method in interface org.eclipse.ui.IPerspectiveListener3
Notifies this listener that a perspective in the given page has been deactivated.
perspectiveDeactivated(IWorkbenchPage, IPerspectiveDescriptor) - Method in class org.eclipse.ui.PerspectiveAdapter
 
perspectiveOpened(IWorkbenchPage, IPerspectiveDescriptor) - Method in interface org.eclipse.ui.IPerspectiveListener3
Notifies this listener that a perspective in the given page has been opened.
perspectiveOpened(IWorkbenchPage, IPerspectiveDescriptor) - Method in class org.eclipse.ui.PerspectiveAdapter
 
perspectiveSavedAs(IWorkbenchPage, IPerspectiveDescriptor, IPerspectiveDescriptor) - Method in interface org.eclipse.ui.IPerspectiveListener3
Notifies this listener that a perspective in the given page has been saved as a new perspective with a different perspective descriptor.
perspectiveSavedAs(IWorkbenchPage, IPerspectiveDescriptor, IPerspectiveDescriptor) - Method in class org.eclipse.ui.PerspectiveAdapter
 
pluginEntries - Variable in class org.eclipse.update.core.BaseInstallHandler
Plug-in entries downloaded
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.
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.
post(Event) - Method in class org.eclipse.swt.widgets.Display
Generate a low level system event.
postShutdown() - Method in class org.eclipse.ui.application.WorkbenchAdvisor
Performs arbitrary finalization after the workbench stops running.
postStartup() - Method in class org.eclipse.ui.application.WorkbenchAdvisor
Performs arbitrary actions after the workbench windows have been opened (or restored), but before the main event loop is run.
postWindowClose(IWorkbenchWindowConfigurer) - Method in class org.eclipse.ui.application.WorkbenchAdvisor
Deprecated. since 3.1, override WorkbenchWindowAdvisor.postWindowClose() instead
postWindowClose() - Method in class org.eclipse.ui.application.WorkbenchWindowAdvisor
Performs arbitrary actions after the org.eclipse.jface.window is closed.
postWindowCreate(IWorkbenchWindowConfigurer) - Method in class org.eclipse.ui.application.WorkbenchAdvisor
Deprecated. since 3.1, override WorkbenchWindowAdvisor.postWindowCreate() instead
postWindowCreate() - Method in class org.eclipse.ui.application.WorkbenchWindowAdvisor
Performs arbitrary actions after the org.eclipse.jface.window has been created (possibly after being restored), but has not yet been opened.
postWindowOpen(IWorkbenchWindowConfigurer) - Method in class org.eclipse.ui.application.WorkbenchAdvisor
Deprecated. since 3.1, override WorkbenchWindowAdvisor.postWindowOpen() instead
postWindowOpen() - Method in class org.eclipse.ui.application.WorkbenchWindowAdvisor
Performs arbitrary actions after the org.eclipse.jface.window has been opened (possibly after being restored).
postWindowRestore(IWorkbenchWindowConfigurer) - Method in class org.eclipse.ui.application.WorkbenchAdvisor
Deprecated. since 3.1, override WorkbenchWindowAdvisor.postWindowRestore() instead
postWindowRestore() - Method in class org.eclipse.ui.application.WorkbenchWindowAdvisor
Performs arbitrary actions after the org.eclipse.jface.window has been restored, but before it is opened.
preShutdown() - Method in class org.eclipse.ui.application.WorkbenchAdvisor
Performs arbitrary finalization before the workbench is about to shut down.
preStartup() - Method in class org.eclipse.ui.application.WorkbenchAdvisor
Performs arbitrary actions just before the first workbench org.eclipse.jface.window is opened (or restored).
preWindowOpen(IWorkbenchWindowConfigurer) - Method in class org.eclipse.ui.application.WorkbenchAdvisor
Deprecated. since 3.1, override WorkbenchWindowAdvisor.preWindowOpen() instead
preWindowOpen() - Method in class org.eclipse.ui.application.WorkbenchWindowAdvisor
Performs arbitrary actions before the org.eclipse.jface.window is opened.
preWindowShellClose(IWorkbenchWindowConfigurer) - Method in class org.eclipse.ui.application.WorkbenchAdvisor
Deprecated. since 3.1, override WorkbenchWindowAdvisor.preWindowShellClose() instead
preWindowShellClose() - Method in class org.eclipse.ui.application.WorkbenchWindowAdvisor
Performs arbitrary actions as the org.eclipse.jface.window's shell is being closed directly, and possibly veto the close.
preferenceManager - Variable in class org.eclipse.jface.preference.PreferenceDialog
 
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.
prepareDecoration(Object, String) - Method in interface org.eclipse.jface.viewers.IDelayedLabelDecorator
Prepare the element for decoration.
prependToGroup(String, IContributionItem) - Method in class org.eclipse.jface.action.ContributionManager
 
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.SubContributionManager
 
preservingSelection(Runnable) - Method in class org.eclipse.jface.viewers.CheckboxTableViewer
 
preservingSelection(Runnable) - Method in class org.eclipse.jface.viewers.CheckboxTreeViewer
 
preservingSelection(Runnable) - Method in class org.eclipse.jface.viewers.StructuredViewer
Attempts to preserves the current selection across a run of the given code.
printStackTrace() - Method in class org.eclipse.swt.SWTError
Outputs a printable representation of this error's stack trace on the standard error stream.
printStackTrace() - Method in class org.eclipse.swt.SWTException
Outputs a printable representation of this exception's stack trace on the standard error stream.
process(IProgressMonitor) - Method in interface org.eclipse.update.configuration.ISessionDelta
Deprecated. Process all the feature references of the Session Delta.
process(IFeatureReference[], IProgressMonitor) - Method in interface org.eclipse.update.configuration.ISessionDelta
Deprecated. Process the selected feature references of the Session Delta.
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.
promptToSaveOnClose() - Method in interface org.eclipse.ui.ISaveablePart2
Prompts the user for input on what to do with unsaved data.
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.
put(String, RGB) - Method in class org.eclipse.jface.resource.ColorRegistry
Adds (or replaces) a color to this color registry under the given symbolic name.
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, ImageDescriptor) - Method in class org.eclipse.jface.resource.ImageRegistry
Adds (or replaces) an image descriptor to this registry.
put(String, Image) - Method in class org.eclipse.jface.resource.ImageRegistry
Adds an image to this registry.
putFloat(String, float) - Method in interface org.eclipse.ui.IMemento
Sets the value of the given key to the given floating point number.
putFloat(String, float) - 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.
putInteger(String, int) - 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.
putMemento(IMemento) - 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.
putString(String, 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.
putTextData(String) - Method in class org.eclipse.ui.XMLMemento
 
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 without sending a property change.
putValue(IPreferenceStore, String, FontData[]) - Static method in class org.eclipse.jface.preference.PreferenceConverter
Sets the current value of the preference with the given name in the given preference store.
putValue(String, String) - Method in class org.eclipse.jface.preference.PreferenceStore
 
putValue(String, String) - Method in class org.eclipse.ui.preferences.ScopedPreferenceStore
 

Eclipse eRCP
Release 1.1
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z