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

pack() - Method in class java.awt.Window
Causes this Window to be sized to fit the preferred size and layouts of its subcomponents.
Package - Class in java.lang
Package objects contain version information about the implementation and specification of a Java package.
PackageManager - Class in javax.media
 
PackageManager() - Constructor for class javax.media.PackageManager
 
paint(Graphics) - Method in class java.awt.Component
Paints this component.
paint(Graphics) - Method in class java.awt.Container
Paints the container.
PAINT - Static variable in class java.awt.event.PaintEvent
The paint event type.
paint(Graphics) - Method in class org.havi.ui.HScene
HScene objects override the paint method (defined in java.awt.Component) to paint the added "child" components on top of an optional background color or image.
paint(Graphics) - Method in class org.havi.ui.HVisible
Draws the current state of the component, by calling the HLook.showLook(java.awt.Graphics, org.havi.ui.HVisible, int) method of the associated HLook.
PAINT_EVENT_MASK - Static variable in class java.awt.AWTEvent
The event mask for selecting paint events.
PAINT_FIRST - Static variable in class java.awt.event.PaintEvent
Marks the first integer id for the range of paint event ids.
PAINT_LAST - Static variable in class java.awt.event.PaintEvent
Marks the last integer id for the range of paint event ids.
paintAll(Graphics) - Method in class java.awt.Component
Paints this component and all of its subcomponents.
paintComponents(Graphics) - Method in class java.awt.Container
Paints each of the components in this container.
PaintEvent - Class in java.awt.event
The component-level paint event.
PaintEvent(Component, int, Rectangle) - Constructor for class java.awt.event.PaintEvent
Constructs a PaintEvent object with the specified source component and type.
PARAGRAPH_SEPARATOR - Static variable in class java.lang.Character
General category "Zp" in the Unicode specification.
paramString() - Method in class java.awt.AWTEvent
Returns a string representing the state of this Event.
paramString() - Method in class java.awt.event.ActionEvent
Returns a parameter string identifying this action event.
paramString() - Method in class java.awt.event.AdjustmentEvent
 
paramString() - Method in class java.awt.event.ComponentEvent
Returns a parameter string identifying this event.
paramString() - Method in class java.awt.event.ContainerEvent
Returns a parameter string identifying this event.
paramString() - Method in class java.awt.event.FocusEvent
Returns a parameter string identifying this event.
paramString() - Method in class java.awt.event.InputMethodEvent
Returns a parameter string identifying this event.
paramString() - Method in class java.awt.event.InvocationEvent
Returns a parameter string identifying this event.
paramString() - Method in class java.awt.event.ItemEvent
Returns a parameter string identifying this item event.
paramString() - Method in class java.awt.event.KeyEvent
Returns a parameter string identifying this event.
paramString() - Method in class java.awt.event.MouseEvent
Returns a parameter string identifying this event.
paramString() - Method in class java.awt.event.MouseWheelEvent
Returns a parameter string identifying this event.
paramString() - Method in class java.awt.event.PaintEvent
 
paramString() - Method in class java.awt.event.TextEvent
Returns a parameter string identifying this text event.
paramString() - Method in class java.awt.event.WindowEvent
Returns a parameter string identifying this event.
ParentalControlRatings - Interface in org.ocap.media
This interface contains constant definitions that can be used with the MediaAccessHandlerRegistrar.setSignaledBlocking(int) method.
parentOf(ThreadGroup) - Method in class java.lang.ThreadGroup
Tests if this thread group is either the thread group argument or one of its ancestor thread groups.
ParentRecordingRequest - Interface in org.ocap.shared.dvr
This interface represents information corresponding to a parent recording request.
parse(String, ParsePosition) - Method in class java.text.ChoiceFormat
Parses a Number from the input text.
parse(String) - Method in class java.text.DateFormat
Parses text from the beginning of the given string to produce a date.
parse(String, ParsePosition) - Method in class java.text.DateFormat
Parse a date/time string according to the given parse position.
parse(String, ParsePosition) - Method in class java.text.DecimalFormat
Parses text from a string to produce a Number.
parse(String, ParsePosition) - Method in class java.text.MessageFormat
Parses the string.
parse(String) - Method in class java.text.MessageFormat
Parses text from the beginning of the given string to produce an object array.
parse(String, ParsePosition) - Method in class java.text.NumberFormat
Returns a Long if possible (e.g., within the range [Long.MIN_VALUE, Long.MAX_VALUE] and with no decimals), otherwise a Double.
parse(String) - Method in class java.text.NumberFormat
Parses text from the beginning of the given string to produce a number.
parse(String, ParsePosition) - Method in class java.text.SimpleDateFormat
Parses text from a string to produce a Date.
parseByte(String) - Static method in class java.lang.Byte
Parses the string argument as a signed decimal byte.
parseByte(String, int) - Static method in class java.lang.Byte
Parses the string argument as a signed byte in the radix specified by the second argument.
parseDouble(String) - Static method in class java.lang.Double
Returns a new double initialized to the value represented by the specified String, as performed by the valueOf method of class Double.
ParseException - Exception in java.text
Signals that an error has been reached unexpectedly while parsing.
ParseException(String, int) - Constructor for exception java.text.ParseException
Constructs a ParseException with the specified detail message and offset.
parseFloat(String) - Static method in class java.lang.Float
Returns a new float initialized to the value represented by the specified String, as performed by the valueOf method of class Float.
parseInt(String, int) - Static method in class java.lang.Integer
Parses the string argument as a signed integer in the radix specified by the second argument.
parseInt(String) - Static method in class java.lang.Integer
Parses the string argument as a signed decimal integer.
parseLong(String, int) - Static method in class java.lang.Long
Parses the string argument as a signed long in the radix specified by the second argument.
parseLong(String) - Static method in class java.lang.Long
Parses the string argument as a signed decimal long.
parseNumbers() - Method in class java.io.StreamTokenizer
Specifies that numbers should be parsed by this tokenizer.
parseObject(String, ParsePosition) - Method in class java.text.DateFormat
Parses text from a string to produce a Date.
parseObject(String, ParsePosition) - Method in class java.text.Format
Parses text from a string to produce an object.
parseObject(String) - Method in class java.text.Format
Parses text from the beginning of the given string to produce an object.
parseObject(String, ParsePosition) - Method in class java.text.MessageFormat
Parses text from a string to produce an object array.
parseObject(String, ParsePosition) - Method in class java.text.NumberFormat
Parses text from a string to produce a Number.
ParsePosition - Class in java.text
ParsePosition is a simple class used by Format and its subclasses to keep track of the current position during parsing.
ParsePosition(int) - Constructor for class java.text.ParsePosition
Create a new ParsePosition with the given initial index.
parseServerAuthority() - Method in class java.net.URI
Attempts to parse this URI's authority component, if defined, into user-information, host, and port components.
parseShort(String) - Static method in class java.lang.Short
Parses the string argument as a signed decimal short.
parseShort(String, int) - Static method in class java.lang.Short
Parses the string argument as a signed short in the radix specified by the second argument.
PARTIALLY_RESOLVED_STATE - Static variable in interface org.ocap.shared.dvr.ParentRecordingRequest
Some recordings corresponding to this recording request have been scheduled.
PASS - Static variable in class org.dvb.test.DVBTest
The application executed and terminated successfully and has therefore operated in a conformant manner.
PasswordAuthentication - Class in java.net
The class PasswordAuthentication is a data holder that is used by Authenticator.
PasswordAuthentication(String, char[]) - Constructor for class java.net.PasswordAuthentication
Creates a new PasswordAuthentication object from the given user name and password.
pathSeparator - Static variable in class java.io.File
The system-dependent path-separator character, represented as a string for convenience.
pathSeparatorChar - Static variable in class java.io.File
The system-dependent path-separator character.
PATProgram - Interface in org.ocap.si
This interface represents an program block in the information loop of the MPEG-2 PAT.Each PAT will contain a loop of these blocks.
pause() - Method in interface org.dvb.application.AppProxy
Request that the application manager pause the application bound to this information structure.
PAUSED - Static variable in interface org.dvb.application.AppProxy
The application is in the paused state.
pauseXlet() - Method in interface javax.microedition.xlet.Xlet
Signals the Xlet to stop providing service and enter the Paused state.
pauseXlet() - Method in interface javax.tv.xlet.Xlet
Signals the Xlet to stop providing service and enter the Paused state.
peek() - Method in class java.util.Stack
Looks at the object at the top of this stack without removing it from the stack.
peekEvent() - Method in class java.awt.EventQueue
Returns the first event on the EventQueue without removing it.
peekEvent(int) - Method in class java.awt.EventQueue
Returns the first event with the specified id, if any.
PENDING_NO_CONFLICT_STATE - Static variable in interface org.ocap.shared.dvr.LeafRecordingRequest
The recording request is Pending.
PENDING_WITH_CONFLICT_STATE - Static variable in interface org.ocap.shared.dvr.LeafRecordingRequest
The recording request may not be intiated due to resource conflicts.
PERCENT - Static variable in class java.text.NumberFormat.Field
Constant identifying the percent field.
PERMILLE - Static variable in class java.text.NumberFormat.Field
Constant identifying the permille field.
Permission - Interface in java.security.acl
This interface represents a permission, such as that used to grant a particular type of access to a resource.
Permission - Class in java.security
Abstract class for representing access to a system resource.
Permission(String) - Constructor for class java.security.Permission
Constructs a permission with the specified name.
PermissionCollection - Class in java.security
Abstract class representing a collection of Permission objects.
PermissionCollection() - Constructor for class java.security.PermissionCollection
 
