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_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.
pack() - Method in class org.eclipse.ercp.swt.mobile.ListBox
 
pack() - Method in class org.eclipse.ercp.swt.mobile.SortedList
 
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.
PACKAGE_SPECIFICATION_VERSION - Static variable in interface org.osgi.framework.Constants
Deprecated. As of 1.3. This has been replaced by Constants.VERSION_ATTRIBUTE.
packageAdmin - Variable in class org.eclipse.osgi.framework.internal.core.Framework
Package Admin object.
packageAdmin - Variable in class org.eclipse.osgi.framework.internal.core.SystemBundleActivator
 
PackageAdmin - Interface in org.osgi.service.packageadmin
Framework service which allows bundle programmers to inspect the package wiring state of bundles in the Framework as well as other functions related to the class loader network among bundles.
PACKAGEADMINCLASS - Static variable in class org.eclipse.osgi.framework.internal.protocol.MultiplexingFactory
 
PackageAdminImpl - Class in org.eclipse.osgi.framework.internal.core
PackageAdmin service for the OSGi specification.
PackageAdminImpl(Framework) - Constructor for class org.eclipse.osgi.framework.internal.core.PackageAdminImpl
Constructor.
PackagePermission - Class in org.osgi.framework
A bundle's authority to import or export a package.
PackagePermission(String, String) - Constructor for class org.osgi.framework.PackagePermission
Defines the authority to import and/or export a package within the OSGi environment.
PACKAGES_REFRESHED - Static variable in class org.osgi.framework.FrameworkEvent
A PackageAdmin.refreshPackage operation has completed.
PackageSource - Class in org.eclipse.osgi.framework.internal.core
 
PackageSource(String) - Constructor for class org.eclipse.osgi.framework.internal.core.PackageSource
 
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).
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.
Paint - Static variable in class org.eclipse.swt.SWT
The paint event type (value is 9).
paintControl(PaintEvent) - Method in interface org.eclipse.swt.events.PaintListener
Sent when a paint event occurs for the control.
PaintEvent - Class in org.eclipse.swt.events
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 in org.eclipse.swt.events
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 in org.eclipse.swt.graphics
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.
Parameterization - Class in org.eclipse.core.commands
A parameter with a specific value.
Parameterization(IParameter, String) - Constructor for class org.eclipse.core.commands.Parameterization
Constructs a new instance of Parameterization.
ParameterizedCommand - Class in org.eclipse.core.commands
A command that has had one or more of its parameters specified.
ParameterizedCommand(Command, Parameterization[]) - Constructor for class org.eclipse.core.commands.ParameterizedCommand
Constructs a new instance of ParameterizedCommand with specific values for zero or more of its parameters.
ParameterizedRunnable - Interface in org.eclipse.osgi.service.runnable
Like a Runnable, an object which captures a block of code which can be passed around and executed.
ParameterType - Class in org.eclipse.core.commands
Provides information about the type of a command parameter.
parameterTypeChanged(ParameterTypeEvent) - Method in class org.eclipse.core.commands.CommandManager
Notifies that one or more properties of an instance of ParameterType have changed.
parameterTypeChanged(ParameterTypeEvent) - Method in interface org.eclipse.core.commands.IParameterTypeListener
Notifies that one or more properties of an instance of ParameterType have changed.
ParameterTypeEvent - Class in org.eclipse.core.commands
An instance of this class describes changes to an instance of ParameterType.
ParameterValueConversionException - Exception in org.eclipse.core.commands
Signals that a problem occurred while converting a command parameter value from string to object, or object to string.
ParameterValueConversionException(String) - Constructor for exception org.eclipse.core.commands.ParameterValueConversionException
Creates a new instance of this class with the specified detail message.
ParameterValueConversionException(String, Throwable) - Constructor for exception org.eclipse.core.commands.ParameterValueConversionException
Creates a new instance of this class with the specified detail message and cause.
ParameterValuesException - Exception in org.eclipse.core.commands
Signals that a problem has occurred while trying to create an instance of IParameterValues.
ParameterValuesException(String, Throwable) - Constructor for exception org.eclipse.core.commands.ParameterValuesException
Creates a new instance of this class with the specified detail message and cause.
parent - Variable in class org.eclipse.ercp.update.views.NormalView
 
parent() - Method in interface org.osgi.service.prefs.Preferences
Returns the parent of this node, or null if this is the root.
parentNode - Variable in class org.eclipse.ercp.xml.dom.TreeNode
 
ParentPolicy - Class in org.eclipse.osgi.framework.internal.core
 
ParentPolicy() - Constructor for class org.eclipse.osgi.framework.internal.core.ParentPolicy
 
parse(InputStream) - Method in class javax.xml.parsers.DocumentBuilder
Parse the content of the given InputStream as an XML document and return a new DOM Document object.
parse(InputStream, String) - Method in class javax.xml.parsers.DocumentBuilder
Parse the content of the given InputStream as an XML document and return a new DOM Document object.
parse(String) - Method in class javax.xml.parsers.DocumentBuilder
Parse the content of the given URI as an XML document and return a new DOM Document object.
parse(File) - Method in class javax.xml.parsers.DocumentBuilder
Parse the content of the given file as an XML document and return a new DOM Document object.
parse(InputSource) - Method in class javax.xml.parsers.DocumentBuilder
Parse the content of the given input source as an XML document and return a new DOM Document object.
parse(InputSource, DefaultHandler) - Method in class javax.xml.parsers.SAXParser
Parse the content of the given InputStream instance as XML using the specified DefaultHandler.
parse(File, DefaultHandler) - Method in class javax.xml.parsers.SAXParser
Parse the content of the file specified as XML using the specified DefaultHandler.
parse(InputStream, DefaultHandler) - Method in class javax.xml.parsers.SAXParser
Parse the content of the given InputStream instance as XML using the specified DefaultHandler.
parse(InputStream, DefaultHandler, String) - Method in class javax.xml.parsers.SAXParser
Parse the content of the given InputStream instance as XML using the specified DefaultHandler.
parse(String, DefaultHandler) - Method in class javax.xml.parsers.SAXParser
Parse the content described by the giving Uniform Resource Identifier (URI) as XML using the specified DefaultHandler.
parse(InputSource) - Method in class org.eclipse.ercp.jaxp.implForCore.DocumentBuilderImpl
 
