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

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).
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).
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
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).
PUSH - Static variable in class org.eclipse.swt.SWT
Style constant for push button behavior (value is 1<<3).
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.
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.
ProgressBar - class org.eclipse.swt.widgets.ProgressBar.
Instances of the receiver represent is an unselectable user interface object that is used to display progress, typically in the form of a bar.
ProgressBar(Composite, int) - Constructor for class org.eclipse.swt.widgets.ProgressBar
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
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.
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.
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.
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.
post(Event) - Method in class org.eclipse.swt.widgets.Display
Generate a low level system event.
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.

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