PermissionDeniedException - Exception in org.dvb.net.rc
Thrown when an application calls a method which it does not have permission to call at that time.
PermissionDeniedException() - Constructor for exception org.dvb.net.rc.PermissionDeniedException
Default constructor for the exception
PermissionDeniedException(String) - Constructor for exception org.dvb.net.rc.PermissionDeniedException
Constructor for the exception with a specified reason
PermissionInformation - Class in org.ocap.application
This class contains information to allow the monitor application to choose the permissions to grant to an application.
permissions() - Method in interface java.security.acl.AclEntry
Returns an enumeration of the permissions in this ACL entry.
Permissions - Class in java.security
This class represents a heterogeneous collection of Permissions.
Permissions() - Constructor for class java.security.Permissions
Creates a new Permissions object containing no PermissionCollections.
PERSON_CONTAINER - Static variable in interface org.ocap.hn.content.ContentContainer
Represents an unordered collection of 'objects' that "belong" to the people.
PERSON_CONTAINER_MUSIC_ARTIST - Static variable in interface org.ocap.hn.content.ContentContainer
Represents a music artist person container.
PhantomReference - Class in java.lang.ref
Phantom reference objects, which are enqueued after the collector determines that their referents may otherwise be reclaimed.
PhantomReference(Object, ReferenceQueue) - Constructor for class java.lang.ref.PhantomReference
Creates a new phantom reference that refers to the given object and is registered with the given queue.
PI - Static variable in class java.lang.Math
The double value that is closer than any other to pi, the ratio of the circumference of a circle to its diameter.
PI - Static variable in class java.lang.StrictMath
The double value that is closer than any other to pi, the ratio of the circumference of a circle to its diameter.
pink - Static variable in class java.awt.Color
An object of type Color representing the color pink.
PINK - Static variable in class java.awt.Color
An object of type Color representing the color pink.
PipedInputStream - Class in java.io
A piped input stream should be connected to a piped output stream; the piped input stream then provides whatever data bytes are written to the piped output stream.
PipedInputStream(PipedOutputStream) - Constructor for class java.io.PipedInputStream
Creates a PipedInputStream so that it is connected to the piped output stream src.
PipedInputStream() - Constructor for class java.io.PipedInputStream
Creates a PipedInputStream so that it is not yet connected.
PipedOutputStream - Class in java.io
A piped output stream can be connected to a piped input stream to create a communications pipe.
PipedOutputStream(PipedInputStream) - Constructor for class java.io.PipedOutputStream
Creates a piped output stream connected to the specified piped input stream.
PipedOutputStream() - Constructor for class java.io.PipedOutputStream
Creates a piped output stream that is not yet connected to a piped input stream.
PipedReader - Class in java.io
Piped character-input streams.
PipedReader(PipedWriter) - Constructor for class java.io.PipedReader
Creates a PipedReader so that it is connected to the piped writer src.
PipedReader() - Constructor for class java.io.PipedReader
Creates a PipedReader so that it is not yet connected.
PipedWriter - Class in java.io
Piped character-output streams.
PipedWriter(PipedReader) - Constructor for class java.io.PipedWriter
Creates a piped writer connected to the specified piped reader.
PipedWriter() - Constructor for class java.io.PipedWriter
Creates a piped writer that is not yet connected to a piped reader.
PIXEL_ASPECT_RATIO - Static variable in class org.havi.ui.HScreenConfigTemplate
A value for use in the preference field of the setPreference, getPreferenceObject and getPreferencePriority methods in the HScreenConfigTemplate that indicates that the device configuration supports the pixel aspect ratio, as specified in a Dimension object which indicates the (relative) x, y pixel aspect ratio.
PIXEL_RESOLUTION - Static variable in class org.havi.ui.HScreenConfigTemplate
A value for use in the preference field of the setPreference, getPreferenceObject and getPreferencePriority methods in the HScreenConfigTemplate that indicates that the device configuration supports the pixel resolution, as specified in a Dimension object which indicates the pixel resolution of (the area of) the graphics device (as specified using the SCREEN_RECTANGLE preference).
PixelGrabber - Class in java.awt.image
The PixelGrabber class implements an ImageConsumer which can be attached to an Image or ImageProducer object to retrieve a subset of the pixels in that image.
PixelGrabber(Image, int, int, int, int, int[], int, int) - Constructor for class java.awt.image.PixelGrabber
Create a PixelGrabber object to grab the (x, y, w, h) rectangular section of pixels from the specified image into the given array.
PixelGrabber(ImageProducer, int, int, int, int, int[], int, int) - Constructor for class java.awt.image.PixelGrabber
Create a PixelGrabber object to grab the (x, y, w, h) rectangular section of pixels from the image produced by the specified ImageProducer into the given array.
PixelGrabber(Image, int, int, int, int, boolean) - Constructor for class java.awt.image.PixelGrabber
Create a PixelGrabber object to grab the (x, y, w, h) rectangular section of pixels from the specified image.
PKCS8EncodedKeySpec - Class in java.security.spec
This class represents the ASN.1 encoding of a private key, encoded according to the ASN.1 type PrivateKeyInfo.
PKCS8EncodedKeySpec(byte[]) - Constructor for class java.security.spec.PKCS8EncodedKeySpec
Creates a new PKCS8EncodedKeySpec with the given encoded key.
PLAIN - Static variable in class java.awt.Font
The plain style constant.
play() - Method in class org.havi.ui.HSound
Starts the HSound class playing from the beginning of its associated audio data.
PLAY_ALTERNATING - Static variable in interface org.havi.ui.HAnimateEffect
Indicates that the animation should be played in a repeating loop, alternating between the forward and reverse direction.
PLAY_REPEATING - Static variable in interface org.havi.ui.HAnimateEffect
Indicates that the animation should be played forwards (in a repeating loop).
Player - Interface in javax.media
 