parse(InputSource, DefaultHandler) - Method in class org.eclipse.ercp.jaxp.implForCore.SAXParserImpl
Parse the content of the given InputStream instance as XML using the specified DefaultHandler.
parse(String) - Method in class org.eclipse.ercp.xml.parser.AbstractSAXParserImpl
 
parse(InputSource) - Method in class org.eclipse.ercp.xml.parser.AbstractSAXParserImpl
Internal call
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.
parse(String) - Method in class org.xml.sax.helpers.ParserAdapter
Parse an XML document.
parse(InputSource) - Method in class org.xml.sax.helpers.ParserAdapter
Parse an XML document.
parse(InputSource) - Method in class org.xml.sax.helpers.XMLFilterImpl
Parse a document.
parse(String) - Method in class org.xml.sax.helpers.XMLFilterImpl
Parse a document.
parse(String) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Parse the document.
parse(InputSource) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Parse the document.
parse(InputSource) - Method in interface org.xml.sax.Parser
Deprecated. Parse an XML document.
parse(String) - Method in interface org.xml.sax.Parser
Deprecated. Parse an XML document from a system identifier (URI).
parse(InputSource) - Method in interface org.xml.sax.XMLReader
Parse an XML document.
parse(String) - Method in interface org.xml.sax.XMLReader
Parse an XML document from a system identifier (URI).
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.
parseArgs(String[]) - Method in class org.eclipse.osgi.framework.launcher.Launcher
Parses the command line arguments and remembers them so they can be processed later.
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.
parseFragmentAttributes(Attributes) - Method in class org.eclipse.core.runtime.internal.adaptor.PluginParser
 
parseLibraryAttributes(Attributes) - Method in class org.eclipse.core.runtime.internal.adaptor.PluginParser
 
parseManifest(InputStream) - Static method in class org.eclipse.osgi.framework.util.Headers
 
parseNextCharacter(int) - Method in class org.eclipse.ercp.xml.parser.AbstractSAXParserImpl
 
parsePlugin(InputStream) - Method in class org.eclipse.core.runtime.internal.adaptor.PluginParser
 
parsePluginAttributes(Attributes) - Method in class org.eclipse.core.runtime.internal.adaptor.PluginParser
 
parsePluginRequiresImport(Attributes) - Method in class org.eclipse.core.runtime.internal.adaptor.PluginParser
 
Parser - Interface in org.xml.sax
Deprecated. This interface has been replaced by the SAX2 XMLReader interface, which includes Namespace support.
ParserAdapter - Class in org.xml.sax.helpers
Adapt a SAX1 Parser as a SAX2 XMLReader.
ParserAdapter() - Constructor for class org.xml.sax.helpers.ParserAdapter
Construct a new parser adapter.
ParserAdapter(Parser) - Constructor for class org.xml.sax.helpers.ParserAdapter
Construct a new parser adapter.
ParserConfigurationException - Exception in javax.xml.parsers
Indicates a serious configuration error.
ParserConfigurationException() - Constructor for exception javax.xml.parsers.ParserConfigurationException
Create a new ParserConfigurationException with no detail mesage.
ParserConfigurationException(String) - Constructor for exception javax.xml.parsers.ParserConfigurationException
Create a new ParserConfigurationException with the String specified as an error message.
parseRequiresAttributes(Attributes) - Method in class org.eclipse.core.runtime.internal.adaptor.PluginParser
 
ParserFactory - Class in org.xml.sax.helpers
Deprecated. This class works with the deprecated Parser interface.
parseSite(InputStream, URL) - Method in class org.eclipse.update.core.model.SiteModelFactory
Creates and populates a default site from stream.
parseURL(URL, String, int, int) - Method in class org.eclipse.osgi.framework.internal.core.BundleResourceHandler
Parse reference URL.
parseURL(URL, String, int, int) - Method in class org.eclipse.osgi.framework.internal.protocol.MultiplexingURLStreamHandler
 
parseURL(URLStreamHandlerSetter, URL, String, int, int) - Method in class org.eclipse.osgi.framework.internal.protocol.NullURLStreamHandlerService
 
parseURL(URL, String, int, int) - Method in class org.eclipse.osgi.framework.internal.protocol.reference.Handler
 
parseURL(URL, String, int, int) - Method in class org.eclipse.osgi.framework.internal.protocol.URLStreamHandlerProxy
 
parseURL(URLStreamHandlerSetter, URL, String, int, int) - Method in class org.osgi.service.url.AbstractURLStreamHandlerService
Parse a URL using the URLStreamHandlerSetter object.
parseURL(URLStreamHandlerSetter, URL, String, int, int) - Method in interface org.osgi.service.url.URLStreamHandlerService
Parse a URL.
parseVersion(String) - Static method in class org.osgi.framework.Version
Parses a version identifier from the specified string.
Parsing_yet - Static variable in class org.eclipse.ercp.xml.parser.EXmlMsg
 
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.
PartInitException - Exception in org.eclipse.ui
A checked exception indicating a workbench part cannot be initialized correctly.
PartInitException(String) - Constructor for exception org.eclipse.ui.PartInitException
Creates a new exception with the given message.
PartInitException(String, Throwable) - Constructor for exception org.eclipse.ui.PartInitException
Creates a new exception with the given message.
PartInitException(IStatus) - Constructor for exception org.eclipse.ui.PartInitException
Creates a new exception with the given status object.
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.
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() - Method in class org.eclipse.ercp.swt.mobile.ConstrainedText
Pastes text from clipboard.
PASTE - Static variable in class org.eclipse.jface.viewers.CellEditor
Property name for the paste action
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.
Path - Class in org.eclipse.core.runtime
The standard implementation of the IPath interface.
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.
PAUSE - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the pause key (value is (1<<24)+85).
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(IConfigurationElement) - Method in class org.eclipse.core.expressions.ExpressionConverter
Converts the tree of configuration elements represented by the given root element and returns a corresponding expression tree.
perform(Element) - Method in class org.eclipse.core.expressions.ExpressionConverter
Converts the tree of DOM elements represented by the given root element and returns a corresponding expression tree.
PerformanceStats - Class in org.eclipse.core.runtime
PerformanceStats collects and aggregates timing data about events such as a builder running, an editor opening, etc.
PerformanceStats.PerformanceListener - Class in org.eclipse.core.runtime
A performance listener is periodically notified after performance events occur or after events fail.
PerformanceStats.PerformanceListener() - Constructor for class org.eclipse.core.runtime.PerformanceStats.PerformanceListener
Creates a new listener.
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.
permissionAdmin - Variable in class org.eclipse.osgi.framework.internal.core.Framework
Package Admin object.
permissionAdmin - Variable in class org.eclipse.osgi.framework.internal.core.SystemBundleActivator
 
PermissionAdmin - Interface in org.osgi.service.permissionadmin
The Permission Admin service allows management agents to manage the permissions of bundles.
PermissionAdminImpl - Class in org.eclipse.osgi.framework.internal.core
Permission Admin service for the OSGi specification.
PermissionAdminImpl(Framework, PermissionStorage) - Constructor for class org.eclipse.osgi.framework.internal.core.PermissionAdminImpl
Construstor.
PermissionInfo - Class in org.osgi.service.permissionadmin
Permission representation used by the Permission Admin service.
PermissionInfo(String, String, String) - Constructor for class org.osgi.service.permissionadmin.PermissionInfo
Constructs a PermissionInfo from the specified type, name, and actions.
PermissionInfo(String) - Constructor for class org.osgi.service.permissionadmin.PermissionInfo
Constructs a PermissionInfo object from the specified encoded PermissionInfo string.
PermissionStorage - Interface in org.eclipse.osgi.framework.adaptor
Permission Storage interface for managing a persistent storage of bundle permissions.
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
 
PerspectiveAdapter - Class in org.eclipse.ui
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
 
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
 
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).
PI_BOOT - Static variable in class org.eclipse.core.runtime.internal.adaptor.PluginConverterImpl
 
PI_RUNTIME - Static variable in class org.eclipse.core.runtime.internal.adaptor.PluginConverterImpl
 
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.
PI_RUNTIME_COMPATIBILITY - Static variable in class org.eclipse.core.runtime.internal.adaptor.PluginConverterImpl
 
PL_APPLICATIONS - Static variable in class org.eclipse.ercp.eworkbench.eWorkbenchPlugin
 
Platform - Class in org.eclipse.core.runtime
The central class of the Eclipse Platform Runtime.
PLATFORM_FILTER - Static variable in interface org.eclipse.osgi.service.resolver.ResolverError
Error type constant (bit mask) indicating that a bundle could not be resolved because a platform filter did not match the runtime environment.
PlatformAdmin - Interface in org.eclipse.osgi.service.resolver
Framework service which allows bundle programmers to inspect the bundles and packages known to the Framework.
PlatformObject - Class in org.eclipse.core.runtime
An abstract superclass implementing the IAdaptable interface.
PlatformObject() - Constructor for class org.eclipse.core.runtime.PlatformObject
Constructs a new platform object.
PlatformUI - Class in org.eclipse.ui
The central class for access to the Eclipse Platform User Interface.
PLUGIN - Static variable in interface org.eclipse.core.runtime.internal.adaptor.IModel
 
Plugin - Class in org.eclipse.core.runtime
The abstract superclass of all plug-in runtime class implementations.
Plugin() - Constructor for class org.eclipse.core.runtime.Plugin
Creates a new plug-in runtime object.
Plugin(IPluginDescriptor) - Constructor for class org.eclipse.core.runtime.Plugin
Deprecated. In Eclipse 3.0 this constructor has been replaced by Plugin.Plugin(). Implementations of MyPlugin(IPluginDescriptor descriptor) should be changed to MyPlugin() and call super() instead of super(descriptor). The MyPlugin(IPluginDescriptor descriptor) constructor is called only for plug-ins which explicitly require the org.eclipse.core.runtime.compatibility plug-in.
plugin - Static variable in class org.eclipse.ercp.update.AppPlugin
 
PLUGIN_CLASS - Static variable in interface org.eclipse.core.runtime.internal.adaptor.IModel
 
PLUGIN_CLASS - Static variable in class org.eclipse.osgi.framework.internal.core.Constants
 
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 interface org.eclipse.core.runtime.internal.adaptor.IModel
 
PLUGIN_ID - Static variable in class org.eclipse.ercp.eworkbench.eWorkbenchPlugin
The workbench plugin ID.
PLUGIN_ID - Static variable in class org.eclipse.ui.PlatformUI
Identifies the workbench plug-in.
PLUGIN_KEY_VERSION_SEPARATOR - Static variable in interface org.eclipse.core.runtime.internal.adaptor.IModel
 
PLUGIN_MANIFEST - Static variable in class org.eclipse.core.runtime.internal.adaptor.PluginConverterImpl
 
PLUGIN_NAME - Static variable in interface org.eclipse.core.runtime.internal.adaptor.IModel
 
PLUGIN_PREFERENCE_SCOPE - Static variable in class org.eclipse.core.runtime.Plugin
String constant used for the default scope name for legacy Eclipse plug-in preferences.
PLUGIN_PROVIDER - Static variable in interface org.eclipse.core.runtime.internal.adaptor.IModel
 
PLUGIN_REQUIRES - Static variable in interface org.eclipse.core.runtime.internal.adaptor.IModel
 
PLUGIN_REQUIRES_EXPORT - Static variable in interface org.eclipse.core.runtime.internal.adaptor.IModel
 
PLUGIN_REQUIRES_IMPORT - Static variable in interface org.eclipse.core.runtime.internal.adaptor.IModel
 
PLUGIN_REQUIRES_MATCH - Static variable in interface org.eclipse.core.runtime.internal.adaptor.IModel
 
PLUGIN_REQUIRES_MATCH_COMPATIBLE - Static variable in interface org.eclipse.core.runtime.internal.adaptor.IModel
 
PLUGIN_REQUIRES_MATCH_EQUIVALENT - Static variable in interface org.eclipse.core.runtime.internal.adaptor.IModel
 
PLUGIN_REQUIRES_MATCH_EXACT - Static variable in interface org.eclipse.core.runtime.internal.adaptor.IModel
 
PLUGIN_REQUIRES_MATCH_GREATER_OR_EQUAL - Static variable in interface org.eclipse.core.runtime.internal.adaptor.IModel
 
PLUGIN_REQUIRES_MATCH_PERFECT - Static variable in interface org.eclipse.core.runtime.internal.adaptor.IModel
 