PLAYLIST - Static variable in interface org.ocap.hn.profiles.upnp.UPnPConstants
Name of a playlist this object belongs to.
PLAYLIST_CONTAINER - Static variable in interface org.ocap.hn.content.ContentContainer
Represents a collection of objects.
PM - Static variable in class java.util.Calendar
Value of the AM_PM field indicating the period of the day from noon to just before midnight.
PMTElementaryStreamInfo - Interface in org.ocap.si
This interface represents an MPEG-2 PMT Elementary Stream Info loop.
POD - Class in org.ocap.hardware.pod
This class provides an access to functions and information of the OpenCable CableCARD device on the OCAP Host device.
PODApplication - Interface in org.ocap.hardware.pod
This class represents an Application that resides in the OpenCable CableCARD device.
PODExtendedChannel - Class in org.ocap.mpeg
This class represents an extended channel that provides access to private section data flows.
Point - Class in java.awt
A point representing a location in (x, y) coordinate space, specified in integer precision.
Point() - Constructor for class java.awt.Point
Constructs and initializes a point at the origin (0, 0) of the coordinate space.
Point(Point) - Constructor for class java.awt.Point
Constructs and initializes a point with the same location as the specified Point object.
Point(int, int) - Constructor for class java.awt.Point
Constructs and initializes a point at the specified (xy) location in the coordinate space.
Policy - Class in java.security
This is an abstract class for representing the system security policy for a Java application environment (specifying which permissions are available for code from various sources).
Policy() - Constructor for class java.security.Policy
 
poll() - Method in class java.lang.ref.ReferenceQueue
Polls this queue to see if a reference object is available.
Polygon - Class in java.awt
The Polygon class encapsulates a description of a closed, two-dimensional region within a coordinate space.
Polygon() - Constructor for class java.awt.Polygon
Creates an empty polygon.
Polygon(int[], int[], int) - Constructor for class java.awt.Polygon
Constructs and initializes a Polygon from the specified parameters.
pop() - Method in class java.util.Stack
Removes the object at the top of this stack and returns that object as the value of this function.
pop(Component) - Method in interface org.havi.ui.HComponentOrdering
Moves the specified java.awt.Component one component nearer in the Z-order, i.e.
pop(Component) - Method in class org.havi.ui.HContainer
Moves the specified java.awt.Component one component nearer in the Z-order, i.e.
pop(Component) - Method in class org.havi.ui.HScene
Moves the specified java.awt.Component one component nearer in the Z-order, i.e.
popInFrontOf(Component, Component) - Method in interface org.havi.ui.HComponentOrdering
Puts the specified java.awt.Component in front of another java.awt.Component in the Z-order of this HComponentOrdering.
popInFrontOf(Component, Component) - Method in class org.havi.ui.HContainer
Puts the specified java.awt.Component in front of another java.awt.Component in the Z-order of this HContainer.
popInFrontOf(Component, Component) - Method in class org.havi.ui.HScene
Puts the specified java.awt.Component in front of another java.awt.Component in the Z-order of this HScene.
popToFront(Component) - Method in interface org.havi.ui.HComponentOrdering
Brings the specified java.awt.Component to the "front" of the Z-order in this HComponentOrdering.
popToFront(Component) - Method in class org.havi.ui.HContainer
Brings the specified java.awt.Component to the "front" of the Z-order in this HContainer.
popToFront(Component) - Method in class org.havi.ui.HScene
Brings the specified java.awt.Component to the "front" of the Z-order in this HScene.
PortUnreachableException - Exception in java.net
Signals that an ICMP Port Unreachable message has been received on a connected datagram.
PortUnreachableException(String) - Constructor for exception java.net.PortUnreachableException
Constructs a new PortUnreachableException with a detail message.
PortUnreachableException() - Constructor for exception java.net.PortUnreachableException
Construct a new PortUnreachableException with no detailed message.
POS_CAP_FULL - Static variable in interface org.dvb.media.VideoPresentationControl
Constant representing that the video can be positioned anywhere on the screen, even if a part of the video is off screen as a result of that.
POS_CAP_FULL_EVEN_LINES - Static variable in interface org.dvb.media.VideoPresentationControl
n Constant representing that the video can be positioned anywhere on the screen, even if a part of the video is off screen as a result of that, with the restriction that the field order is respected.
POS_CAP_FULL_EVEN_LINES_IF_ENTIRE_VIDEO_ON_SCREEN - Static variable in interface org.dvb.media.VideoPresentationControl
Constant representing that the video can be positioned anywhere on screen as long as all the video is on screen, with the restriction that the field order is respected.
POS_CAP_FULL_IF_ENTIRE_VIDEO_ON_SCREEN - Static variable in interface org.dvb.media.VideoPresentationControl
Constant representing that the video can be positioned anywhere on screen as long as all the video is on screen.
POS_CAP_OTHER - Static variable in interface org.dvb.media.VideoPresentationControl
Constant representing that the video positioning capability cannot be expressed by another POS_CAP_* constant.
Positionable - Interface in javax.media.protocol
 