PLUGIN_REQUIRES_OPTIONAL - Static variable in interface org.eclipse.core.runtime.internal.adaptor.IModel
 
PLUGIN_REQUIRES_PLATFORM - Static variable in interface org.eclipse.core.runtime.internal.adaptor.IModel
 
PLUGIN_REQUIRES_PLUGIN - Static variable in interface org.eclipse.core.runtime.internal.adaptor.IModel
 
PLUGIN_REQUIRES_PLUGIN_VERSION - Static variable in interface org.eclipse.core.runtime.internal.adaptor.IModel
 
PLUGIN_VENDOR - Static variable in interface org.eclipse.core.runtime.internal.adaptor.IModel
 
PLUGIN_VERSION - Static variable in interface org.eclipse.core.runtime.internal.adaptor.IModel
 
PluginConversionException - Exception in org.eclipse.osgi.service.pluginconversion
Custom exception for errors that can happen during plugin conversion.
PluginConversionException() - Constructor for exception org.eclipse.osgi.service.pluginconversion.PluginConversionException
Constructor for the class.
PluginConversionException(String) - Constructor for exception org.eclipse.osgi.service.pluginconversion.PluginConversionException
Create a new exception with the given message.
PluginConversionException(String, Throwable) - Constructor for exception org.eclipse.osgi.service.pluginconversion.PluginConversionException
Create a new exception with the given message and nested exception.
PluginConversionException(Throwable) - Constructor for exception org.eclipse.osgi.service.pluginconversion.PluginConversionException
Create a new exception with the given nested exception.
PluginConverter - Interface in org.eclipse.osgi.service.pluginconversion
A plug-in convertor is able to convert plug-in manifest files (plugin.xml) and fragment manifest files (fragment.xml) to bundle manifest files (MANIFEST.MF).
PluginConverterImpl - Class in org.eclipse.core.runtime.internal.adaptor
Internal class.
PluginConverterImpl(FrameworkAdaptor, BundleContext) - Constructor for class org.eclipse.core.runtime.internal.adaptor.PluginConverterImpl
 
pluginEntries - Variable in class org.eclipse.update.core.BaseInstallHandler
Plug-in entries downloaded
PluginEntry - Class in org.eclipse.update.core
Convenience implementation of plug-in entry.
PluginEntry() - Constructor for class org.eclipse.update.core.PluginEntry
Plug-in entry default constructor
PluginEntryModel - Class in org.eclipse.update.core.model
Plug-in entry model object.
PluginEntryModel() - Constructor for class org.eclipse.update.core.model.PluginEntryModel
Creates a uninitialized plug-in entry model object.
PluginParser - Class in org.eclipse.core.runtime.internal.adaptor
Internal class.
PluginParser(FrameworkAdaptor, BundleContext, Version) - Constructor for class org.eclipse.core.runtime.internal.adaptor.PluginParser
 
PluginParser.PluginInfo - Class in org.eclipse.core.runtime.internal.adaptor
 
PluginParser.PluginInfo() - Constructor for class org.eclipse.core.runtime.internal.adaptor.PluginParser.PluginInfo
 
PluginParser.Prerequisite - Class in org.eclipse.core.runtime.internal.adaptor
 
PluginParser.Prerequisite(String, String, boolean, boolean, String) - Constructor for class org.eclipse.core.runtime.internal.adaptor.PluginParser.Prerequisite
 
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.
PluginVersionIdentifier - Class in org.eclipse.core.runtime
Deprecated. clients should use Version instead
PluginVersionIdentifier(int, int, int) - Constructor for class org.eclipse.core.runtime.PluginVersionIdentifier
Deprecated. Creates a plug-in version identifier from its components.
PluginVersionIdentifier(int, int, int, String) - Constructor for class org.eclipse.core.runtime.PluginVersionIdentifier
Deprecated. Creates a plug-in version identifier from its components.
PluginVersionIdentifier(String) - Constructor for class org.eclipse.core.runtime.PluginVersionIdentifier
Deprecated. Creates a plug-in version identifier from the given string.
Point - Class in org.eclipse.swt.graphics
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.
POINT_DEFAULT_DEFAULT - Static variable in class org.eclipse.jface.preference.PreferenceConverter
The default-default value for point preferences (the origin, (0,0)).
Policy - Class in org.eclipse.jface.util
The Policy class handles debug flags and logging within JFace.
Policy() - Constructor for class org.eclipse.jface.util.Policy
 
PolicyHandler - Class in org.eclipse.osgi.framework.internal.core
 
PolicyHandler(BundleLoader, String) - Constructor for class org.eclipse.osgi.framework.internal.core.PolicyHandler
 
POP_UP - Static variable in class org.eclipse.swt.SWT
Style constant for pop up menu behavior (value is 1<<3).
popContext() - Method in class org.xml.sax.helpers.NamespaceSupport
Revert to the previous Namespace context.
PORTRAIT - Static variable in class org.eclipse.ercp.swt.mobile.Screen
indicates text is normally written across the shortest width
post(Event) - Method in class org.eclipse.swt.widgets.Display
Generate a low level system event.
POST_ORDER - Static variable in class org.eclipse.jface.preference.PreferenceManager
Post-order means visit the children, and then the root.
postExecuteFailure(String, ExecutionException) - Method in interface org.eclipse.core.commands.IExecutionListener
Notifies the listener that a command has failed to complete execution.
postExecuteSuccess(String, Object) - Method in interface org.eclipse.core.commands.IExecutionListener
Notifies the listener that a command has completed execution successfully.
postFindLocalClass(String, Class, ClasspathManager) - Method in class org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter
 
postFindLocalClass(String, Class, ClasspathManager) - Method in class org.eclipse.core.runtime.internal.stats.StatsManager
 
postFindLocalClass(String, Class, ClasspathManager) - Method in interface org.eclipse.osgi.baseadaptor.hooks.ClassLoadingStatsHook
Gets called by a classpath manager during ClasspathManager.findLocalClass(String) after searching the local classloader for a class.
postFindLocalResource(String, URL, ClasspathManager) - Method in class org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter
 
postFindLocalResource(String, URL, ClasspathManager) - Method in class org.eclipse.core.runtime.internal.stats.StatsManager
 