POSITIVE_INFINITY - Static variable in class java.lang.Double
A constant holding the positive infinity of type double.
POSITIVE_INFINITY - Static variable in class java.lang.Float
A constant holding the positive infinity of type float.
POSSIBLE_UNDER_CONDITIONS - Static variable in interface org.davic.mpeg.NotAuthorizedInterface
Major reason - access may be possible under certain conditions.
POST - Static variable in interface javax.microedition.io.HttpConnection
HTTP Post method.
postEvent(AWTEvent) - Method in class java.awt.EventQueue
Posts a 1.1-style event to the EventQueue.
postProcessKeyEvent(KeyEvent) - Method in class java.awt.KeyboardFocusManager
This method will be called by dispatchKeyEvent.
postProcessKeyEvent(KeyEvent) - Method in interface java.awt.KeyEventPostProcessor
This method is called by the current KeyboardFocusManager, requesting that this KeyEventPostProcessor perform any necessary post-processing which should be part of the KeyEvent's final resolution.
POSTURE - Static variable in class java.awt.font.TextAttribute
Attribute key for the posture of a font.
POSTURE_OBLIQUE - Static variable in class java.awt.font.TextAttribute
The standard italic posture.
POSTURE_REGULAR - Static variable in class java.awt.font.TextAttribute
The standard posture, upright.
pow(double, double) - Static method in class java.lang.Math
Returns the value of the first argument raised to the power of the second argument.
pow(double, double) - Static method in class java.lang.StrictMath
Returns the value of the first argument raised to the power of the second argument.
pow(int) - Method in class java.math.BigInteger
Returns a BigInteger whose value is (thisexponent).
POWER - Static variable in interface org.ocap.hardware.frontpanel.IndicatorDisplay
Power LED
POWER_INTERRUPTION - Static variable in exception org.ocap.shared.dvr.RecordingFailedException
Reason code : When the device is powered off and the power returns after the scheduled end time of a recording but before the expiration time of the recording request, the request shall be in the failed state with this reason code.
powerModeChanged(int) - Method in interface org.ocap.hardware.PowerModeChangeListener
Called when the power mode changes (for example from full to low power).
PowerModeChangeListener - Interface in org.ocap.hardware
The callback interface to be implemented by classes that wish to receive notification when the power mode of the Host Devices changes (for example when the user presses the Power button).
PRC - Static variable in class java.util.Locale
Useful constant for country.
PRE_FETCH - Static variable in interface org.ocap.si.DescriptorTag
MHP pre-fetch_descriptor.
preceding(int) - Method in class java.text.BreakIterator
Return the last boundary preceding the specfied offset.
Preference - Class in org.dvb.user
This abstract class defines the Preference object.
Preference(String, String) - Constructor for class org.dvb.user.Preference
Creates a new preference with the specified name and the specified value.
Preference(String, String[]) - Constructor for class org.dvb.user.Preference
Creates a new preference with the specified name and the specified value set.
PreferenceFilter - Class in javax.tv.service.navigation
PreferenceFilter represents a ServiceFilter based on a user preference for favorite services.
PreferenceFilter(FavoriteServicesName) - Constructor for class javax.tv.service.navigation.PreferenceFilter
Constructs the filter based on a particular user preference for favorite services.
PREFERRED - Static variable in class org.havi.ui.HSceneTemplate
A value for use in the priority field of the setPreference and getPreferencePriority methods in the HSceneTemplate that indicates that this feature is preferred over a selection that does not include this feature, although both selections can be considered valid.
PREFERRED - Static variable in class org.havi.ui.HScreenConfigTemplate
A value for use in the priority field of the HScreenConfigTemplate.setPreference(int, int) and HScreenConfigTemplate.getPreferencePriority(int) methods in the HScreenConfigTemplate that indicates that this feature is desired in the HScreenConfiguration.
PREFERRED_NOT - Static variable in class org.havi.ui.HScreenConfigTemplate
A value for use in the priority field of the HScreenConfigTemplate.setPreference(int, int) and HScreenConfigTemplate.getPreferencePriority(int) methods in the HScreenConfigTemplate that indicates that this feature is desired not to be present in the HScreenConfiguration.
preferredLayoutSize(Container) - Method in class java.awt.BorderLayout
Determines the preferred size of the target container using this layout manager, based on the components in the container.
preferredLayoutSize(Container) - Method in class java.awt.CardLayout
Determines the preferred size of the container argument using this card layout.
preferredLayoutSize(Container) - Method in class java.awt.FlowLayout
Returns the preferred dimensions for this layout given the visible components in the specified target container.
preferredLayoutSize(Container) - Method in class java.awt.GridBagLayout
Determines the preferred size of the parent container using this grid bag layout.
preferredLayoutSize(Container) - Method in class java.awt.GridLayout
Determines the preferred size of the container argument using this grid layout.
preferredLayoutSize(Container) - Method in interface java.awt.LayoutManager
Calculates the preferred size dimensions for the specified container, given the components it contains.
prefetch() - Method in interface javax.media.Controller
 
prefetch() - Method in interface org.dvb.application.DVBHTMLProxy
Loads the initial entry page of the application and waits for a signal.
prefetch(String, byte) - Static method in class org.dvb.dsmcc.DSMCCObject
Calling this method will issue a hint to the MHP for pre-fetching the object data for that DSMCC object into cache.
prefetch(DSMCCObject, String, byte) - Static method in class org.dvb.dsmcc.DSMCCObject
Calling this method will issue a hint to the MHP for pre-fetching the object data for that DSMCC object into cache.
PREFETCH - Static variable in interface org.ocap.application.OcapAppAttributes
This represents the application control code "PREFETCH" defined for the application_control_code in an AIT.
PrefetchCompleteEvent - Class in javax.media
 
PrefetchCompleteEvent(Controller, int, int, int) - Constructor for class javax.media.PrefetchCompleteEvent
 
Prefetched - Static variable in interface javax.media.Controller
 
Prefetching - Static variable in interface javax.media.Controller
 