postFindLocalResource(String, URL, ClasspathManager) - Method in interface org.eclipse.osgi.baseadaptor.hooks.ClassLoadingStatsHook
Gets called by a classpath manager during ClasspathManager.findLocalResource(String) after searching the local classloader for a resource.
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.
PRE_ORDER - Static variable in class org.eclipse.jface.preference.PreferenceManager
Pre-order traversal means visit the root first, then the children.
preApply(IEclipsePreferences) - Method in class org.eclipse.core.runtime.preferences.PreferenceModifyListener
Clients are given the opportunity to modify the given tree before it is applied to the global preference tree.
preExecute(String, ExecutionEvent) - Method in interface org.eclipse.core.commands.IExecutionListener
Notifies the listener that a command is about to execute.
PREF_LINE_SEPARATOR - Static variable in class org.eclipse.core.runtime.Platform
Constant (value "line.separator") name of the preference used for storing the line separator.
PREF_PLATFORM_PERFORMANCE - Static variable in class org.eclipse.core.runtime.Platform
Name of a preference for configuring the performance level for this system.
preferenceChange(IEclipsePreferences.PreferenceChangeEvent) - Method in interface org.eclipse.core.runtime.preferences.IEclipsePreferences.IPreferenceChangeListener
Notification that a preference value has changed in the preference store.
PreferenceConverter - Class in org.eclipse.jface.preference
A utility class for dealing with preferences whose values are common SWT objects (color, points, rectangles, and font data).
PreferenceDialog - Class in org.eclipse.jface.preference
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
PreferenceFilterEntry - Class in org.eclipse.core.runtime.preferences
Class which represents and preference filter entry to be used during preference import/export (for example).
PreferenceFilterEntry(String) - Constructor for class org.eclipse.core.runtime.preferences.PreferenceFilterEntry
Constructor for the class.
preferenceManager - Variable in class org.eclipse.jface.preference.PreferenceDialog
 
PreferenceManager - Class in org.eclipse.jface.preference
A preference manager maintains a hierarchy of preference nodes and associated preference pages.
PreferenceManager() - Constructor for class org.eclipse.jface.preference.PreferenceManager
 
PreferenceModifyListener - Class in org.eclipse.core.runtime.preferences
This class provides a hook into the preference service before particular operations on the global preference tree.
PreferenceModifyListener() - Constructor for class org.eclipse.core.runtime.preferences.PreferenceModifyListener
 
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 in org.eclipse.jface.preference
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 in org.eclipse.jface.preference
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 in org.eclipse.core.runtime
A table of preference settings, mapping named properties to values.
Preferences() - Constructor for class org.eclipse.core.runtime.Preferences
Creates an empty preference table.
Preferences - Interface in org.osgi.service.prefs
A node in a hierarchical collection of preference data.
Preferences.IPropertyChangeListener - Interface in org.eclipse.core.runtime
Listener for property changes.
Preferences.PropertyChangeEvent - Class in org.eclipse.core.runtime
An event object describing a change to a named property.
Preferences.PropertyChangeEvent(Object, String, Object, Object) - Constructor for class org.eclipse.core.runtime.Preferences.PropertyChangeEvent
Creates a new property change event.
PREFERENCES_DEFAULT_OVERRIDE_BASE_NAME - Static variable in class org.eclipse.core.runtime.Plugin
The base name (value "preferences") for the file which is used for overriding default preference values.
PREFERENCES_DEFAULT_OVERRIDE_FILE_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.
PreferencesService - Interface in org.osgi.service.prefs
The Preferences Service.
PreferenceStore - Class in org.eclipse.jface.preference
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 in org.eclipse.ui.dialogs
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
 
preFindLocalClass(String, ClasspathManager) - Method in class org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter
 
preFindLocalClass(String, ClasspathManager) - Method in class org.eclipse.core.runtime.internal.stats.StatsManager
 
preFindLocalClass(String, ClasspathManager) - Method in interface org.eclipse.osgi.baseadaptor.hooks.ClassLoadingStatsHook
Gets called by a classpath manager during ClasspathManager.findLocalClass(String) before searching the local classloader for a class.
preFindLocalResource(String, ClasspathManager) - Method in class org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter
 
preFindLocalResource(String, ClasspathManager) - Method in class org.eclipse.core.runtime.internal.stats.StatsManager
 
preFindLocalResource(String, ClasspathManager) - Method in interface org.eclipse.osgi.baseadaptor.hooks.ClassLoadingStatsHook
Gets called by a classpath manager during ClasspathManager.findLocalResource(String) before searching the local classloader for a resource.
prefix - Variable in class org.eclipse.ercp.xml.dom.NSNodeImpl
 
prepareDecoration(Object, String) - Method in interface org.eclipse.jface.viewers.IDelayedLabelDecorator
Prepare the element for decoration.
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, 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
 
PRESENT - Static variable in class org.eclipse.osgi.framework.internal.core.FilterImpl
 
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.
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.
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).
previousSibling - Variable in class org.eclipse.ercp.xml.dom.TreeNode
 
preWindowOpen(IWorkbenchWindowConfigurer) - Method in class org.eclipse.ercp.eworkbench.eWorkbenchAdvisor
 
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.
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).
print(Object) - Method in interface org.eclipse.osgi.framework.console.CommandInterpreter
Prints an object to the outputstream
printBundleResource(Bundle, String) - Method in interface org.eclipse.osgi.framework.console.CommandInterpreter
Prints the given bundle resource if it exists
printDictionary(Dictionary, String) - Method in interface org.eclipse.osgi.framework.console.CommandInterpreter
Prints the given dictionary sorted by keys.
println() - Method in interface org.eclipse.osgi.framework.console.CommandInterpreter
Prints an empty line to the outputstream
println(Object) - Method in interface org.eclipse.osgi.framework.console.CommandInterpreter
Prints an object to the output medium (appended with newline character).
printStackTrace() - Method in exception 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(PrintStream) - Method in exception 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 exception 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(Throwable) - Method in interface org.eclipse.osgi.framework.console.CommandInterpreter
Print a stack trace including nested exceptions.
printStackTrace() - Method in error org.eclipse.swt.SWTError
Outputs a printable representation of this error's stack trace on the standard error stream.
printStackTrace() - Method in exception org.eclipse.swt.SWTException
Outputs a printable representation of this exception's stack trace on the standard error stream.
printStats() - Static method in class org.eclipse.core.runtime.PerformanceStats
Prints all statistics to the standard output.
printStats(PrintWriter) - Static method in class org.eclipse.core.runtime.PerformanceStats
Writes all statistics using the provided writer
printTrace(String, String) - Static method in class org.eclipse.core.commands.util.Tracing
Prints a tracing message to standard out.
Priority - Class in org.eclipse.ui.commands
Deprecated. This concept is now captured in the ISources integer constants.
proceedExecuting(IUndoableOperation, IOperationHistory, IAdaptable) - Method in interface org.eclipse.core.commands.operations.IOperationApprover2
Return a status indicating whether the specified operation should be executed.
proceedRedoing(IUndoableOperation, IOperationHistory, IAdaptable) - Method in interface org.eclipse.core.commands.operations.IOperationApprover
Return a status indicating whether the specified operation should be redone.
proceedRedoing(IUndoableOperation, IOperationHistory, IAdaptable) - Method in class org.eclipse.core.commands.operations.LinearUndoViolationDetector
 