prepareImage(Image, ImageObserver) - Method in class java.awt.Component
Prepares an image for rendering on this component.
prepareImage(Image, int, int, ImageObserver) - Method in class java.awt.Component
Prepares an image for rendering on this component at the specified width and height.
prepareImage(Image, int, int, ImageObserver) - Method in class java.awt.Toolkit
Prepares an image for rendering.
PRESENT - Static variable in interface org.ocap.application.OcapAppAttributes
This represents the application control code "PRESENT" defined for the application_control_code in an AIT or a XAIT.
PresentationChangedEvent - Class in javax.tv.service.selection
PresentationChangedEvent indicates that the content being presented in the ServiceContext has changed.
PresentationChangedEvent(ServiceContext) - Constructor for class javax.tv.service.selection.PresentationChangedEvent
Constructs the event.
PresentationChangedEvent - Class in org.dvb.media
This event is generated whenever the content being presented by a player changes for reasons outside the control of the application.
PresentationChangedEvent(Controller, MediaLocator, int) - Constructor for class org.dvb.media.PresentationChangedEvent
Constructor for the event
PresentationTerminatedEvent - Class in javax.tv.service.selection
PresentationTerminatedEvent is generated when the presentation of a service terminates.
PresentationTerminatedEvent(ServiceContext, int) - Constructor for class javax.tv.service.selection.PresentationTerminatedEvent
Constructs the event with a reason code.
previous(Container) - Method in class java.awt.CardLayout
Flips to the previous card of the specified container.
previous() - Method in class java.text.BreakIterator
Return the boundary preceding the current boundary.
previous() - Method in interface java.text.CharacterIterator
Decrements the iterator's index by one and returns the character at the new index.
previous() - Method in class java.text.CollationElementIterator
Get the previous collation element in the string.
previous() - Method in class java.text.StringCharacterIterator
Implements CharacterIterator.previous() for String.
previous() - Method in interface java.util.ListIterator
Returns the previous element in the list.
previousDouble(double) - Static method in class java.text.ChoiceFormat
Finds the greatest double less than d.
previousEntries(int) - Method in interface org.ocap.shared.dvr.navigation.RecordingListIterator
Gets the previous 'n' RecordingRequest objects in the list.
previousEntry() - Method in interface org.ocap.shared.dvr.navigation.RecordingListIterator
Gets the previous RecordingRequest object in the list.
previousIndex() - Method in interface java.util.ListIterator
Returns the index of the element that would be returned by a subsequent call to previous.
previousService() - Method in interface javax.tv.service.navigation.ServiceIterator
Reports the previous Service object in the list.
PRIMARY - Static variable in class java.text.Collator
Collator strength value.
primaryOrder(int) - Static method in class java.text.CollationElementIterator
Return the primary component of a collation element.
Principal - Interface in java.security
This interface represents the abstract notion of a principal, which can be used to represent any entity, such as an individual, a corporation, and a login id.
print(Graphics) - Method in class java.awt.Component
Prints this component.
print(Graphics) - Method in class java.awt.Container
Prints the container.
print(boolean) - Method in class java.io.PrintStream
Print a boolean value.
print(char) - Method in class java.io.PrintStream
Print a character.
print(int) - Method in class java.io.PrintStream
Print an integer.
print(long) - Method in class java.io.PrintStream
Print a long integer.
print(float) - Method in class java.io.PrintStream
Print a floating-point number.
print(double) - Method in class java.io.PrintStream
Print a double-precision floating-point number.
print(char[]) - Method in class java.io.PrintStream
Print an array of characters.
print(String) - Method in class java.io.PrintStream
Print a string.
print(Object) - Method in class java.io.PrintStream
Print an object.
print(boolean) - Method in class java.io.PrintWriter
Print a boolean value.
print(char) - Method in class java.io.PrintWriter
Print a character.
print(int) - Method in class java.io.PrintWriter
Print an integer.
print(long) - Method in class java.io.PrintWriter
Print a long integer.
print(float) - Method in class java.io.PrintWriter
Print a floating-point number.
print(double) - Method in class java.io.PrintWriter
Print a double-precision floating-point number.
print(char[]) - Method in class java.io.PrintWriter
Print an array of characters.
print(String) - Method in class java.io.PrintWriter
Print a string.
print(Object) - Method in class java.io.PrintWriter
Print an object.
printAll(Graphics) - Method in class java.awt.Component
Prints this component and all of its subcomponents.
printComponents(Graphics) - Method in class java.awt.Container
Prints each of the components in this container.
println() - Method in class java.io.PrintStream
Terminate the current line by writing the line separator string.
println(boolean) - Method in class java.io.PrintStream
Print a boolean and then terminate the line.
println(char) - Method in class java.io.PrintStream
Print a character and then terminate the line.
println(int) - Method in class java.io.PrintStream
Print an integer and then terminate the line.
println(long) - Method in class java.io.PrintStream
Print a long and then terminate the line.
println(float) - Method in class java.io.PrintStream
Print a float and then terminate the line.
println(double) - Method in class java.io.PrintStream
Print a double and then terminate the line.
println(char[]) - Method in class java.io.PrintStream
Print an array of characters and then terminate the line.
println(String) - Method in class java.io.PrintStream
Print a String and then terminate the line.
println(Object) - Method in class java.io.PrintStream
Print an Object and then terminate the line.
println() - Method in class java.io.PrintWriter
Terminate the current line by writing the line separator string.
println(boolean) - Method in class java.io.PrintWriter
Print a boolean value and then terminate the line.
println(char) - Method in class java.io.PrintWriter
Print a character and then terminate the line.
println(int) - Method in class java.io.PrintWriter
Print an integer and then terminate the line.
println(long) - Method in class java.io.PrintWriter
Print a long integer and then terminate the line.
println(float) - Method in class java.io.PrintWriter
Print a floating-point number and then terminate the line.
println(double) - Method in class java.io.PrintWriter
Print a double-precision floating-point number and then terminate the line.
println(char[]) - Method in class java.io.PrintWriter
Print an array of characters and then terminate the line.
println(String) - Method in class java.io.PrintWriter
Print a String and then terminate the line.
println(Object) - Method in class java.io.PrintWriter
Print an Object and then terminate the line.
printStackTrace() - Method in class java.lang.Throwable
Prints this throwable and its backtrace to the standard error stream.
printStackTrace(PrintStream) - Method in class java.lang.Throwable
Prints this throwable and its backtrace to the specified print stream.
printStackTrace(PrintWriter) - Method in class java.lang.Throwable
Prints this throwable and its backtrace to the specified print writer.
PrintStream - Class in java.io
A PrintStream adds functionality to another output stream, namely the ability to print representations of various data values conveniently.
PrintStream(OutputStream) - Constructor for class java.io.PrintStream
Create a new print stream.
PrintStream(OutputStream, boolean) - Constructor for class java.io.PrintStream
Create a new print stream.
PrintStream(OutputStream, boolean, String) - Constructor for class java.io.PrintStream
Create a new print stream.
PrintWriter - Class in java.io
Print formatted representations of objects to a text-output stream.
PrintWriter(Writer) - Constructor for class java.io.PrintWriter
Create a new PrintWriter, without automatic line flushing.
PrintWriter(Writer, boolean) - Constructor for class java.io.PrintWriter
Create a new PrintWriter.
PrintWriter(OutputStream) - Constructor for class java.io.PrintWriter
Create a new PrintWriter, without automatic line flushing, from an existing OutputStream.
PrintWriter(OutputStream, boolean) - Constructor for class java.io.PrintWriter
Create a new PrintWriter from an existing OutputStream.
PRIORITY_HIGH - Static variable in class org.dvb.io.persistent.FileAttributes
Value for use as a file priority.
PRIORITY_HIGH - Static variable in interface org.ocap.resource.ResourcePriority
A constant representing a resource priority of high.
PRIORITY_LOW - Static variable in class org.dvb.io.persistent.FileAttributes
Value for use as a file priority.
PRIORITY_LOW - Static variable in interface org.ocap.resource.ResourcePriority
A constant representing a resource priority of low.
PRIORITY_MEDIUM - Static variable in class org.dvb.io.persistent.FileAttributes
Value for use as a file priority.
PRIORITY_MEDIUM - Static variable in interface org.ocap.resource.ResourcePriority
A constant representing a resource priority of medium.
PRIORITY_MSO_FIRST - Static variable in interface org.ocap.resource.ResourcePriority
A constant representing the first MSO-defined resource priority value.
PRIORITY_MSO_LAST - Static variable in interface org.ocap.resource.ResourcePriority
A constant representing the last MSO-defined resource priority value.
PRIORITY_UNKNOWN - Static variable in interface org.ocap.resource.ResourcePriority
A constant representing the default resource priority.
PRIVATE - Static variable in class java.lang.reflect.Modifier
The int value representing the private modifier.
PRIVATE_DATA_INDICATOR - Static variable in interface org.ocap.si.DescriptorTag
MPEG-2 private_data_indicator_descriptor.
PRIVATE_DATA_SPECIFIER - Static variable in interface org.ocap.si.DescriptorTag
MHP private_data_specifier_descriptor.
private_indicator() - Method in class org.davic.mpeg.sections.Section
This method returns the value of the corresponding field from an MPEG-2 section header.
PRIVATE_USE - Static variable in class java.lang.Character
General category "Co" in the Unicode specification.
PRIVATE_USE_AREA - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
PRIVATE_USE_AREA - Static variable in class org.havi.ui.HFontCapabilities
This corresponds to the character range (U+E000..U+F8FF) as defined in ISO 10646-1(E) normative Annex A
PrivateKey - Interface in java.security
A private key.
PrivateRecordingSpec - Class in org.ocap.dvr
Specifies a recording request that can be resolved only by an application defined request resolution handler.
PrivateRecordingSpec(Serializable, RecordingProperties) - Constructor for class org.ocap.dvr.PrivateRecordingSpec
Constructor
PrivilegedAction - Interface in java.security
A computation to be performed with privileges enabled.
PrivilegedActionException - Exception in java.security
This exception is thrown by doPrivileged(PrivilegedExceptionAction) and doPrivileged(PrivilegedExceptionAction, AccessControlContext context) to indicate that the action being performed threw a checked exception.
PrivilegedActionException(Exception) - Constructor for exception java.security.PrivilegedActionException
Constructs a new PrivilegedActionException "wrapping" the specific Exception.
PrivilegedExceptionAction - Interface in java.security
A computation to be performed with privileges enabled, that throws one or more checked exceptions.
Process - Class in java.lang
The Runtime.exec methods create a native process and return an instance of a subclass of Process that can be used to control the process and obtain information about it.
Process() - Constructor for class java.lang.Process
 
processHActionEvent(HActionEvent) - Method in interface org.havi.ui.HActionInputPreferred
Process an HActionEvent sent to this HActionInputPreferred.
processHActionEvent(HActionEvent) - Method in class org.havi.ui.HGraphicButton
Process an HActionEvent sent to this HGraphicButton.
processHActionEvent(HActionEvent) - Method in class org.havi.ui.HTextButton
Process an HActionEvent sent to this HTextButton.
processHAdjustmentEvent(HAdjustmentEvent) - Method in interface org.havi.ui.HAdjustmentInputPreferred
Process an HAdjustmentEvent sent to this HAdjustmentInputPreferred.
processHAdjustmentEvent(HAdjustmentEvent) - Method in class org.havi.ui.HRangeValue
Process an HAdjustmentEvent sent to this HAdjustmentInputPreferred.
processHFocusEvent(HFocusEvent) - Method in class org.havi.ui.HAnimation
Process an HFocusEvent sent to this HAnimation.
processHFocusEvent(HFocusEvent) - Method in class org.havi.ui.HGraphicButton
Process an HFocusEvent sent to this HGraphicButton.
processHFocusEvent(HFocusEvent) - Method in class org.havi.ui.HIcon
Process an HFocusEvent sent to this HIcon.
processHFocusEvent(HFocusEvent) - Method in class org.havi.ui.HListGroup
Process an HFocusEvent sent to this HListGroup.
processHFocusEvent(HFocusEvent) - Method in interface org.havi.ui.HNavigationInputPreferred
Process an HFocusEvent sent to this HNavigationInputPreferred.
processHFocusEvent(HFocusEvent) - Method in class org.havi.ui.HRange
Process an HFocusEvent sent to this HRange.
processHFocusEvent(HFocusEvent) - Method in class org.havi.ui.HRangeValue
Process an HFocusEvent sent to this HRangeValue.
processHFocusEvent(HFocusEvent) - Method in class org.havi.ui.HSinglelineEntry
Process an HFocusEvent sent to this HSinglelineEntry.
processHFocusEvent(HFocusEvent) - Method in class org.havi.ui.HText
Process an HFocusEvent sent to this HText.
processHFocusEvent(HFocusEvent) - Method in class org.havi.ui.HTextButton
Process an HFocusEvent sent to this HTextButton.
processHItemEvent(HItemEvent) - Method in class org.havi.ui.HListGroup
Process an HItemEvent sent to this HListGroup.
processHItemEvent(HItemEvent) - Method in interface org.havi.ui.HSelectionInputPreferred
Process an HItemEvent sent to this HSelectionInputPreferred.
processHKeyEvent(HKeyEvent) - Method in interface org.havi.ui.HKeyboardInputPreferred
Process an HKeyEvent sent to this HKeyboardInputPreferred.
processHKeyEvent(HKeyEvent) - Method in class org.havi.ui.HSinglelineEntry
Process an HKeyEvent sent to this HSinglelineEntry.
processHTextEvent(HTextEvent) - Method in interface org.havi.ui.HKeyboardInputPreferred
Process an HTextEvent sent to this HKeyboardInputPreferred.
processHTextEvent(HTextEvent) - Method in class org.havi.ui.HSinglelineEntry
Process an HTextEvent sent to this HSinglelineEntry.
processKeyEvent(Component, KeyEvent) - Method in class java.awt.KeyboardFocusManager
This method initiates a focus traversal operation if and only if the KeyEvent represents a focus traversal key for the specified focusedComponent.
PRODUCER - Static variable in interface org.ocap.hn.profiles.upnp.UPnPConstants
Name of a producer.
ProgramAssociationTable - Interface in org.ocap.si
This interface represents an MPEG-2 Program Association Table (PAT).
ProgramAssociationTableManager - Class in org.ocap.si
The Program Association Table (PAT) manager is used to discover and listen for PATs.
ProgramEvent - Interface in javax.tv.service.guide
ProgramEvent represents collection of elementary streams with a common time base, an associated start time, and an associated end time.
ProgramEventDescription - Interface in javax.tv.service.guide
This SIElement provides a textual description of a ProgramEvent.
ProgramMapTable - Interface in org.ocap.si
This interface represents an MPEG-2 Program Map Table (PMT).
ProgramMapTableManager - Class in org.ocap.si
The Program Map Table (PMT) manager is used to discover and listen for MPEG-2 PMTs.
ProgramSchedule - Interface in javax.tv.service.guide
This interface represents a collection of program events for a given service ordered by time.
ProgramScheduleChangeType - Class in javax.tv.service.guide
This class represents types of changes to program schedules.
ProgramScheduleEvent - Class in javax.tv.service.guide
A ProgramScheduleEvent notifies an ProgramScheduleListener of changes to program events detected in a ProgramSchedule.
ProgramScheduleEvent(ProgramSchedule, SIChangeType, ProgramEvent) - Constructor for class javax.tv.service.guide.ProgramScheduleEvent
Constructs a ProgramScheduleEvent.
ProgramScheduleListener - Interface in javax.tv.service.guide
This interface is implemented by applications wishing to receive notification of changes to ProgramSchedule data.
prompt(String, int, String) - Static method in class org.dvb.test.DVBTest
This is a method is used to "approximately" synchronise a test-client and test-server, the method blocks until the test-server positively or negatively acknowledges the particular message.
PROP_CONTROL_URL - Static variable in interface org.ocap.hn.NetModule
A constant providing URL for NetModule control.
PROP_DESCRIPTION_URL - Static variable in interface org.ocap.hn.NetModule
A constant providing URL for NetModule description.
PROP_EventSub_URL - Static variable in interface org.ocap.hn.NetModule
A constant providing URL for NetModule eventing.
PROP_FRIENDLY_NAME - Static variable in interface org.ocap.hn.Device
A constant for a friendly name of the device.
PROP_LOCATION - Static variable in interface org.ocap.hn.Device
A constant indicates device property: location of the device.
PROP_MANUFACTURER - Static variable in interface org.ocap.hn.Device
A constant indicating the manufacturer of this device.
PROP_MANUFACTURER_URL - Static variable in interface org.ocap.hn.Device
A constant providing URL to the manufacturer's web site.
PROP_MIDDLEWARE_PROFILE - Static variable in interface org.ocap.hn.Device
A constant indicates device property: middleware profile.
PROP_MIDDLEWARE_VERSION - Static variable in interface org.ocap.hn.Device
A constant indicates device property: middleware version.
PROP_MODEL_DESCRIPTION - Static variable in interface org.ocap.hn.Device
A constant providing description of the device.
PROP_MODEL_NAME - Static variable in interface org.ocap.hn.Device
A constant indicates device property: model name.
PROP_MODEL_NUMBER - Static variable in interface org.ocap.hn.Device
A constant indicates device property: model number.
PROP_MODEL_URL - Static variable in interface org.ocap.hn.Device
A constant indicates device property: model URL.
PROP_NETMODULE_ID - Static variable in interface org.ocap.hn.NetModule
A constant indicating NetModuleID.
PROP_PRESENTATION_URL - Static variable in interface org.ocap.hn.Device
A constant indicates device property: presentation URL.
PROP_SERIAL_NUMBER - Static variable in interface org.ocap.hn.Device
A constant indicates device property: serial number.
PROP_UDN - Static variable in interface org.ocap.hn.Device
A constant indicates device property: unique device name.
PROP_UPC - Static variable in interface org.ocap.hn.Device
A constant indicates device property: universal product code.
PROPERTIES - Static variable in interface java.awt.image.ImageObserver
This flag in the infoflags argument to imageUpdate indicates that the properties of the image are now available.
Properties - Class in java.util
The Properties class represents a persistent set of properties.
Properties() - Constructor for class java.util.Properties
Creates an empty property list with no default values.
Properties(Properties) - Constructor for class java.util.Properties
Creates an empty property list with the specified defaults.
propertyChange(PropertyChangeEvent) - Method in interface java.beans.PropertyChangeListener
This method gets called when a bound property is changed.
PropertyChangeEvent - Class in java.beans
A "PropertyChange" event gets delivered whenever a bean changes a "bound" or "constrained" property.
PropertyChangeEvent(Object, String, Object, Object) - Constructor for class java.beans.PropertyChangeEvent
Constructs a new PropertyChangeEvent.
PropertyChangeListener - Interface in java.beans
A "PropertyChange" event gets fired whenever a bean changes a "bound" property.
PropertyChangeSupport - Class in java.beans
This is a utility class that can be used by beans that support bound properties.
PropertyChangeSupport(Object) - Constructor for class java.beans.PropertyChangeSupport
Constructs a PropertyChangeSupport object.
PropertyFilter - Class in org.ocap.hn
The filter for (key,value) pair filtering mechanism.
PropertyFilter(Properties) - Constructor for class org.ocap.hn.PropertyFilter
Constructs a PropertyFilter object.
propertyNames() - Method in class java.util.Properties
Returns an enumeration of all the keys in this property list, including distinct keys in the default property list if a key of the same name has not already been found from the main properties list.
PropertyPermission - Class in java.util
This class is for property permissions.
PropertyPermission(String, String) - Constructor for class java.util.PropertyPermission
Creates a new PropertyPermission object with the specified name.
PropertyResourceBundle - Class in java.util
PropertyResourceBundle is a concrete subclass of ResourceBundle that manages resources for a locale using a set of static strings from a property file.
PropertyResourceBundle(InputStream) - Constructor for class java.util.PropertyResourceBundle
Creates a property resource bundle.
PropertyVetoException - Exception in java.beans
A PropertyVetoException is thrown when a proposed change to a property represents an unacceptable value.
PropertyVetoException(String, PropertyChangeEvent) - Constructor for exception java.beans.PropertyVetoException
Constructs a PropertyVetoException with a detailed message.
PROPRIETARY_DATA - Static variable in class org.ocap.hn.content.MetadataIdentifiers
This identifies proprietary data.
PROTECTED - Static variable in class java.lang.reflect.Modifier
The int value representing the protected modifier.
ProtectionDomain - Class in java.security
This ProtectionDomain class encapsulates the characteristics of a domain, which encloses a set of classes whose instances are granted a set of permissions when being executed on behalf of a given set of Principals.
ProtectionDomain(CodeSource, PermissionCollection) - Constructor for class java.security.ProtectionDomain
Creates a new ProtectionDomain with the given CodeSource and Permissions.
ProtectionDomain(CodeSource, PermissionCollection, ClassLoader, Principal[]) - Constructor for class java.security.ProtectionDomain
Creates a new ProtectionDomain qualified by the given CodeSource, Permissions, ClassLoader and array of Principals.
PROTOCOL_VERSION_1 - Static variable in interface java.io.ObjectStreamConstants
A Stream Protocol Version.
PROTOCOL_VERSION_2 - Static variable in interface java.io.ObjectStreamConstants
A Stream Protocol Version.
ProtocolException - Exception in java.net
Thrown to indicate that there is an error in the underlying protocol, such as a TCP error.
ProtocolException(String) - Constructor for exception java.net.ProtocolException
Constructs a new ProtocolException with the specified detail message.
ProtocolException() - Constructor for exception java.net.ProtocolException
Constructs a new ProtocolException with no detail message.
Provider - Class in java.security
This class represents a "provider" for the Java Security API, where a provider implements some or all parts of Java Security.
Provider - Interface in org.dvb.spi
Abstract interface for all DVB providers.
ProviderException - Exception in java.security
A runtime exception for Provider exceptions (such as misconfiguration errors), which may be subclassed by Providers to throw specialized, provider-specific runtime errors.
ProviderException() - Constructor for exception java.security.ProviderException
Constructs a ProviderException with no detail message.
ProviderException(String) - Constructor for exception java.security.ProviderException
Constructs a ProviderException with the specified detail message.
ProviderFailedInstallationException - Exception in org.dvb.spi
Thrown when there is a problem installing a provider.
ProviderFailedInstallationException() - Constructor for exception org.dvb.spi.ProviderFailedInstallationException
Constructs an exception with no reason.
ProviderFailedInstallationException(String) - Constructor for exception org.dvb.spi.ProviderFailedInstallationException
Constructs an exception with a reason.
ProviderPermission - Class in org.dvb.spi
This class is for applications which wish to be able to install providers.
ProviderPermission(String) - Constructor for class org.dvb.spi.ProviderPermission
Creates a new ProviderPermission with the specified name.
ProviderPermission(String, String) - Constructor for class org.dvb.spi.ProviderPermission
Creates a new ProviderPermission object with the specified name.
providerRegistered() - Method in interface org.dvb.spi.Provider
Called by the system when this provider is registered.
ProviderRegistry - Class in org.dvb.spi
Registry of providers.
providerUnregistered() - Method in interface org.dvb.spi.Provider
Called by the system when this provider is unregistered.
Proxy - Class in java.lang.reflect
Proxy provides static methods for creating dynamic proxy classes and instances, and it is also the superclass of all dynamic proxy classes created by those methods.
PSSParameterSpec - Class in java.security.spec
This class specifies a parameter spec for RSA PSS encoding scheme, as defined in the PKCS#1 v2.1.
PSSParameterSpec(int) - Constructor for class java.security.spec.PSSParameterSpec
Creates a new PSSParameterSpec given the salt length as defined in PKCS#1.
PUBLIC - Static variable in interface java.lang.reflect.Member
Identifies the set of all public members of a class or interface, including inherited members.
PUBLIC - Static variable in class java.lang.reflect.Modifier
The int value representing the public modifier.
PublicKey - Interface in java.security
A public key.
PUBLISHER - Static variable in interface org.ocap.hn.profiles.upnp.UPnPConstants
Name of a publisher.
PullDataSource - Class in javax.media.protocol
 