proceedUndoing(IUndoableOperation, IOperationHistory, IAdaptable) - Method in interface org.eclipse.core.commands.operations.IOperationApprover
Return a status indicating whether the specified operation should be undone.
proceedUndoing(IUndoableOperation, IOperationHistory, IAdaptable) - Method in class org.eclipse.core.commands.operations.LinearUndoViolationDetector
 
process(String) - Static method in class org.eclipse.osgi.util.TextProcessor
Process the given text and return a string with the appropriate substitution based on the locale.
process(String, String) - Static method in class org.eclipse.osgi.util.TextProcessor
Process a string that has a particular semantic meaning to render on BiDi locales in way that maintains the semantic meaning of the text, but differs from the Unicode BiDi algorithm.
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.
processChangeEvent(Object[], Map, Object) - Static method in class org.eclipse.core.runtime.spi.RegistryStrategy
This method performs actual processing of the registry change event.
processChildren(ExpressionConverter, IConfigurationElement, CompositeExpression) - Method in class org.eclipse.core.expressions.ElementHandler
Converts the children of the given configuration element and adds them to the given composite expression.
processChildren(ExpressionConverter, Element, CompositeExpression) - Method in class org.eclipse.core.expressions.ElementHandler
Converts the children of the given DOM element and adds them to the given composite expression.
processClass(String, byte[], ClasspathEntry, BundleEntry, ClasspathManager) - Method in class org.eclipse.core.runtime.internal.adaptor.EclipseClassLoadingHook
 
processClass(String, byte[], ClasspathEntry, BundleEntry, ClasspathManager) - Method in interface org.eclipse.osgi.baseadaptor.hooks.ClassLoadingHook
Gets called by a classpath manager before defining a class.
PROCESSING_INSTRUCTION_NODE - Static variable in interface org.w3c.dom.Node
The node is a ProcessingInstruction.
processingInstruction(String, String) - Method in class org.eclipse.core.runtime.internal.adaptor.PluginParser
 
processingInstruction(String, String) - Method in class org.eclipse.ercp.jaxp.implForCore.DOMBuilder
 
processingInstruction(String, String) - Method in class org.eclipse.ercp.jaxp.implForCore.SAXParserImpl
 
processingInstruction(String, String) - Method in class org.eclipse.ercp.xml.parser.AbstractSAXParserImpl
Match the SAX API
ProcessingInstruction - Interface in org.w3c.dom
The ProcessingInstruction interface represents a "processing instruction", used in XML as a way to keep processor-specific information in the text of the document.
processingInstruction(String, String) - Method in interface org.xml.sax.ContentHandler
Receive notification of a processing instruction.
processingInstruction(String, String) - Method in interface org.xml.sax.DocumentHandler
Deprecated. Receive notification of a processing instruction.
processingInstruction(String, String) - Method in class org.xml.sax.HandlerBase
Deprecated. Receive notification of a processing instruction.
processingInstruction(String, String) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of a processing instruction.
processingInstruction(String, String) - Method in class org.xml.sax.helpers.ParserAdapter
Adapter implementation method; do not call.
processingInstruction(String, String) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter a processing instruction event.
processingInstruction(String, String) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Adapt a SAX2 processing instruction event.
ProcessingInstructionImpl - Class in org.eclipse.ercp.xml.dom
 
ProcessingInstructionImpl(DocumentImpl, String, String) - Constructor for class org.eclipse.ercp.xml.dom.ProcessingInstructionImpl
Constructor for ProcessingInstructionImpl
processName(String, String[], boolean) - Method in class org.xml.sax.helpers.NamespaceSupport
Process a raw XML qualified name, after all declarations in the current context have been handled by declarePrefix().
PROGRESS_MAX_VALUE - Static variable in class org.eclipse.ercp.update.views.InstallingScreen
 
ProgressBar - Class in org.eclipse.swt.widgets
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.
ProgressEvent - Class in org.eclipse.swt.browser
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 in org.eclipse.swt.browser
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.
ProgressMonitorWrapper - Class in org.eclipse.core.runtime
An abstract wrapper around a progress monitor which, unless overridden, forwards IProgressMonitor and IProgressMonitorWithBlocking methods to the wrapped progress monitor.
ProgressMonitorWrapper(IProgressMonitor) - Constructor for class org.eclipse.core.runtime.ProgressMonitorWrapper
Creates a new wrapper around the given monitor.
ProgressProvider - Class in org.eclipse.core.runtime.jobs
The progress provider supplies the job manager with progress monitors for running jobs.
ProgressProvider() - Constructor for class org.eclipse.core.runtime.jobs.ProgressProvider
 
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.
PROLOG_STATE - Static variable in class org.eclipse.ercp.xml.parser.AbstractSAXParserImpl
 
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.
PROP_ADAPTOR - Static variable in class org.eclipse.core.runtime.adaptor.EclipseStarter
 
PROP_ARCH - Static variable in class org.eclipse.core.runtime.adaptor.EclipseStarter
 
PROP_BUNDLES - Static variable in class org.eclipse.core.runtime.adaptor.EclipseStarter
 
PROP_BUNDLES_STARTLEVEL - Static variable in class org.eclipse.core.runtime.adaptor.EclipseStarter
 
PROP_BUSY - Static variable in interface org.eclipse.ui.presentations.IPresentablePart
The property id for isBusy.
PROP_CHECK_CONFIG - Static variable in class org.eclipse.core.runtime.adaptor.EclipseStarter
 