PullDataSource() - Constructor for class javax.media.protocol.PullDataSource
 
PullSourceStream - Interface in javax.media.protocol
 
push(EventQueue) - Method in class java.awt.EventQueue
Replaces the existing EventQueue with the specified one.
push(Object) - Method in class java.util.Stack
Pushes an item onto the top of this stack.
push(Component) - Method in interface org.havi.ui.HComponentOrdering
Moves the specified java.awt.Component one component further away in the Z-order, i.e.
push(Component) - Method in class org.havi.ui.HContainer
Moves the specified java.awt.Component one component further away in the Z-order, i.e.
push(Component) - Method in class org.havi.ui.HScene
Moves the specified java.awt.Component one component further away in the Z-order, i.e.
pushBack() - Method in class java.io.StreamTokenizer
Causes the next call to the nextToken method of this tokenizer to return the current value in the ttype field, and not to modify the value in the nval or sval field.
PushbackInputStream - Class in java.io
A PushbackInputStream adds functionality to another input stream, namely the ability to "push back" or "unread" one byte.
PushbackInputStream(InputStream, int) - Constructor for class java.io.PushbackInputStream
Creates a PushbackInputStream with a pushback buffer of the specified size, and saves its argument, the input stream in, for later use.
PushbackInputStream(InputStream) - Constructor for class java.io.PushbackInputStream
Creates a PushbackInputStream and saves its argument, the input stream in, for later use.
PushbackReader - Class in java.io
A character-stream reader that allows characters to be pushed back into the stream.
PushbackReader(Reader, int) - Constructor for class java.io.PushbackReader
Create a new pushback reader with a pushback buffer of the given size.
PushbackReader(Reader) - Constructor for class java.io.PushbackReader
Create a new pushback reader with a one-character pushback buffer.
pushBehind(Component, Component) - Method in interface org.havi.ui.HComponentOrdering
Puts the specified java.awt.Component behind another java.awt.Component in the Z-order of this HComponentOrdering.
pushBehind(Component, Component) - Method in class org.havi.ui.HContainer
Puts the specified java.awt.Component behind another java.awt.Component in the Z-order of this HContainer.
pushBehind(Component, Component) - Method in class org.havi.ui.HScene
Puts the specified java.awt.Component behind another java.awt.Component in the Z-order of this HScene.
PushDataSource - Class in javax.media.protocol
 