PROP_CLEAN - Static variable in class org.eclipse.core.runtime.adaptor.EclipseStarter
 
PROP_CONFIG_AREA - Static variable in class org.eclipse.core.runtime.adaptor.LocationManager
 
PROP_CONFIG_AREA_DEFAULT - Static variable in class org.eclipse.core.runtime.adaptor.LocationManager
 
PROP_CONSOLE - Static variable in class org.eclipse.core.runtime.adaptor.EclipseStarter
 
PROP_CONSOLE_CLASS - Static variable in class org.eclipse.core.runtime.adaptor.EclipseStarter
 
PROP_CONSOLE_LOG - Static variable in class org.eclipse.core.runtime.adaptor.EclipseStarter
 
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_DEBUG - Static variable in class org.eclipse.core.runtime.adaptor.EclipseStarter
 
PROP_DEV - Static variable in class org.eclipse.core.runtime.adaptor.EclipseStarter
 
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_EXITCODE - Static variable in class org.eclipse.core.runtime.adaptor.EclipseStarter
 
PROP_EXITDATA - Static variable in class org.eclipse.core.runtime.adaptor.EclipseStarter
 
PROP_EXTENSIONS - Static variable in class org.eclipse.core.runtime.adaptor.EclipseStarter
 
PROP_FRAMEWORK - Static variable in class org.eclipse.core.runtime.adaptor.EclipseStarter
 
PROP_FRAMEWORK_SHAPE - Static variable in class org.eclipse.core.runtime.adaptor.EclipseStarter
 
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_HOOK_CONFIGURATORS - Static variable in class org.eclipse.osgi.baseadaptor.HookRegistry
A system property ("osgi.hook.configurators") used to specify the list of hook configurators.
PROP_HOOK_CONFIGURATORS_EXCLUDE - Static variable in class org.eclipse.osgi.baseadaptor.HookRegistry
A system property ("osgi.hook.configurators.exclude") used to exclude any hook configurators.
PROP_HOOK_CONFIGURATORS_INCLUDE - Static variable in class org.eclipse.osgi.baseadaptor.HookRegistry
A system property ("osgi.hook.configurators.include") used to add additional hook configurators.
PROP_IGNOREAPP - Static variable in class org.eclipse.core.runtime.adaptor.EclipseStarter
 
PROP_INITIAL_STARTLEVEL - Static variable in class org.eclipse.core.runtime.adaptor.EclipseStarter
 
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_INSTALL_AREA - Static variable in class org.eclipse.core.runtime.adaptor.EclipseStarter
 
PROP_INSTALL_AREA - Static variable in class org.eclipse.core.runtime.adaptor.LocationManager
 
PROP_INSTANCE_AREA - Static variable in class org.eclipse.core.runtime.adaptor.LocationManager
 
PROP_INSTANCE_AREA_DEFAULT - Static variable in class org.eclipse.core.runtime.adaptor.LocationManager
 
PROP_LOG_FILE_MAX - Static variable in class org.eclipse.core.runtime.adaptor.EclipseLog
The system property used to specify the maximim number of backup log files to use
PROP_LOG_SIZE_MAX - Static variable in class org.eclipse.core.runtime.adaptor.EclipseLog
The system property used to specify size a log file can grow before it is rotated
PROP_LOGFILE - Static variable in class org.eclipse.core.runtime.adaptor.EclipseStarter
 
PROP_MANIFEST_CACHE - Static variable in class org.eclipse.core.runtime.adaptor.LocationManager
 
PROP_NL - Static variable in class org.eclipse.core.runtime.adaptor.EclipseStarter
 
PROP_NOSHUTDOWN - Static variable in class org.eclipse.core.runtime.adaptor.EclipseStarter
 
PROP_OS - Static variable in class org.eclipse.core.runtime.adaptor.EclipseStarter
 
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_REFRESH_BUNDLES - Static variable in class org.eclipse.core.runtime.adaptor.EclipseStarter
 
PROP_SCOPE_SERVICE_EVENTS - Static variable in class org.eclipse.osgi.framework.internal.core.BundleContextImpl
 
PROP_SETPERMS_CMD - Static variable in class org.eclipse.osgi.baseadaptor.bundlefile.BundleFile
 
PROP_SHARED_CONFIG_AREA - Static variable in class org.eclipse.core.runtime.adaptor.LocationManager
 
PROP_SYSPATH - Static variable in class org.eclipse.core.runtime.adaptor.EclipseStarter
 
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
PROP_USE_DAEMON_THREADS - Static variable in interface org.eclipse.core.runtime.jobs.IJobManager
A system property key indicating whether the job manager should create job threads as daemon threads.
PROP_USER_AREA - Static variable in class org.eclipse.core.runtime.adaptor.LocationManager
 
PROP_USER_AREA_DEFAULT - Static variable in class org.eclipse.core.runtime.adaptor.LocationManager
 
PROP_USER_DIR - Static variable in class org.eclipse.core.runtime.adaptor.LocationManager
 
PROP_USER_HOME - Static variable in class org.eclipse.core.runtime.adaptor.LocationManager
 
PROP_WS - Static variable in class org.eclipse.core.runtime.adaptor.EclipseStarter
 
Properties - Static variable in class org.eclipse.ercp.update.UIMessages
 
properties - Variable in class org.eclipse.osgi.framework.internal.core.Framework
Framework properties object.
properties - Variable in class org.eclipse.osgi.framework.internal.core.ServiceRegistrationImpl
properties for this registration.
PROPERTIES_SCREEN - Variable in class org.eclipse.ercp.update.views.NormalView
 
PropertiesOf - Static variable in class org.eclipse.ercp.update.UIMessages
 
PropertiesScreen - Class in org.eclipse.ercp.update.views
 
PropertiesScreen(NormalView) - Constructor for class org.eclipse.ercp.update.views.PropertiesScreen
 
PROPERTY - Static variable in interface org.eclipse.core.runtime.internal.adaptor.IModel
 
PROPERTY_NAME - Static variable in interface org.eclipse.core.runtime.internal.adaptor.IModel
 
PROPERTY_VALUE - Static variable in interface org.eclipse.core.runtime.internal.adaptor.IModel
 
propertyChange(Preferences.PropertyChangeEvent) - Method in interface org.eclipse.core.runtime.Preferences.IPropertyChangeListener
Notification that a property has changed.
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 in org.eclipse.jface.util
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.
PropertyFileReader - Class in org.eclipse.ercp.xml.io
Because CLDC doesn't provide the properties class, we have to write our own Property file reader...
PropertyFileReader() - Constructor for class org.eclipse.ercp.xml.io.PropertyFileReader
Constructor
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.
PropertyTester - Class in org.eclipse.core.expressions
Abstract superclass of all property testers.
PropertyTester() - Constructor for class org.eclipse.core.expressions.PropertyTester
 
protocol - Variable in class org.eclipse.osgi.framework.internal.protocol.URLStreamHandlerProxy
 
PROTOCOL_HANDLER_PKGS - Static variable in class org.eclipse.osgi.framework.internal.protocol.StreamHandlerFactory
 
ProtocolActivator - Interface in org.eclipse.osgi.framework.internal.protocol
 
PROVIDE - Static variable in class org.osgi.framework.BundlePermission
The action string provide.
PROVIDE_BUNDLE_PERMISSION - Static variable in interface org.eclipse.osgi.service.resolver.ResolverError
Error type constant (bit mask) indicating that a Require-Bundle could not be resolved because no bundle with the required symbolic name has the correct permissions to provied the required symbolic name.
PROVIDE_PACKAGE - Static variable in class org.eclipse.osgi.framework.internal.core.Constants
Deprecated.  
Provider - Static variable in class org.eclipse.ercp.update.UIMessages
 
PT_ADAPTERS - Static variable in class org.eclipse.core.runtime.Platform
The simple identifier constant (value "adapters") of the extension point of the Core Runtime plug-in where plug-ins declare the existence of adapter factories.
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_PREFERENCES - Static variable in class org.eclipse.core.runtime.Platform
The simple identifier constant (value "preferences") of the extension point of the Core Runtime plug-in where plug-ins declare extensions to the preference facility.
PT_PREFERENCES - Static variable in class org.eclipse.core.runtime.Preferences
The simple identifier constant (value "preferences") of the extension point of the Core Runtime plug-in where plug-ins declare extensions to the preference facility.
PT_PRODUCT - Static variable in class org.eclipse.core.runtime.Platform
The simple identifier constant (value "products") of the extension point of the Core Runtime plug-in where plug-ins declare the existence of a product.
publicDefinePackage(String, String, String, String, String, String, String, URL) - Method in interface org.eclipse.osgi.baseadaptor.loader.BaseClassLoader
A public version of the ClassLoader.definePackage(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.net.URL) method.
publicFindLoaded(String) - Method in interface org.eclipse.osgi.baseadaptor.loader.BaseClassLoader
A public version of the ClassLoader.findLoadedClass(java.lang.String) method.
publicGetPackage(String) - Method in interface org.eclipse.osgi.baseadaptor.loader.BaseClassLoader
A public version of the ClassLoader.getPackage(java.lang.String) method.
publishBundleEvent(int, Bundle) - Method in class org.eclipse.osgi.framework.internal.core.Framework
Deliver a BundleEvent to SynchronousBundleListeners (synchronous). and BundleListeners (asynchronous).
publishBundleEventPrivileged(BundleEvent) - Method in class org.eclipse.osgi.framework.internal.core.Framework
 
publishedServicesByClass - Variable in class org.eclipse.osgi.framework.internal.core.ServiceRegistryImpl
Published services by class name.
publishedServicesByContext - Variable in class org.eclipse.osgi.framework.internal.core.ServiceRegistryImpl
Published services by BundleContext.
publishFrameworkEvent(int, Bundle, Throwable) - Method in interface org.eclipse.osgi.framework.adaptor.EventPublisher
Publish a FrameworkEvent.
publishFrameworkEvent(int, Bundle, Throwable) - Method in class org.eclipse.osgi.framework.internal.core.Framework
Deliver a FrameworkEvent.
publishFrameworkEventPrivileged(FrameworkEvent) - Method in class org.eclipse.osgi.framework.internal.core.Framework
 
publishService(BundleContext, ServiceRegistration) - Method in interface org.eclipse.osgi.framework.adaptor.ServiceRegistry
Publishes a service to this ServiceRegistry.
publishService(BundleContext, ServiceRegistration) - Method in class org.eclipse.osgi.framework.internal.core.ServiceRegistryImpl
 
publishServiceEvent(int, ServiceReference) - Method in class org.eclipse.osgi.framework.internal.core.Framework
Deliver a ServiceEvent.
publishServiceEventPrivileged(ServiceEvent) - Method in class org.eclipse.osgi.framework.internal.core.Framework
 
PUSH - Static variable in class org.eclipse.swt.SWT
Style constant for push button behavior (value is 1<<3).
pushContext() - Method in class org.xml.sax.helpers.NamespaceSupport
Start a new Namespace context.
put(Object, Object) - Method in class org.eclipse.core.runtime.internal.adaptor.CachedManifest
 
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.
put(Object, Object) - Method in class org.eclipse.osgi.framework.util.Headers
Always throws UnsupportedOperationException.
put(String, String) - Method in interface org.osgi.service.prefs.Preferences
Associates the specified value with the specified key in this node.
putAll(Map) - Method in class org.eclipse.osgi.framework.util.Headers
 
putBoolean(String, boolean) - Method in interface org.osgi.service.prefs.Preferences
Associates a String object representing the specified boolean value with the specified key in this node.
putByteArray(String, byte[]) - Method in interface org.osgi.service.prefs.Preferences
Associates a String object representing the specified byte[] with the specified key in this node.
putDouble(String, double) - Method in interface org.osgi.service.prefs.Preferences
Associates a String object representing the specified double value with the specified key in this node.
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
 
putFloat(String, float) - Method in interface org.osgi.service.prefs.Preferences
Associates a String object representing the specified float value with the specified key in this node.
putIana2Java(String, String) - Static method in class org.eclipse.ercp.xml.io.IanaJavaMap
 
putInt(String, int) - Method in interface org.osgi.service.prefs.Preferences
Associates a String object representing the specified int value with the specified key in this node.
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
 
putLong(String, long) - Method in interface org.osgi.service.prefs.Preferences
Associates a String object representing the specified long value with the specified key in this node.
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
 

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 _