PushDataSource() - Constructor for class javax.media.protocol.PushDataSource
 
PushSourceStream - Interface in javax.media.protocol
 
pushToBack(Component) - Method in interface org.havi.ui.HComponentOrdering
Place the specified java.awt.Component at the "back" of the Z-order in this HComponentOrdering.
pushToBack(Component) - Method in class org.havi.ui.HContainer
Place the specified java.awt.Component at the "back" of the Z-order in this HContainer.
pushToBack(Component) - Method in class org.havi.ui.HScene
Place the specified java.awt.Component at the "back" of the Z-order in this HScene.
put(String, boolean) - Method in class java.io.ObjectOutputStream.PutField
Put the value of the named boolean field into the persistent field.
put(String, byte) - Method in class java.io.ObjectOutputStream.PutField
Put the value of the named byte field into the persistent field.
put(String, char) - Method in class java.io.ObjectOutputStream.PutField
Put the value of the named char field into the persistent field.
put(String, short) - Method in class java.io.ObjectOutputStream.PutField
Put the value of the named short field into the persistent field.
put(String, int) - Method in class java.io.ObjectOutputStream.PutField
Put the value of the named int field into the persistent field.
put(String, long) - Method in class java.io.ObjectOutputStream.PutField
Put the value of the named long field into the persistent field.
put(String, float) - Method in class java.io.ObjectOutputStream.PutField
Put the value of the named float field into the persistent field.
put(String, double) - Method in class java.io.ObjectOutputStream.PutField
Put the value of the named double field into the persistent field.
put(String, Object) - Method in class java.io.ObjectOutputStream.PutField
Put the value of the named Object field into the persistent field.
put(Object, Object) - Method in class java.security.Provider
Sets the key property to have the specified value.
put(Object, Object) - Method in class java.util.AbstractMap
Associates the specified value with the specified key in this map (optional operation).
put(Object, Object) - Method in class java.util.Dictionary
Maps the specified key to the specified value in this dictionary.
put(Object, Object) - Method in class java.util.HashMap
Associates the specified value with the specified key in this map.
put(Object, Object) - Method in class java.util.Hashtable
Maps the specified key to the specified value in this hashtable.
put(Object, Object) - Method in class java.util.IdentityHashMap
Associates the specified value with the specified key in this identity hash map.
put(Object, Object) - Method in class java.util.jar.Attributes
Associates the specified value with the specified attribute name (key) in this Map.
put(Object, Object) - Method in interface java.util.Map
Associates the specified value with the specified key in this map (optional operation).
put(Object, Object) - Method in class java.util.TreeMap
Associates the specified value with the specified key in this map.
put(Object, Object) - Method in class java.util.WeakHashMap
Associates the specified value with the specified key in this map.
putAll(Map) - Method in class java.security.Provider
Copies all of the mappings from the specified Map to this provider.
putAll(Map) - Method in class java.util.AbstractMap
Copies all of the mappings from the specified map to this map (optional operation).
putAll(Map) - Method in class java.util.HashMap
Copies all of the mappings from the specified map to this map These mappings will replace any mappings that this map had for any of the keys currently in the specified map.
putAll(Map) - Method in class java.util.Hashtable
Copies all of the mappings from the specified Map to this Hashtable These mappings will replace any mappings that this Hashtable had for any of the keys currently in the specified Map.
putAll(Map) - Method in class java.util.IdentityHashMap
Copies all of the mappings from the specified map to this map These mappings will replace any mappings that this map had for any of the keys currently in the specified map.
putAll(Map) - Method in class java.util.jar.Attributes
Copies all of the attribute name-value mappings from the specified Attributes to this Map.
putAll(Map) - Method in interface java.util.Map
Copies all of the mappings from the specified map to this map (optional operation).
putAll(Map) - Method in class java.util.TreeMap
Copies all of the mappings from the specified map to this map.
putAll(Map) - Method in class java.util.WeakHashMap
Copies all of the mappings from the specified map to this map These mappings will replace any mappings that this map had for any of the keys currently in the specified map.
putFields() - Method in class java.io.ObjectOutputStream
Retrieve the object used to buffer persistent fields to be written to the stream.
putNextEntry(ZipEntry) - Method in class java.util.jar.JarOutputStream
Begins writing a new JAR file entry and positions the stream to the start of the entry data.
putNextEntry(ZipEntry) - Method in class java.util.zip.ZipOutputStream
Begins writing a new ZIP file entry and positions the stream to the start of the entry data.
putValue(String, String) - Method in class java.util.jar.Attributes
Associates the specified value with the specified attribute name, specified as a String.
putValue(String, Object) - Method in interface javax.net.ssl.SSLSession
Binds the specified value object into the session's application layer data with the given name.

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