- p(String) - Static method in class com.codename1.io.Log
-
Default println method invokes the print instance method, uses DEBUG level
- p(String, int) - Static method in class com.codename1.io.Log
-
Default println method invokes the print instance method, uses given level
- pack(String) - Static method in class com.sun.lwuit.IndexedImage
-
Deprecated.
Packs the image loaded by MIDP
- pack(int[], int, int) - Static method in class com.sun.lwuit.IndexedImage
-
Deprecated.
Packs the source rgba image and returns null if it fails
- pack(Image) - Static method in class com.sun.lwuit.IndexedImage
-
Deprecated.
Tries to pack the given image and would return the packed image or source
image if packing failed
- pack(JarFile, OutputStream) - Method in interface java.util.jar.Pack200.Packer
-
Takes a JarFile and converts it into a Pack200 archive.
- pack(JarInputStream, OutputStream) - Method in interface java.util.jar.Pack200.Packer
-
Takes a JarInputStream and converts it into a Pack200 archive.
- Pack200 - Class in java.util.jar
-
Transforms a JAR file to or from a packed stream in Pack200 format.
- Pack200.Packer - Interface in java.util.jar
-
The packer engine applies various transformations to the input JAR file,
making the pack stream highly compressible by a compressor such as
gzip or zip.
- Pack200.Unpacker - Interface in java.util.jar
-
The unpacker engine converts the packed stream to a JAR file.
- PACKAGE - Static variable in class java.lang.invoke.MethodHandles.Lookup
-
A single-bit mask representing
package
access (default access),
which may contribute to the result of
lookupModes
.
- Package - Class in java.lang
-
Package
objects contain version information
about the implementation and specification of a Java package.
- packagePrefix - Static variable in interface java.rmi.server.LoaderHandler
-
Deprecated.
package of system LoaderHandler
implementation.
- packagePrefix - Static variable in interface java.rmi.server.RemoteRef
-
Initialize the server package prefix: assumes that the
implementation of server ref classes (e.g., UnicastRef,
UnicastServerRef) are located in the package defined by the
prefix.
- PackedColorModel - Class in java.awt.image
-
The
PackedColorModel
class is an abstract
ColorModel
class that works with pixel values which represent
color and alpha information as separate samples and which pack all
samples for a single pixel into a single int, short, or byte quantity.
- PackedColorModel(ColorSpace, int, int[], int, boolean, int, int) - Constructor for class java.awt.image.PackedColorModel
-
Constructs a PackedColorModel
from a color mask array,
which specifies which bits in an int
pixel representation
contain each of the color samples, and an alpha mask.
- PackedColorModel(ColorSpace, int, int, int, int, int, boolean, int, int) - Constructor for class java.awt.image.PackedColorModel
-
Constructs a PackedColorModel
from the specified
masks which indicate which bits in an int
pixel
representation contain the alpha, red, green and blue color samples.
- PADDING - Static variable in class com.codename1.ui.plaf.Style
-
Padding attribute name for the theme hashtable
- PADDING - Static variable in class com.sun.lwuit.plaf.Style
-
Padding attribute name for the theme hashtable
- PADDING_UNIT - Static variable in class com.codename1.ui.plaf.Style
-
The units of the padding
- padNext(int) - Method in class java.time.format.DateTimeFormatterBuilder
-
Causes the next added printer/parser to pad to a fixed width using a space.
- padNext(int, char) - Method in class java.time.format.DateTimeFormatterBuilder
-
Causes the next added printer/parser to pad to a fixed width.
- Page - Class in com.codename1.facebook
-
This class represents a Facebook Page object
https://developers.facebook.com/docs/reference/api/page/
- Page() - Constructor for class com.codename1.facebook.Page
-
Empty Contructor
- Page(Hashtable) - Constructor for class com.codename1.facebook.Page
-
- PAGE_END - Static variable in class com.codename1.ui.layouts.GridBagConstraints
-
- PAGE_START - Static variable in class com.codename1.ui.layouts.GridBagConstraints
-
- pageStatusChanged(HTMLComponent, int, String) - Method in class com.codename1.components.Ads
-
- pageStatusChanged(HTMLComponent, int, String) - Method in class com.codename1.ui.html.DefaultHTMLCallback
-
Called when the page status has been changed
- pageStatusChanged(HTMLComponent, int, String) - Method in interface com.codename1.ui.html.HTMLCallback
-
Called when the page status has been changed
- pageStatusChanged(HTMLComponent, int, String) - Method in class com.sun.lwuit.html.DefaultHTMLCallback
-
Called when the page status has been changed
- pageStatusChanged(HTMLComponent, int, String) - Method in interface com.sun.lwuit.html.HTMLCallback
-
Called when the page status has been changed
- paint(Graphics) - Method in class com.codename1.components.ImageViewer
-
- paint(Graphics) - Method in class com.codename1.components.InfiniteProgress
-
- paint(Graphics) - Method in class com.codename1.components.OnOffSwitch
-
- paint(Graphics, Tile) - Method in interface com.codename1.maps.layers.Layer
-
Paints the Layer on the given Graphics
- paint(Graphics, Tile) - Method in class com.codename1.maps.layers.LinesLayer
-
- paint(Graphics, Tile) - Method in class com.codename1.maps.layers.PointLayer
-
- paint(Graphics, Tile) - Method in class com.codename1.maps.layers.PointsLayer
-
- paint(Graphics) - Method in class com.codename1.maps.ProxyHttpTile
-
- paint(Graphics) - Method in class com.codename1.maps.Tile
-
Paints the tile on the Graphics Object
- paint(Graphics, int, int) - Method in class com.codename1.maps.Tile
-
Paints the tile on the Graphics Object translated to the given x, y,
This method paints the tile image if available or will call
paintTileLoading
- paint(Graphics) - Method in interface com.codename1.ui.animations.Animation
-
Draws the animation, within a component the standard paint method would be
invoked since it bares the exact same signature.
- paint(Graphics) - Method in class com.codename1.ui.animations.CommonTransitions
-
- paint(Graphics) - Method in class com.codename1.ui.animations.Timeline
-
- paint(Graphics, Rectangle) - Method in class com.codename1.ui.animations.Timeline
-
- paint(Graphics) - Method in class com.codename1.ui.animations.Transition
-
- paint(Graphics) - Method in class com.codename1.ui.Button
-
- paint(Graphics) - Method in class com.codename1.ui.CheckBox
-
- paint(Graphics) - Method in class com.codename1.ui.ComboBox
-
- paint(Graphics) - Method in class com.codename1.ui.Component
-
This method paints the Component on the screen, it should be overriden
by subclasses to perform custom drawing or invoke the UI API's to let
the PLAF perform the rendering.
- paint(Graphics) - Method in class com.codename1.ui.Container
-
- paint(Graphics) - Method in class com.codename1.ui.Form
-
- paint(Graphics) - Method in class com.codename1.ui.Label
-
- paint(Graphics) - Method in class com.codename1.ui.List
-
- paint(Graphics, Rectangle) - Method in class com.codename1.ui.painter.BackgroundPainter
-
- paint(Graphics, Rectangle) - Method in interface com.codename1.ui.Painter
-
Draws inside the given rectangle clipping area.
- paint(Graphics, Rectangle) - Method in class com.codename1.ui.painter.PainterChain
-
- paint(Graphics) - Method in class com.codename1.ui.PeerComponent
-
- paint(Graphics, Component) - Method in class com.codename1.ui.plaf.Border
-
Draws the border for the given component, this method is called before a call to
background painting is made.
- paint(Graphics) - Method in class com.codename1.ui.RadioButton
-
- paint(Graphics) - Method in class com.codename1.ui.TextArea
-
- paint(Graphics) - Method in class com.codename1.ui.TextField
-
- paint(Graphics, Rectangle) - Method in class com.codename1.ui.util.GlassTutorial
-
- paint(Graphics) - Method in interface com.sun.lwuit.animations.Animation
-
Draws the animation, within a component the standard paint method would be
invoked since it bares the exact same signature.
- paint(Graphics) - Method in class com.sun.lwuit.animations.CommonTransitions
-
- paint(Graphics) - Method in class com.sun.lwuit.animations.Timeline
-
- paint(Graphics, Rectangle) - Method in class com.sun.lwuit.animations.Timeline
-
- paint(Graphics) - Method in class com.sun.lwuit.animations.Transition
-
- paint(Graphics) - Method in class com.sun.lwuit.Button
-
- paint(Graphics) - Method in class com.sun.lwuit.Calendar
-
- paint(Graphics) - Method in class com.sun.lwuit.CheckBox
-
- paint(Graphics) - Method in class com.sun.lwuit.ComboBox
-
- paint(Graphics) - Method in class com.sun.lwuit.Component
-
This method paints the Component on the screen, it should be overriden
by subclasses to perform custom drawing or invoke the UI API's to let
the PLAF perform the rendering.
- paint(Graphics) - Method in class com.sun.lwuit.Container
-
- paint(Graphics) - Method in class com.sun.lwuit.Form
-
- paint(Graphics) - Method in class com.sun.lwuit.Label
-
- paint(Graphics) - Method in class com.sun.lwuit.List
-
- paint(Graphics) - Method in class com.sun.lwuit.MediaComponent
-
- paint(Graphics, Rectangle) - Method in class com.sun.lwuit.painter.BackgroundPainter
-
- paint(Graphics, Rectangle) - Method in interface com.sun.lwuit.Painter
-
Draws inside the given rectangle clipping area.
- paint(Graphics, Rectangle) - Method in class com.sun.lwuit.painter.PainterChain
-
- paint(Graphics, Component) - Method in class com.sun.lwuit.plaf.Border
-
Draws the border for the given component, this method is called before a call to
background painting is made.
- paint(Graphics) - Method in class com.sun.lwuit.RadioButton
-
- paint(Graphics) - Method in class com.sun.lwuit.spinner.Spinner
-
- paint(Graphics) - Method in class com.sun.lwuit.StaticAnimation
-
Deprecated.
- paint(Graphics) - Method in class com.sun.lwuit.TabbedPane
-
- paint(Graphics) - Method in class com.sun.lwuit.TextArea
-
- paint(Graphics) - Method in class com.sun.lwuit.TextField
-
- 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_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.
- paintBackground(Graphics) - Method in class com.codename1.components.ImageViewer
-
- paintBackground(Graphics) - Method in class com.codename1.maps.MapComponent
-
- paintBackground(Graphics) - Method in class com.codename1.ui.Component
-
Paints the background of the component, invoked with the clipping region
and appropriate scroll translation.
- paintBackground(Graphics) - Method in class com.codename1.ui.Container
-
- paintBackground(Graphics) - Method in class com.codename1.ui.Form
-
Exposing the background painting for the benefit of animations
- paintBackground(Graphics) - Method in class com.codename1.ui.PeerComponent
-
- paintBackground(Graphics) - Method in class com.codename1.ui.Slider
-
Paint the progress indicator
- paintBackground(Graphics) - Method in class com.sun.lwuit.Component
-
Paints the background of the component, invoked with the clipping region
and appropriate scroll translation.
- paintBackground(Graphics) - Method in class com.sun.lwuit.Form
-
Exposing the background painting for the benefit of animations
- paintBackground(Graphics) - Method in class com.sun.lwuit.MediaComponent
-
- paintBackgrounds(Graphics) - Method in class com.codename1.ui.Component
-
This method paints all the parents Components Background.
- paintBackgrounds(Graphics) - Method in class com.codename1.ui.PeerComponent
-
- paintBackgrounds(Graphics) - Method in class com.sun.lwuit.Component
-
This method paints all the parents Components Background.
- paintBackgrounds(Graphics) - Method in class com.sun.lwuit.MediaComponent
-
- paintBorder(Graphics) - Method in class com.codename1.ui.Component
-
Draws the component border if such a border exists.
- paintBorder(Graphics) - Method in class com.codename1.ui.PeerComponent
-
- paintBorder(Graphics) - Method in class com.sun.lwuit.Component
-
Draws the component border if such a border exists.
- paintBorderBackground(Graphics, Component) - Method in class com.codename1.ui.plaf.Border
-
Has effect when the border demands responsibility for background painting
normally the painter will perform this work but in this case the border might
do it instead.
- paintBorderBackground(Graphics, Component) - Method in class com.sun.lwuit.plaf.Border
-
Has effect when the border demands responsibility for background painting
normally the painter will perform this work but in this case the border might
do it instead.
- paintComponent(Graphics) - Method in class com.codename1.ui.Component
-
Paints this component as a root by going to all the parent components and
setting the absolute translation based on coordinates and scroll status.
- paintComponent(Graphics, boolean) - Method in class com.codename1.ui.Component
-
Paints this component as a root by going to all the parent components and
setting the absolute translation based on coordinates and scroll status.
- paintComponent(Graphics) - Method in class com.sun.lwuit.Component
-
Paints this component as a root by going to all the parent components and
setting the absolute translation based on coordinates and scroll status.
- paintComponent(Graphics, boolean) - Method in class com.sun.lwuit.Component
-
Paints this component as a root by going to all the parent components and
setting the absolute translation based on coordinates and scroll status.
- paintComponents(Graphics) - Method in class java.awt.Container
-
Paints each of the components in this container.
- Painter - Interface in com.codename1.ui
-
Painter can be used to draw on components backgrounds.
- PAINTER - Static variable in class com.codename1.ui.plaf.Style
-
Painter attribute name for the style event
- Painter - Interface in com.sun.lwuit
-
Painter can be used to draw on components backgrounds.
- PAINTER - Static variable in class com.sun.lwuit.plaf.Style
-
Painter attribute name for the style event
- PainterChain - Class in com.codename1.ui.painter
-
A painter chain allows us to chain together several painters to provide a
"layer" effect where each painter only draws one element.
- PainterChain(Painter[]) - Constructor for class com.codename1.ui.painter.PainterChain
-
Create a new painter chain which will paint all of the elements in the chain
in sequence from 0 to the last element
- PainterChain(Painter) - Constructor for class com.codename1.ui.painter.PainterChain
-
Create a new painter chain which will paint all of the elements in the chain
in sequence from 0 to the last element
- PainterChain - Class in com.sun.lwuit.painter
-
A painter chain allows us to chain together several painters to provide a
"layer" effect where each painter only draws one element.
- PainterChain(Painter[]) - Constructor for class com.sun.lwuit.painter.PainterChain
-
Create a new painter chain which will paint all of the elements in the chain
in sequence from 0 to the last element
- 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.
- paintGlass(Graphics) - Method in class com.codename1.ui.Container
-
This method can be overriden by a component to draw on top of itself or its children
after the component or the children finished drawing in a similar way to the glass
pane but more refined per component
- paintGlass(Graphics) - Method in class com.codename1.ui.spinner.BaseSpinner
-
- paintGlass(Graphics) - Method in class com.codename1.ui.table.Table
-
- paintGlass(Graphics) - Method in class com.sun.lwuit.Container
-
This method can be overriden by a component to draw on top of itself or its children
after the component or the children finished drawing in a similar way to the glass
pane but more refined per component
- paintGlass(Graphics) - Method in class com.sun.lwuit.table.Table
-
- paintLock(boolean) - Method in class com.codename1.ui.Component
-
This method locks the component so it will always paint the given image
instead of running through its paint logic.
- paintLockRelease() - Method in class com.codename1.ui.Component
-
Releases the paint lock image to allow paint to work as usual, see paintLock(boolean)
for details
- paintScrollbars(Graphics) - Method in class com.codename1.ui.Component
-
Paints the UI for the scrollbars on the component, this will be invoked only
for scrollable components.
- paintScrollbars(Graphics) - Method in class com.codename1.ui.PeerComponent
-
- paintScrollbars(Graphics) - Method in class com.sun.lwuit.Component
-
Paints the UI for the scrollbars on the component, this will be invoked only
for scrollable components.
- paintScrollbarX(Graphics) - Method in class com.codename1.ui.Component
-
Paints the UI for the scrollbar on the X axis, this method allows component
subclasses to customize the look of a scrollbar
- paintScrollbarX(Graphics) - Method in class com.codename1.ui.PeerComponent
-
- paintScrollbarX(Graphics) - Method in class com.sun.lwuit.Component
-
Paints the UI for the scrollbar on the X axis, this method allows component
subclasses to customize the look of a scrollbar
- paintScrollbarY(Graphics) - Method in class com.codename1.ui.Component
-
Paints the UI for the scrollbar on the Y axis, this method allows component
subclasses to customize the look of a scrollbar
- paintScrollbarY(Graphics) - Method in class com.codename1.ui.PeerComponent
-
- paintScrollbarY(Graphics) - Method in class com.sun.lwuit.Component
-
Paints the UI for the scrollbar on the Y axis, this method allows component
subclasses to customize the look of a scrollbar
- paintSegment(Graphics, Coord[], Tile) - Method in class com.codename1.maps.layers.ArrowLinesLayer
-
Paints arrows on each segment.
- paintSegment(Graphics, Coord[], Tile) - Method in class com.codename1.maps.layers.LinesLayer
-
Paint a segment.
- paintTensileHighlight(Component, Graphics, boolean, int) - Method in class com.codename1.ui.plaf.LookAndFeel
-
Paints the tensile hightlight image
- paintTileLoading(Graphics) - Method in class com.codename1.maps.Tile
-
This method paints a "tile loading" on the Graphics if
boolean paint(Graphics g) returned false.
- PARAGRAPH_SEPARATOR - Static variable in class java.lang.Character
-
General category "Zp" in the Unicode specification.
- parallel() - Method in interface java.util.stream.BaseStream
-
Returns an equivalent stream that is parallel.
- parallel() - Method in interface java.util.stream.DoubleStream
-
- parallel() - Method in interface java.util.stream.IntStream
-
- parallel() - Method in interface java.util.stream.LongStream
-
- parallelPrefix(T[], BinaryOperator<T>) - Static method in class java.util.Arrays
-
Cumulates, in parallel, each element of the given array in place,
using the supplied function.
- parallelPrefix(T[], int, int, BinaryOperator<T>) - Static method in class java.util.Arrays
-
- parallelPrefix(long[], LongBinaryOperator) - Static method in class java.util.Arrays
-
Cumulates, in parallel, each element of the given array in place,
using the supplied function.
- parallelPrefix(long[], int, int, LongBinaryOperator) - Static method in class java.util.Arrays
-
- parallelPrefix(double[], DoubleBinaryOperator) - Static method in class java.util.Arrays
-
Cumulates, in parallel, each element of the given array in place,
using the supplied function.
- parallelPrefix(double[], int, int, DoubleBinaryOperator) - Static method in class java.util.Arrays
-
- parallelPrefix(int[], IntBinaryOperator) - Static method in class java.util.Arrays
-
Cumulates, in parallel, each element of the given array in place,
using the supplied function.
- parallelPrefix(int[], int, int, IntBinaryOperator) - Static method in class java.util.Arrays
-
- parallelSetAll(T[], IntFunction<? extends T>) - Static method in class java.util.Arrays
-
Set all elements of the specified array, in parallel, using the
provided generator function to compute each element.
- parallelSetAll(int[], IntUnaryOperator) - Static method in class java.util.Arrays
-
Set all elements of the specified array, in parallel, using the
provided generator function to compute each element.
- parallelSetAll(long[], IntToLongFunction) - Static method in class java.util.Arrays
-
Set all elements of the specified array, in parallel, using the
provided generator function to compute each element.
- parallelSetAll(double[], IntToDoubleFunction) - Static method in class java.util.Arrays
-
Set all elements of the specified array, in parallel, using the
provided generator function to compute each element.
- parallelSort(byte[]) - Static method in class java.util.Arrays
-
Sorts the specified array into ascending numerical order.
- parallelSort(byte[], int, int) - Static method in class java.util.Arrays
-
Sorts the specified range of the array into ascending numerical order.
- parallelSort(char[]) - Static method in class java.util.Arrays
-
Sorts the specified array into ascending numerical order.
- parallelSort(char[], int, int) - Static method in class java.util.Arrays
-
Sorts the specified range of the array into ascending numerical order.
- parallelSort(short[]) - Static method in class java.util.Arrays
-
Sorts the specified array into ascending numerical order.
- parallelSort(short[], int, int) - Static method in class java.util.Arrays
-
Sorts the specified range of the array into ascending numerical order.
- parallelSort(int[]) - Static method in class java.util.Arrays
-
Sorts the specified array into ascending numerical order.
- parallelSort(int[], int, int) - Static method in class java.util.Arrays
-
Sorts the specified range of the array into ascending numerical order.
- parallelSort(long[]) - Static method in class java.util.Arrays
-
Sorts the specified array into ascending numerical order.
- parallelSort(long[], int, int) - Static method in class java.util.Arrays
-
Sorts the specified range of the array into ascending numerical order.
- parallelSort(float[]) - Static method in class java.util.Arrays
-
Sorts the specified array into ascending numerical order.
- parallelSort(float[], int, int) - Static method in class java.util.Arrays
-
Sorts the specified range of the array into ascending numerical order.
- parallelSort(double[]) - Static method in class java.util.Arrays
-
Sorts the specified array into ascending numerical order.
- parallelSort(double[], int, int) - Static method in class java.util.Arrays
-
Sorts the specified range of the array into ascending numerical order.
- parallelSort(T[]) - Static method in class java.util.Arrays
-
Sorts the specified array of objects into ascending order, according
to the
natural ordering of its elements.
- parallelSort(T[], int, int) - Static method in class java.util.Arrays
-
Sorts the specified range of the specified array of objects into
ascending order, according to the
natural ordering of its
elements.
- parallelSort(T[], Comparator<? super T>) - Static method in class java.util.Arrays
-
Sorts the specified array of objects according to the order induced by
the specified comparator.
- parallelSort(T[], int, int, Comparator<? super T>) - Static method in class java.util.Arrays
-
Sorts the specified range of the specified array of objects according
to the order induced by the specified comparator.
- parallelStream() - Method in interface java.util.Collection
-
Returns a possibly parallel Stream
with this collection as its
source.
- Parameter - Class in java.lang.reflect
-
Information about method parameters.
- parameterArray() - Method in class java.lang.invoke.MethodType
-
Presents the parameter types as an array (a convenience method).
- parameterCount() - Method in class java.lang.invoke.MethodType
-
Returns the number of parameter types in this method type.
- ParameterizedType - Interface in java.lang.reflect
-
ParameterizedType represents a parameterized type such as
Collection<String>.
- parameterList() - Method in class java.lang.invoke.MethodType
-
Presents the parameter types as a list (a convenience method).
- ParameterMetaData - Interface in java.sql
-
An object that can be used to get information about the types
and properties for each parameter marker in a
PreparedStatement
object.
- parameterModeIn - Static variable in interface java.sql.ParameterMetaData
-
The constant indicating that the parameter's mode is IN.
- parameterModeInOut - Static variable in interface java.sql.ParameterMetaData
-
The constant indicating that the parameter's mode is INOUT.
- parameterModeOut - Static variable in interface java.sql.ParameterMetaData
-
The constant indicating that the parameter's mode is OUT.
- parameterModeUnknown - Static variable in interface java.sql.ParameterMetaData
-
The constant indicating that the mode of the parameter is unknown.
- parameterModifiers() - Static method in class java.lang.reflect.Modifier
-
Return an int
value OR-ing together the source language
modifiers that can be applied to a parameter.
- parameterNoNulls - Static variable in interface java.sql.ParameterMetaData
-
The constant indicating that a
parameter will not allow NULL
values.
- parameterNullable - Static variable in interface java.sql.ParameterMetaData
-
The constant indicating that a
parameter will allow NULL
values.
- parameterNullableUnknown - Static variable in interface java.sql.ParameterMetaData
-
The constant indicating that the
nullability of a parameter is unknown.
- parameterType(int) - Method in class java.lang.invoke.MethodType
-
Returns the parameter type at the specified index, within this method type.
- params(int, int) - Method in class com.codename1.io.gzip.Deflater
-
- paramString() - Method in class com.codename1.ui.CheckBox
-
- paramString() - Method in class com.codename1.ui.Component
-
Returns a string representing the state of this component.
- paramString() - Method in class com.codename1.ui.Container
-
- paramString() - Method in class com.codename1.ui.Form
-
- paramString() - Method in class com.codename1.ui.Label
-
- paramString() - Method in class com.codename1.ui.List
-
- paramString() - Method in class com.sun.lwuit.CheckBox
-
- paramString() - Method in class com.sun.lwuit.Component
-
Returns a string representing the state of this component.
- paramString() - Method in class com.sun.lwuit.Container
-
- paramString() - Method in class com.sun.lwuit.Form
-
- paramString() - Method in class com.sun.lwuit.Label
-
- paramString() - Method in class com.sun.lwuit.List
-
- paramString() - Method in class java.awt.Component
-
Returns a string representing the state of this component.
- paramString() - Method in class java.awt.Container
-
Returns a string representing the state of this Container
.
- 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.
- parent - Variable in class java.util.ResourceBundle
-
The parent bundle of this bundle.
- 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.
- park(Object) - Static method in class java.util.concurrent.locks.LockSupport
-
Disables the current thread for thread scheduling purposes unless the
permit is available.
- park() - Static method in class java.util.concurrent.locks.LockSupport
-
Disables the current thread for thread scheduling purposes unless the
permit is available.
- parkNanos(Object, long) - Static method in class java.util.concurrent.locks.LockSupport
-
Disables the current thread for thread scheduling purposes, for up to
the specified waiting time, unless the permit is available.
- parkNanos(long) - Static method in class java.util.concurrent.locks.LockSupport
-
Disables the current thread for thread scheduling purposes, for up to
the specified waiting time, unless the permit is available.
- parkUntil(Object, long) - Static method in class java.util.concurrent.locks.LockSupport
-
Disables the current thread for thread scheduling purposes, until
the specified deadline, unless the permit is available.
- parkUntil(long) - Static method in class java.util.concurrent.locks.LockSupport
-
Disables the current thread for thread scheduling purposes, until
the specified deadline, unless the permit is available.
- parse(InputStream) - Method in class com.codename1.io.CSVParser
-
Parses input from the given stream and returns the tokens broken into rows and columns
- parse(InputStream, String) - Method in class com.codename1.io.CSVParser
-
Parses input from the given stream and returns the tokens broken into rows and columns
- parse(Reader) - Method in class com.codename1.io.CSVParser
-
Parses input from the given reader and returns the tokens broken into rows and columns
- parse(Reader, JSONParseCallback) - Static method in class com.codename1.io.JSONParser
-
Static method! Parses the given input stream and fires the data into the given callback.
- parse(Reader) - Method in class com.codename1.io.JSONParser
-
- parse(String) - Method in class com.codename1.l10n.DateFormat
-
NOT IMPLEMENTED - use SimpleDateFormat for parsing instead.
- parse(String) - Method in class com.codename1.l10n.SimpleDateFormat
-
- parse(Reader) - Method in class com.codename1.xml.XMLParser
-
This is the entry point for parsing a document and the only non-private member method in this class
- parse(String) - Static method in class java.net.HttpCookie
-
Constructs cookies from set-cookie or set-cookie2 header string.
- 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
.
- parse(CharSequence) - Static method in class java.time.Duration
-
Obtains a Duration
from a text string such as PnDTnHnMn.nS
.
- parse(CharSequence) - Method in class java.time.format.DateTimeFormatter
-
Fully parses the text producing a temporal object.
- parse(CharSequence, ParsePosition) - Method in class java.time.format.DateTimeFormatter
-
Parses the text using this formatter, providing control over the text position.
- parse(CharSequence, TemporalQuery<T>) - Method in class java.time.format.DateTimeFormatter
-
Fully parses the text producing an object of the specified type.
- parse(CharSequence) - Static method in class java.time.Instant
-
Obtains an instance of Instant
from a text string such as
2007-12-03T10:15:30.00Z
.
- parse(CharSequence) - Static method in class java.time.LocalDate
-
Obtains an instance of LocalDate
from a text string such as 2007-12-03
.
- parse(CharSequence, DateTimeFormatter) - Static method in class java.time.LocalDate
-
Obtains an instance of LocalDate
from a text string using a specific formatter.
- parse(CharSequence) - Static method in class java.time.LocalDateTime
-
Obtains an instance of LocalDateTime
from a text string such as 2007-12-03T10:15:30
.
- parse(CharSequence, DateTimeFormatter) - Static method in class java.time.LocalDateTime
-
Obtains an instance of LocalDateTime
from a text string using a specific formatter.
- parse(CharSequence) - Static method in class java.time.LocalTime
-
Obtains an instance of LocalTime
from a text string such as 10:15
.
- parse(CharSequence, DateTimeFormatter) - Static method in class java.time.LocalTime
-
Obtains an instance of LocalTime
from a text string using a specific formatter.
- parse(CharSequence) - Static method in class java.time.MonthDay
-
Obtains an instance of MonthDay
from a text string such as --12-03
.
- parse(CharSequence, DateTimeFormatter) - Static method in class java.time.MonthDay
-
Obtains an instance of MonthDay
from a text string using a specific formatter.
- parse(CharSequence) - Static method in class java.time.OffsetDateTime
-
Obtains an instance of OffsetDateTime
from a text string
such as 2007-12-03T10:15:30+01:00
.
- parse(CharSequence, DateTimeFormatter) - Static method in class java.time.OffsetDateTime
-
Obtains an instance of OffsetDateTime
from a text string using a specific formatter.
- parse(CharSequence) - Static method in class java.time.OffsetTime
-
Obtains an instance of OffsetTime
from a text string such as 10:15:30+01:00
.
- parse(CharSequence, DateTimeFormatter) - Static method in class java.time.OffsetTime
-
Obtains an instance of OffsetTime
from a text string using a specific formatter.
- parse(CharSequence) - Static method in class java.time.Period
-
Obtains a Period
from a text string such as PnYnMnD
.
- parse(CharSequence) - Static method in class java.time.Year
-
Obtains an instance of Year
from a text string such as 2007
.
- parse(CharSequence, DateTimeFormatter) - Static method in class java.time.Year
-
Obtains an instance of Year
from a text string using a specific formatter.
- parse(CharSequence) - Static method in class java.time.YearMonth
-
Obtains an instance of YearMonth
from a text string such as 2007-12
.
- parse(CharSequence, DateTimeFormatter) - Static method in class java.time.YearMonth
-
Obtains an instance of YearMonth
from a text string using a specific formatter.
- parse(CharSequence) - Static method in class java.time.ZonedDateTime
-
Obtains an instance of ZonedDateTime
from a text string such as
2007-12-03T10:15:30+01:00[Europe/Paris]
.
- parse(CharSequence, DateTimeFormatter) - Static method in class java.time.ZonedDateTime
-
Obtains an instance of ZonedDateTime
from a text string using a specific formatter.
- parse(String) - Static method in class java.util.Date
-
- parse(String) - Static method in class java.util.Locale.LanguageRange
-
Parses the given ranges
to generate a Language Priority List.
- parse(String, Map<String, List<String>>) - Static method in class java.util.Locale.LanguageRange
-
Parses the given ranges
to generate a Language Priority
List, and then customizes the list using the given map
.
- parse(String) - Static method in class java.util.logging.Level
-
Parse a level name string into a Level.
- 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(InputStream, HandlerBase) - Method in class javax.xml.parsers.SAXParser
-
- parse(InputStream, HandlerBase, String) - Method in class javax.xml.parsers.SAXParser
-
- parse(InputStream, DefaultHandler) - Method in class javax.xml.parsers.SAXParser
-
- parse(InputStream, DefaultHandler, String) - Method in class javax.xml.parsers.SAXParser
-
- parse(String, HandlerBase) - Method in class javax.xml.parsers.SAXParser
-
Parse the content described by the giving Uniform Resource
Identifier (URI) as XML using the specified
HandlerBase
.
- 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(File, HandlerBase) - Method in class javax.xml.parsers.SAXParser
-
Parse the content of the file specified as XML using the
specified
HandlerBase
.
- parse(File, DefaultHandler) - Method in class javax.xml.parsers.SAXParser
-
Parse the content of the file specified as XML using the
specified
DefaultHandler
.
- parse(InputSource, HandlerBase) - Method in class javax.xml.parsers.SAXParser
-
- parse(InputSource, DefaultHandler) - Method in class javax.xml.parsers.SAXParser
-
- parse(LSInput) - Method in interface org.w3c.dom.ls.LSParser
-
Parse an XML document from a resource identified by a
LSInput
.
- 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_ERR - Static variable in exception org.w3c.dom.ls.LSException
-
If an attempt was made to load a document, or an XML Fragment, using
LSParser
and the processing has been stopped.
- parseBest(CharSequence, TemporalQuery<?>...) - Method in class java.time.format.DateTimeFormatter
-
Fully parses the text producing an object of one of the specified types.
- parseBoolean(String) - Static method in class java.lang.Boolean
-
Parses the string argument as a boolean.
- 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.
- parseByte(String) - Static method in class java.lang.Byte
-
Parses the string argument as a signed decimal byte
.
- parseCaseInsensitive() - Method in class java.time.format.DateTimeFormatterBuilder
-
Changes the parse style to be case insensitive for the remainder of the formatter.
- parseCaseSensitive() - Method in class java.time.format.DateTimeFormatterBuilder
-
Changes the parse style to be case sensitive for the remainder of the formatter.
- parseCommentOrXMLDeclaration(Reader, String) - Method in class com.codename1.xml.XMLParser
-
This utility method is used to parse comments and XML declarations in the XML.
- parseCurrency(String) - Method in class com.codename1.l10n.L10NManager
-
Parses the currency value
- parseDefaulting(TemporalField, long) - Method in class java.time.format.DateTimeFormatterBuilder
-
Appends a default value for a field to the formatter for use in parsing.
- parsedExcessDays() - Static method in class java.time.format.DateTimeFormatter
-
A query that provides access to the excess days that were parsed.
- parsedLeapSecond() - Static method in class java.time.format.DateTimeFormatter
-
A query that provides access to whether a leap-second was parsed.
- parseDouble(String) - Method in class com.codename1.l10n.L10NManager
-
Parses a double based on locale conventions
- 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 com.codename1.l10n
-
An error occurred during parsing.
- ParseException(String, int) - Constructor for exception com.codename1.l10n.ParseException
-
- 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
.
- parseHTML(InputStreamReader) - Method in class com.codename1.ui.html.HTMLParser
-
A convenience method that casts the returned type of the parse method to HTMLElement.
- parseInt(String) - Method in class com.codename1.l10n.L10NManager
-
Parses an integer based on locale conventions
- 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.
- parseJSON(Reader) - Method in class com.codename1.io.JSONParser
-
Parses the given input stream into this object and returns the parse tree
- parseLenient() - Method in class java.time.format.DateTimeFormatterBuilder
-
Changes the parse style to be lenient for the remainder of the formatter.
- parseLevel(String) - Static method in class java.rmi.server.LogStream
-
- parseLong(String) - Method in class com.codename1.l10n.L10NManager
-
Parses a long based on locale conventions
- 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) - Method in class com.codename1.l10n.DateFormat
-
NOT IMPLEMENTED - use SimpleDateFormat for parsing instead.
- parseObject(String) - Method in class com.codename1.l10n.Format
-
Parse an string to an object.
- 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.
- Parser - Interface in org.xml.sax
-
- 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.
- ParserCallback - Interface in com.codename1.xml
-
A callback used to dispatch errors encountered while parsing XML resources
- 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.
- ParserFactory - Class in org.xml.sax.helpers
-
- 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, int) - Static method in class java.lang.Short
-
Parses the string argument as a signed short
in the
radix specified by the second argument.
- parseShort(String) - Static method in class java.lang.Short
-
Parses the string argument as a signed decimal short
.
- parseStrict() - Method in class java.time.format.DateTimeFormatterBuilder
-
Changes the parse style to be strict for the remainder of the formatter.
- parseTag(Reader) - Method in class com.codename1.xml.XMLParser
-
This method collects the tag name and all of its attributes.
- parseTagContent(Element, Reader) - Method in class com.codename1.ui.html.HTMLParser
-
Overrides XMLParser.parseTagContent to enable embedded CSS segments (Style tags)
- parseTagContent(Element, Reader) - Method in class com.codename1.xml.XMLParser
-
Parses tags content, accumulating text and child elements .
- parseUnresolved(CharSequence, ParsePosition) - Method in class java.time.format.DateTimeFormatter
-
Parses the text using this formatter, without resolving the result, intended
for advanced use cases.
- parseUnsignedInt(String, int) - Static method in class java.lang.Integer
-
Parses the string argument as an unsigned integer in the radix
specified by the second argument.
- parseUnsignedInt(String) - Static method in class java.lang.Integer
-
Parses the string argument as an unsigned decimal integer.
- parseUnsignedLong(String, int) - Static method in class java.lang.Long
-
Parses the string argument as an unsigned long
in the
radix specified by the second argument.
- parseUnsignedLong(String) - Static method in class java.lang.Long
-
Parses the string argument as an unsigned decimal long
.
- parseURI(String) - Method in interface org.w3c.dom.ls.LSParser
-
Parse an XML document from a location identified by a URI reference [
IETF RFC 2396].
- parseURL(URL, String, int, int) - Method in class java.net.URLStreamHandler
-
Parses the string representation of a URL
into a
URL
object.
- parseWithContext(LSInput, Node, short) - Method in interface org.w3c.dom.ls.LSParser
-
Parse an XML fragment from a resource identified by a
LSInput
and insert the content into an existing document
at the position specified with the context
and
action
arguments.
- parsingError(int, String, String, String, String) - Method in class com.codename1.components.Ads
-
- parsingError(int, String, String, String, String) - Method in class com.codename1.io.services.RSSService
-
- parsingError(int, String, String, String, String) - Method in class com.codename1.ui.html.DefaultHTMLCallback
-
Called when encountering an error while parsing the XML document.
- parsingError(int, String, String, String, String) - Method in interface com.codename1.xml.ParserCallback
-
Called when encountering an error while parsing the XML document.
- parsingError(int, String, String, String, String) - Method in class com.sun.lwuit.html.DefaultHTMLCallback
-
Called when encountering an error while parsing the HTML document.
- parsingError(int, String, String, String, String) - Method in interface com.sun.lwuit.html.HTMLCallback
-
Called when encountering an error while parsing the HTML document.
- partitioningBy(Predicate<? super T>) - Static method in class java.util.stream.Collectors
-
Returns a Collector
which partitions the input elements according
to a Predicate
, and organizes them into a
Map<Boolean, List<T>>
.
- partitioningBy(Predicate<? super T>, Collector<? super T, A, D>) - Static method in class java.util.stream.Collectors
-
Returns a Collector
which partitions the input elements according
to a Predicate
, reduces the values in each partition according to
another Collector
, and organizes them into a
Map<Boolean, D>
whose values are the result of the downstream
reduction.
- PASS - Static variable in interface java.util.jar.Pack200.Packer
-
The string "pass", a possible value for certain properties.
- PASS_FILE_PFX - Static variable in interface java.util.jar.Pack200.Packer
-
Indicates that a file should be passed through bytewise, with no
compression.
- PASSWORD - Static variable in class com.codename1.ui.TextArea
-
Indicates that the text entered is confidential data that should be
obscured whenever possible.
- PASSWORD - Static variable in class com.sun.lwuit.TextArea
-
Indicates that the text entered is confidential data that should be
obscured whenever possible.
- 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.
- PasswordCallback - Class in javax.security.auth.callback
-
Underlying security services instantiate and pass a
PasswordCallback
to the handle
method of a CallbackHandler
to retrieve password information.
- PasswordCallback(String, boolean) - Constructor for class javax.security.auth.callback.PasswordCallback
-
Construct a PasswordCallback
with a prompt
and a boolean specifying whether the password should be displayed
as it is being typed.
- PasswordProtection(char[]) - Constructor for class java.security.KeyStore.PasswordProtection
-
Creates a password parameter.
- PasswordProtection(char[], String, AlgorithmParameterSpec) - Constructor for class java.security.KeyStore.PasswordProtection
-
Creates a password parameter and specifies the protection algorithm
and associated parameters to use when encrypting a keystore entry.
- Path - Interface in java.nio.file
-
An object that may be used to locate a file in a file system.
- PathMatcher - Interface in java.nio.file
-
An interface that is implemented by objects that perform match operations on
paths.
- Paths - Class in java.nio.file
-
This class consists exclusively of static methods that return a
Path
by converting a path string or
URI
.
- 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.
- pattern() - Method in class java.util.regex.Matcher
-
Returns the pattern that is interpreted by this matcher.
- Pattern - Class in java.util.regex
-
A compiled representation of a regular expression.
- pattern() - Method in class java.util.regex.Pattern
-
Returns the regular expression from which this pattern was compiled.
- PatternSyntaxException - Exception in java.util.regex
-
Unchecked exception thrown to indicate a syntax error in a
regular-expression pattern.
- PatternSyntaxException(String, String, int) - Constructor for exception java.util.regex.PatternSyntaxException
-
Constructs a new instance of this class.
- pause() - Method in class com.codename1.io.ConnectionRequest
-
Invoked to pause this opeation, this method will only be invoked if isPausable() returns true
(its false by default).
- pause() - Method in interface com.codename1.media.Media
-
Pauses the playback of the audio file
- pauseXlet() - Method in interface javax.microedition.xlet.Xlet
-
- pay(double, String) - Method in class com.codename1.payment.Purchase
-
Performs payment of a specific amount based on the manual payment API, notice that
this doesn't use the in-app-purchase functionality of the device!
- pay(double, String, String) - Method in class com.codename1.payment.Purchase
-
Performs payment of a specific amount based on the manual payment API, notice that
this doesn't use the in-app-purchase functionality of the device!
- paymentFailed(String, String) - Method in interface com.codename1.payment.PurchaseCallback
-
Indicates that a manual payment has failed
- paymentSucceeded(String, double, String) - Method in interface com.codename1.payment.PurchaseCallback
-
Indicates that a manual payment has passed
- PBEKey - Interface in javax.crypto.interfaces
-
The interface to a PBE key.
- PBEKeySpec - Class in javax.crypto.spec
-
A user-chosen password that can be used with password-based encryption
(PBE).
- PBEKeySpec(char[]) - Constructor for class javax.crypto.spec.PBEKeySpec
-
Constructor that takes a password.
- PBEKeySpec(char[], byte[], int, int) - Constructor for class javax.crypto.spec.PBEKeySpec
-
Constructor that takes a password, salt, iteration count, and
to-be-derived key length for generating PBEKey of variable-key-size
PBE ciphers.
- PBEKeySpec(char[], byte[], int) - Constructor for class javax.crypto.spec.PBEKeySpec
-
Constructor that takes a password, salt, iteration count for
generating PBEKey of fixed-key-size PBE ciphers.
- PBEParameterSpec - Class in javax.crypto.spec
-
This class specifies the set of parameters used with password-based
encryption (PBE), as defined in the
PKCS #5
standard.
- PBEParameterSpec(byte[], int) - Constructor for class javax.crypto.spec.PBEParameterSpec
-
Constructs a parameter set for password-based encryption as defined in
the PKCS #5 standard.
- PBEParameterSpec(byte[], int, AlgorithmParameterSpec) - Constructor for class javax.crypto.spec.PBEParameterSpec
-
Constructs a parameter set for password-based encryption as defined in
the PKCS #5 standard.
- peek(InetAddress) - Method in class java.net.DatagramSocketImpl
-
Peek at the packet to see who it is from.
- peek() - Method in class java.util.ArrayDeque
-
Retrieves, but does not remove, the head of the queue represented by
this deque, or returns null
if this deque is empty.
- peek() - Method in class java.util.concurrent.ArrayBlockingQueue
-
- peek() - Method in interface java.util.concurrent.BlockingDeque
-
Retrieves, but does not remove, the head of the queue represented by
this deque (in other words, the first element of this deque), or
returns null
if this deque is empty.
- peek() - Method in class java.util.concurrent.ConcurrentLinkedDeque
-
- peek() - Method in class java.util.concurrent.ConcurrentLinkedQueue
-
- peek() - Method in class java.util.concurrent.DelayQueue
-
Retrieves, but does not remove, the head of this queue, or
returns null
if this queue is empty.
- peek() - Method in class java.util.concurrent.LinkedBlockingDeque
-
- peek() - Method in class java.util.concurrent.LinkedBlockingQueue
-
- peek() - Method in class java.util.concurrent.LinkedTransferQueue
-
- peek() - Method in class java.util.concurrent.PriorityBlockingQueue
-
- peek() - Method in class java.util.concurrent.SynchronousQueue
-
Always returns null
.
- peek() - Method in interface java.util.Deque
-
Retrieves, but does not remove, the head of the queue represented by
this deque (in other words, the first element of this deque), or
returns null
if this deque is empty.
- peek() - Method in class java.util.LinkedList
-
Retrieves, but does not remove, the head (first element) of this list.
- peek() - Method in class java.util.PriorityQueue
-
- peek() - Method in interface java.util.Queue
-
Retrieves, but does not remove, the head of this queue,
or returns null
if this queue is empty.
- peek() - Method in class java.util.Stack
-
Looks at the object at the top of this stack without removing it
from the stack.
- peek(DoubleConsumer) - Method in interface java.util.stream.DoubleStream
-
Returns a stream consisting of the elements of this stream, additionally
performing the provided action on each element as elements are consumed
from the resulting stream.
- peek(IntConsumer) - Method in interface java.util.stream.IntStream
-
Returns a stream consisting of the elements of this stream, additionally
performing the provided action on each element as elements are consumed
from the resulting stream.
- peek(LongConsumer) - Method in interface java.util.stream.LongStream
-
Returns a stream consisting of the elements of this stream, additionally
performing the provided action on each element as elements are consumed
from the resulting stream.
- peek(Consumer<? super T>) - Method in interface java.util.stream.Stream
-
Returns a stream consisting of the elements of this stream, additionally
performing the provided action on each element as elements are consumed
from the resulting stream.
- peek() - Method in class javax.xml.stream.util.EventReaderDelegate
-
- peek() - Method in interface javax.xml.stream.XMLEventReader
-
Check the next XMLEvent without reading it from the stream.
- peekData(DatagramPacket) - Method in class java.net.DatagramSocketImpl
-
Peek at the packet to see who it is from.
- peekFirst() - Method in class java.util.ArrayDeque
-
- peekFirst() - Method in class java.util.concurrent.ConcurrentLinkedDeque
-
- peekFirst() - Method in class java.util.concurrent.LinkedBlockingDeque
-
- peekFirst() - Method in interface java.util.Deque
-
Retrieves, but does not remove, the first element of this deque,
or returns null
if this deque is empty.
- peekFirst() - Method in class java.util.LinkedList
-
Retrieves, but does not remove, the first element of this list,
or returns null
if this list is empty.
- peekLast() - Method in class java.util.ArrayDeque
-
- peekLast() - Method in class java.util.concurrent.ConcurrentLinkedDeque
-
- peekLast() - Method in class java.util.concurrent.LinkedBlockingDeque
-
- peekLast() - Method in interface java.util.Deque
-
Retrieves, but does not remove, the last element of this deque,
or returns null
if this deque is empty.
- peekLast() - Method in class java.util.LinkedList
-
Retrieves, but does not remove, the last element of this list,
or returns null
if this list is empty.
- peekNextLocalTask() - Static method in class java.util.concurrent.ForkJoinTask
-
Returns, but does not unschedule or execute, a task queued by
the current thread but not yet executed, if one is immediately
available.
- PeerComponent - Class in com.codename1.ui
-
A peer component is essentially a "dummy" Codename One component used to calculate the position
of the actual native platform specific component.
- PeerComponent(Object) - Constructor for class com.codename1.ui.PeerComponent
-
This constructor is used by the platform implementation to create instances
of this class use the static create method.
- PERCENT - Static variable in class java.text.NumberFormat.Field
-
Constant identifying the percent field.
- period(int, int, int) - Method in interface java.time.chrono.Chronology
-
Obtains a period for this chronology based on years, months and days.
- period(int, int, int) - Method in class java.time.chrono.IsoChronology
-
Obtains a period for this chronology based on years, months and days.
- Period - Class in java.time
-
A date-based amount of time in the ISO-8601 calendar system,
such as '2 years, 3 months and 4 days'.
- PERMILLE - Static variable in class java.text.NumberFormat.Field
-
Constant identifying the permille field.
- 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
-
- permissions() - Method in class java.nio.file.attribute.AclEntry
-
Returns a copy of the permissions component.
- permissions() - Method in interface java.nio.file.attribute.PosixFileAttributes
-
Returns the permissions of the file.
- 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.
- permits(Set<CryptoPrimitive>, String, AlgorithmParameters) - Method in interface java.security.AlgorithmConstraints
-
Determines whether an algorithm is granted permission for the
specified cryptographic primitives.
- permits(Set<CryptoPrimitive>, Key) - Method in interface java.security.AlgorithmConstraints
-
Determines whether a key is granted permission for the specified
cryptographic primitives.
- permits(Set<CryptoPrimitive>, String, Key, AlgorithmParameters) - Method in interface java.security.AlgorithmConstraints
-
Determines whether an algorithm and the corresponding key are granted
permission for the specified cryptographic primitives.
- permuteArguments(MethodHandle, MethodType, int...) - Static method in class java.lang.invoke.MethodHandles
-
Produces a method handle which adapts the calling sequence of the
given method handle to a new type, by reordering the arguments.
- PHAGS_PA - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Phags-pa" Unicode character block.
- PHAISTOS_DISC - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Phaistos Disc" Unicode character block.
- PhantomReference<T> - Class in java.lang.ref
-
Phantom reference objects, which are enqueued after the collector
determines that their referents may otherwise be reclaimed.
- PhantomReference(T, ReferenceQueue<? super T>) - 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.
- Phaser - Class in java.util.concurrent
-
- Phaser() - Constructor for class java.util.concurrent.Phaser
-
Creates a new phaser with no initially registered parties, no
parent, and initial phase number 0.
- Phaser(int) - Constructor for class java.util.concurrent.Phaser
-
Creates a new phaser with the given number of registered
unarrived parties, no parent, and initial phase number 0.
- Phaser(Phaser) - Constructor for class java.util.concurrent.Phaser
-
- Phaser(Phaser, int) - Constructor for class java.util.concurrent.Phaser
-
Creates a new phaser with the given parent and number of
registered unarrived parties.
- PHOENICIAN - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Phoenician" Unicode character block.
- PHONENUMBER - Static variable in class com.codename1.ui.TextArea
-
The user is allowed to enter a phone number.
- PHONENUMBER - Static variable in class com.sun.lwuit.TextArea
-
The user is allowed to enter a phone number.
- PHONETIC_EXTENSIONS - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Phonetic Extensions" Unicode character block.
- PHONETIC_EXTENSIONS_SUPPLEMENT - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Phonetic Extensions Supplement" Unicode character
block.
- Photo - Class in com.codename1.facebook
-
This class represents a Facebook Photo Object
http://developers.facebook.com/docs/reference/api/photo/
- Photo() - Constructor for class com.codename1.facebook.Photo
-
Empty Contructor
- Photo(Hashtable) - Constructor for class com.codename1.facebook.Photo
-
- 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.
- PI_DISABLE_OUTPUT_ESCAPING - Static variable in interface javax.xml.transform.Result
-
The name of the processing instruction that is sent if the
result tree disables output escaping.
- PI_ENABLE_OUTPUT_ESCAPING - Static variable in interface javax.xml.transform.Result
-
The name of the processing instruction that is sent
if the result tree enables output escaping at some point after having
received a PI_DISABLE_OUTPUT_ESCAPING processing instruction.
- Picker - Class in com.codename1.ui.spinner
-
The picker is a component and API that allows either poping up a spinner or
using the native picker API when applicable.
- Picker() - Constructor for class com.codename1.ui.spinner.Picker
-
Default constructor
- PICKER_TYPE_DATE - Static variable in class com.codename1.ui.Display
-
Date native picker type, it returns a java.util.Date result.
- PICKER_TYPE_DATE_AND_TIME - Static variable in class com.codename1.ui.Display
-
Date and time native picker type, it returns a java.util.Date result.
- PICKER_TYPE_STRINGS - Static variable in class com.codename1.ui.Display
-
Strings native picker type, it returns a String result and accepts a String array.
- PICKER_TYPE_TIME - Static variable in class com.codename1.ui.Display
-
Time native picker type, it returns an integer with minutes since midnight.
- pinch(float) - Method in class com.codename1.components.ImageViewer
-
- pinch(float) - Method in class com.codename1.ui.Component
-
Invoked by subclasses interested in handling pinch to zoom events, if true is returned
other drag events will not be broadcast
- PIPE - Static variable in class java.lang.ProcessBuilder.Redirect
-
Indicates that subprocess I/O will be connected to the
current Java process over a pipe.
- Pipe - Class in java.nio.channels
-
A pair of channels that implements a unidirectional pipe.
- Pipe() - Constructor for class java.nio.channels.Pipe
-
Initializes a new instance of this class.
- Pipe.SinkChannel - Class in java.nio.channels
-
A channel representing the writable end of a
Pipe
.
- Pipe.SourceChannel - Class in java.nio.channels
-
A channel representing the readable end of a
Pipe
.
- PIPE_SIZE - Static variable in class java.io.PipedInputStream
-
The default size of the pipe's circular input buffer.
- 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(PipedOutputStream, int) - Constructor for class java.io.PipedInputStream
-
Creates a PipedInputStream
so that it is
connected to the piped output stream
src
and uses the specified pipe size for
the pipe's buffer.
- PipedInputStream() - Constructor for class java.io.PipedInputStream
-
Creates a
PipedInputStream
so
that it is not yet
connected.
- PipedInputStream(int) - Constructor for class java.io.PipedInputStream
-
Creates a
PipedInputStream
so that it is not yet
connected and
uses the specified pipe size for the pipe's buffer.
- 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(PipedWriter, int) - Constructor for class java.io.PipedReader
-
Creates a PipedReader
so that it is connected
to the piped writer src
and uses the specified
pipe size for the pipe's buffer.
- PipedReader() - Constructor for class java.io.PipedReader
-
Creates a
PipedReader
so
that it is not yet
connected.
- PipedReader(int) - Constructor for class java.io.PipedReader
-
Creates a
PipedReader
so that it is not yet
connected
and uses
the specified pipe size for the pipe's buffer.
- 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_bits - Variable in class java.awt.image.ColorModel
-
The total number of bits in the pixel.
- 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.
- PKCS12Attribute - Class in java.security
-
An attribute associated with a PKCS12 keystore entry.
- PKCS12Attribute(String, String) - Constructor for class java.security.PKCS12Attribute
-
Constructs a PKCS12 attribute from its name and value.
- PKCS12Attribute(byte[]) - Constructor for class java.security.PKCS12Attribute
-
Constructs a PKCS12 attribute from its ASN.1 DER encoding.
- 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.
- PKIXBuilderParameters - Class in java.security.cert
-
Parameters used as input for the PKIX CertPathBuilder
algorithm.
- PKIXBuilderParameters(Set<TrustAnchor>, CertSelector) - Constructor for class java.security.cert.PKIXBuilderParameters
-
Creates an instance of PKIXBuilderParameters
with
the specified Set
of most-trusted CAs.
- PKIXBuilderParameters(KeyStore, CertSelector) - Constructor for class java.security.cert.PKIXBuilderParameters
-
Creates an instance of PKIXBuilderParameters
that
populates the set of most-trusted CAs from the trusted
certificate entries contained in the specified KeyStore
.
- PKIXCertPathBuilderResult - Class in java.security.cert
-
This class represents the successful result of the PKIX certification
path builder algorithm.
- PKIXCertPathBuilderResult(CertPath, TrustAnchor, PolicyNode, PublicKey) - Constructor for class java.security.cert.PKIXCertPathBuilderResult
-
Creates an instance of PKIXCertPathBuilderResult
containing the specified parameters.
- PKIXCertPathChecker - Class in java.security.cert
-
An abstract class that performs one or more checks on an
X509Certificate
.
- PKIXCertPathChecker() - Constructor for class java.security.cert.PKIXCertPathChecker
-
Default constructor.
- PKIXCertPathValidatorResult - Class in java.security.cert
-
This class represents the successful result of the PKIX certification
path validation algorithm.
- PKIXCertPathValidatorResult(TrustAnchor, PolicyNode, PublicKey) - Constructor for class java.security.cert.PKIXCertPathValidatorResult
-
Creates an instance of PKIXCertPathValidatorResult
containing the specified parameters.
- PKIXParameters - Class in java.security.cert
-
Parameters used as input for the PKIX CertPathValidator
algorithm.
- PKIXParameters(Set<TrustAnchor>) - Constructor for class java.security.cert.PKIXParameters
-
Creates an instance of PKIXParameters
with the specified
Set
of most-trusted CAs.
- PKIXParameters(KeyStore) - Constructor for class java.security.cert.PKIXParameters
-
Creates an instance of PKIXParameters
that
populates the set of most-trusted CAs from the trusted
certificate entries contained in the specified KeyStore
.
- PKIXReason - Enum in java.security.cert
-
The PKIXReason
enumerates the potential PKIX-specific reasons
that an X.509 certification path may be invalid according to the PKIX
(RFC 3280) standard.
- PKIXRevocationChecker - Class in java.security.cert
-
A PKIXCertPathChecker
for checking the revocation status of
certificates with the PKIX algorithm.
- PKIXRevocationChecker() - Constructor for class java.security.cert.PKIXRevocationChecker
-
Default constructor.
- PKIXRevocationChecker.Option - Enum in java.security.cert
-
Various revocation options that can be specified for the revocation
checking mechanism.
- placeButtonCommands(Command[]) - Method in class com.codename1.ui.Dialog
-
- play() - Method in interface com.codename1.media.Media
-
Starts playing the audio file
- playBuiltinSound(String) - Method in class com.codename1.ui.Display
-
Plays a builtin device sound matching the given identifier, implementations
and themes can offer additional identifiers to the ones that are already built
in.
- PLAYING_CARDS - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Playing Cards" Unicode character block.
- plus() - Method in class java.math.BigDecimal
-
Returns a BigDecimal
whose value is (+this)
, and whose
scale is this.scale()
.
- plus(MathContext) - Method in class java.math.BigDecimal
-
Returns a BigDecimal
whose value is (+this)
,
with rounding according to the context settings.
- plus(TemporalAmount) - Method in interface java.time.chrono.ChronoLocalDate
-
Returns an object of the same type as this object with an amount added.
- plus(long, TemporalUnit) - Method in interface java.time.chrono.ChronoLocalDate
-
Returns an object of the same type as this object with the specified period added.
- plus(TemporalAmount) - Method in interface java.time.chrono.ChronoLocalDateTime
-
Returns an object of the same type as this object with an amount added.
- plus(long, TemporalUnit) - Method in interface java.time.chrono.ChronoLocalDateTime
-
Returns an object of the same type as this object with the specified period added.
- plus(TemporalAmount) - Method in interface java.time.chrono.ChronoPeriod
-
Returns a copy of this period with the specified period added.
- plus(TemporalAmount) - Method in interface java.time.chrono.ChronoZonedDateTime
-
Returns an object of the same type as this object with an amount added.
- plus(long, TemporalUnit) - Method in interface java.time.chrono.ChronoZonedDateTime
-
Returns an object of the same type as this object with the specified period added.
- plus(TemporalAmount) - Method in class java.time.chrono.HijrahDate
-
Returns an object of the same type as this object with an amount added.
- plus(long, TemporalUnit) - Method in class java.time.chrono.HijrahDate
-
- plus(TemporalAmount) - Method in class java.time.chrono.JapaneseDate
-
Returns an object of the same type as this object with an amount added.
- plus(long, TemporalUnit) - Method in class java.time.chrono.JapaneseDate
-
- plus(TemporalAmount) - Method in class java.time.chrono.MinguoDate
-
Returns an object of the same type as this object with an amount added.
- plus(long, TemporalUnit) - Method in class java.time.chrono.MinguoDate
-
- plus(TemporalAmount) - Method in class java.time.chrono.ThaiBuddhistDate
-
Returns an object of the same type as this object with an amount added.
- plus(long, TemporalUnit) - Method in class java.time.chrono.ThaiBuddhistDate
-
- plus(long) - Method in enum java.time.DayOfWeek
-
Returns the day-of-week that is the specified number of days after this one.
- plus(Duration) - Method in class java.time.Duration
-
Returns a copy of this duration with the specified duration added.
- plus(long, TemporalUnit) - Method in class java.time.Duration
-
Returns a copy of this duration with the specified duration added.
- plus(TemporalAmount) - Method in class java.time.Instant
-
Returns a copy of this instant with the specified amount added.
- plus(long, TemporalUnit) - Method in class java.time.Instant
-
Returns a copy of this instant with the specified amount added.
- plus(TemporalAmount) - Method in class java.time.LocalDate
-
Returns a copy of this date with the specified amount added.
- plus(long, TemporalUnit) - Method in class java.time.LocalDate
-
Returns a copy of this date with the specified amount added.
- plus(TemporalAmount) - Method in class java.time.LocalDateTime
-
Returns a copy of this date-time with the specified amount added.
- plus(long, TemporalUnit) - Method in class java.time.LocalDateTime
-
Returns a copy of this date-time with the specified amount added.
- plus(TemporalAmount) - Method in class java.time.LocalTime
-
Returns a copy of this time with the specified amount added.
- plus(long, TemporalUnit) - Method in class java.time.LocalTime
-
Returns a copy of this time with the specified amount added.
- plus(long) - Method in enum java.time.Month
-
Returns the month-of-year that is the specified number of quarters after this one.
- plus(TemporalAmount) - Method in class java.time.OffsetDateTime
-
Returns a copy of this date-time with the specified amount added.
- plus(long, TemporalUnit) - Method in class java.time.OffsetDateTime
-
Returns a copy of this date-time with the specified amount added.
- plus(TemporalAmount) - Method in class java.time.OffsetTime
-
Returns a copy of this time with the specified amount added.
- plus(long, TemporalUnit) - Method in class java.time.OffsetTime
-
Returns a copy of this time with the specified amount added.
- plus(TemporalAmount) - Method in class java.time.Period
-
Returns a copy of this period with the specified period added.
- plus(TemporalAmount) - Method in interface java.time.temporal.Temporal
-
Returns an object of the same type as this object with an amount added.
- plus(long, TemporalUnit) - Method in interface java.time.temporal.Temporal
-
Returns an object of the same type as this object with the specified period added.
- plus(TemporalAmount) - Method in class java.time.Year
-
Returns a copy of this year with the specified amount added.
- plus(long, TemporalUnit) - Method in class java.time.Year
-
Returns a copy of this year with the specified amount added.
- plus(TemporalAmount) - Method in class java.time.YearMonth
-
Returns a copy of this year-month with the specified amount added.
- plus(long, TemporalUnit) - Method in class java.time.YearMonth
-
Returns a copy of this year-month with the specified amount added.
- plus(TemporalAmount) - Method in class java.time.ZonedDateTime
-
Returns a copy of this date-time with the specified amount added.
- plus(long, TemporalUnit) - Method in class java.time.ZonedDateTime
-
Returns a copy of this date-time with the specified amount added.
- plusDays(long) - Method in class java.time.Duration
-
Returns a copy of this duration with the specified duration in standard 24 hour days added.
- plusDays(long) - Method in class java.time.LocalDate
-
Returns a copy of this LocalDate
with the specified number of days added.
- plusDays(long) - Method in class java.time.LocalDateTime
-
Returns a copy of this LocalDateTime
with the specified number of days added.
- plusDays(long) - Method in class java.time.OffsetDateTime
-
Returns a copy of this OffsetDateTime with the specified number of days added.
- plusDays(long) - Method in class java.time.Period
-
Returns a copy of this period with the specified days added.
- plusDays(long) - Method in class java.time.ZonedDateTime
-
Returns a copy of this ZonedDateTime
with the specified number of days added.
- plusHours(long) - Method in class java.time.Duration
-
Returns a copy of this duration with the specified duration in hours added.
- plusHours(long) - Method in class java.time.LocalDateTime
-
Returns a copy of this LocalDateTime
with the specified number of hours added.
- plusHours(long) - Method in class java.time.LocalTime
-
Returns a copy of this LocalTime
with the specified number of hours added.
- plusHours(long) - Method in class java.time.OffsetDateTime
-
Returns a copy of this OffsetDateTime
with the specified number of hours added.
- plusHours(long) - Method in class java.time.OffsetTime
-
Returns a copy of this OffsetTime
with the specified number of hours added.
- plusHours(long) - Method in class java.time.ZonedDateTime
-
Returns a copy of this ZonedDateTime
with the specified number of hours added.
- plusMillis(long) - Method in class java.time.Duration
-
Returns a copy of this duration with the specified duration in milliseconds added.
- plusMillis(long) - Method in class java.time.Instant
-
Returns a copy of this instant with the specified duration in milliseconds added.
- plusMinutes(long) - Method in class java.time.Duration
-
Returns a copy of this duration with the specified duration in minutes added.
- plusMinutes(long) - Method in class java.time.LocalDateTime
-
Returns a copy of this LocalDateTime
with the specified number of minutes added.
- plusMinutes(long) - Method in class java.time.LocalTime
-
Returns a copy of this LocalTime
with the specified number of minutes added.
- plusMinutes(long) - Method in class java.time.OffsetDateTime
-
Returns a copy of this OffsetDateTime
with the specified number of minutes added.
- plusMinutes(long) - Method in class java.time.OffsetTime
-
Returns a copy of this OffsetTime
with the specified number of minutes added.
- plusMinutes(long) - Method in class java.time.ZonedDateTime
-
Returns a copy of this ZonedDateTime
with the specified number of minutes added.
- plusMonths(long) - Method in class java.time.LocalDate
-
Returns a copy of this LocalDate
with the specified number of months added.
- plusMonths(long) - Method in class java.time.LocalDateTime
-
Returns a copy of this LocalDateTime
with the specified number of months added.
- plusMonths(long) - Method in class java.time.OffsetDateTime
-
Returns a copy of this OffsetDateTime
with the specified number of months added.
- plusMonths(long) - Method in class java.time.Period
-
Returns a copy of this period with the specified months added.
- plusMonths(long) - Method in class java.time.YearMonth
-
Returns a copy of this YearMonth
with the specified number of months added.
- plusMonths(long) - Method in class java.time.ZonedDateTime
-
Returns a copy of this ZonedDateTime
with the specified number of months added.
- plusNanos(long) - Method in class java.time.Duration
-
Returns a copy of this duration with the specified duration in nanoseconds added.
- plusNanos(long) - Method in class java.time.Instant
-
Returns a copy of this instant with the specified duration in nanoseconds added.
- plusNanos(long) - Method in class java.time.LocalDateTime
-
Returns a copy of this LocalDateTime
with the specified number of nanoseconds added.
- plusNanos(long) - Method in class java.time.LocalTime
-
Returns a copy of this LocalTime
with the specified number of nanoseconds added.
- plusNanos(long) - Method in class java.time.OffsetDateTime
-
Returns a copy of this OffsetDateTime
with the specified number of nanoseconds added.
- plusNanos(long) - Method in class java.time.OffsetTime
-
Returns a copy of this OffsetTime
with the specified number of nanoseconds added.
- plusNanos(long) - Method in class java.time.ZonedDateTime
-
Returns a copy of this ZonedDateTime
with the specified number of nanoseconds added.
- plusSeconds(long) - Method in class java.time.Duration
-
Returns a copy of this duration with the specified duration in seconds added.
- plusSeconds(long) - Method in class java.time.Instant
-
Returns a copy of this instant with the specified duration in seconds added.
- plusSeconds(long) - Method in class java.time.LocalDateTime
-
Returns a copy of this LocalDateTime
with the specified number of seconds added.
- plusSeconds(long) - Method in class java.time.LocalTime
-
Returns a copy of this LocalTime
with the specified number of seconds added.
- plusSeconds(long) - Method in class java.time.OffsetDateTime
-
Returns a copy of this OffsetDateTime
with the specified number of seconds added.
- plusSeconds(long) - Method in class java.time.OffsetTime
-
Returns a copy of this OffsetTime
with the specified number of seconds added.
- plusSeconds(long) - Method in class java.time.ZonedDateTime
-
Returns a copy of this ZonedDateTime
with the specified number of seconds added.
- plusWeeks(long) - Method in class java.time.LocalDate
-
Returns a copy of this LocalDate
with the specified number of weeks added.
- plusWeeks(long) - Method in class java.time.LocalDateTime
-
Returns a copy of this LocalDateTime
with the specified number of weeks added.
- plusWeeks(long) - Method in class java.time.OffsetDateTime
-
Returns a copy of this OffsetDateTime with the specified number of weeks added.
- plusWeeks(long) - Method in class java.time.ZonedDateTime
-
Returns a copy of this ZonedDateTime
with the specified number of weeks added.
- plusYears(long) - Method in class java.time.LocalDate
-
Returns a copy of this LocalDate
with the specified number of years added.
- plusYears(long) - Method in class java.time.LocalDateTime
-
Returns a copy of this LocalDateTime
with the specified number of years added.
- plusYears(long) - Method in class java.time.OffsetDateTime
-
Returns a copy of this OffsetDateTime
with the specified number of years added.
- plusYears(long) - Method in class java.time.Period
-
Returns a copy of this period with the specified years added.
- plusYears(long) - Method in class java.time.Year
-
Returns a copy of this Year
with the specified number of years added.
- plusYears(long) - Method in class java.time.YearMonth
-
Returns a copy of this YearMonth
with the specified number of years added.
- plusYears(long) - Method in class java.time.ZonedDateTime
-
Returns a copy of this ZonedDateTime
with the specified number of years added.
- PM - Static variable in class java.util.Calendar
-
Value of the
Calendar.AM_PM
field indicating the
period of the day from noon to just before midnight.
- Point - Class in com.codename1.ui.geom
-
Utility class that holds x,y
- Point(int, int) - Constructor for class com.codename1.ui.geom.Point
-
Constructor with x and y
- POINT_INFINITY - Static variable in class java.security.spec.ECPoint
-
This defines the point at infinity.
- pointerDrag(float, float, String) - Method in class com.codename1.testing.AbstractTest
-
This method just invokes the test utils method, it is here for convenience
- pointerDrag(float, float, int[]) - Method in class com.codename1.testing.AbstractTest
-
This method just invokes the test utils method, it is here for convenience
- pointerDrag(float, float, String) - Static method in class com.codename1.testing.TestUtils
-
A component drag on a given named component at x/y where x and y are NOT pixels
but rather a number between 0 to 1 representing the percentage within the component where the
event took place.
- pointerDrag(float, float, int[]) - Static method in class com.codename1.testing.TestUtils
-
A component drag on a given named component at x/y where x and y are NOT pixels
but rather a number between 0 to 1 representing the percentage within the component where the
event took place.
- pointerDragged(int, int) - Method in class com.codename1.components.ImageViewer
-
- pointerDragged(int, int) - Method in class com.codename1.components.OnOffSwitch
-
- pointerDragged(int, int) - Method in class com.codename1.maps.MapComponent
-
- pointerDragged(int[], int[]) - Method in class com.codename1.maps.MapComponent
-
- pointerDragged(int, int) - Method in class com.codename1.ui.Button
-
- pointerDragged(int, int) - Method in class com.codename1.ui.ComboBox
-
- pointerDragged(int[], int[]) - Method in class com.codename1.ui.Component
-
If this Component is focused, the pointer dragged event
will call this method
- pointerDragged(int, int) - Method in class com.codename1.ui.Component
-
If this Component is focused, the pointer dragged event
will call this method
- pointerDragged(int[], int[]) - Method in class com.codename1.ui.Display
-
Pushes a pointer drag event with the given coordinates into Codename One
- pointerDragged(int, int) - Method in class com.codename1.ui.Form
-
- pointerDragged(int[], int[]) - Method in class com.codename1.ui.Form
-
- pointerDragged(int, int) - Method in class com.codename1.ui.List
-
- pointerDragged(int[], int[]) - Method in class com.codename1.ui.PeerComponent
-
- pointerDragged(int, int) - Method in class com.codename1.ui.PeerComponent
-
- pointerDragged(int, int) - Method in class com.codename1.ui.Slider
-
- pointerDragged(int, int) - Method in class com.codename1.ui.VirtualKeyboard
-
- pointerDragged(int[], int[]) - Method in class com.sun.lwuit.Component
-
If this Component is focused, the pointer dragged event
will call this method
- pointerDragged(int, int) - Method in class com.sun.lwuit.Component
-
If this Component is focused, the pointer dragged event
will call this method
- pointerDragged(int[], int[]) - Method in class com.sun.lwuit.Display
-
Pushes a pointer drag event with the given coordinates into LWUIT
- pointerDragged(int, int) - Method in class com.sun.lwuit.Form
-
- pointerDragged(int, int) - Method in class com.sun.lwuit.List
-
- pointerHover(int[], int[]) - Method in class com.codename1.ui.Button
-
- pointerHover(int[], int[]) - Method in class com.codename1.ui.ComboBox
-
- pointerHover(int[], int[]) - Method in class com.codename1.ui.Component
-
Invoked for devices where the pointer can hover without actually clicking
the display.
- pointerHover(int[], int[]) - Method in class com.codename1.ui.Container
-
- pointerHover(int[], int[]) - Method in class com.codename1.ui.Display
-
Pushes a pointer hover event with the given coordinates into Codename One
- pointerHover(int[], int[]) - Method in class com.codename1.ui.Form
-
- pointerHover(int[], int[]) - Method in class com.codename1.ui.List
-
- pointerHover(int[], int[]) - Method in class com.codename1.ui.PeerComponent
-
- pointerHover(int[], int[]) - Method in class com.codename1.ui.TextArea
-
- pointerHover(int[], int[]) - Method in class com.sun.lwuit.Button
-
- pointerHover(int[], int[]) - Method in class com.sun.lwuit.ComboBox
-
- pointerHover(int[], int[]) - Method in class com.sun.lwuit.Component
-
Invoked for devices where the pointer can hover without actually clicking
the display.
- pointerHover(int[], int[]) - Method in class com.sun.lwuit.Container
-
- pointerHover(int[], int[]) - Method in class com.sun.lwuit.Display
-
Pushes a pointer hover event with the given coordinates into LWUIT
- pointerHover(int[], int[]) - Method in class com.sun.lwuit.Form
-
- pointerHover(int[], int[]) - Method in class com.sun.lwuit.List
-
- pointerHover(int[], int[]) - Method in class com.sun.lwuit.TextArea
-
- pointerHoverPressed(int[], int[]) - Method in class com.codename1.ui.Component
-
Invoked for devices where the pointer can hover without actually clicking
the display.
- pointerHoverPressed(int[], int[]) - Method in class com.codename1.ui.Display
-
Pushes a pointer hover release event with the given coordinates into Codename One
- pointerHoverPressed(int[], int[]) - Method in class com.codename1.ui.Form
-
- pointerHoverReleased(int[], int[]) - Method in class com.codename1.ui.Button
-
- pointerHoverReleased(int[], int[]) - Method in class com.codename1.ui.ComboBox
-
- pointerHoverReleased(int[], int[]) - Method in class com.codename1.ui.Component
-
Invoked for devices where the pointer can hover without actually clicking
the display.
- pointerHoverReleased(int[], int[]) - Method in class com.codename1.ui.Display
-
Pushes a pointer hover release event with the given coordinates into Codename One
- pointerHoverReleased(int[], int[]) - Method in class com.codename1.ui.Form
-
- pointerHoverReleased(int[], int[]) - Method in class com.codename1.ui.List
-
- pointerHoverReleased(int[], int[]) - Method in class com.codename1.ui.PeerComponent
-
- pointerHoverReleased(int[], int[]) - Method in class com.codename1.ui.TextArea
-
- pointerHoverReleased(int[], int[]) - Method in class com.sun.lwuit.Button
-
- pointerHoverReleased(int[], int[]) - Method in class com.sun.lwuit.ComboBox
-
- pointerHoverReleased(int[], int[]) - Method in class com.sun.lwuit.Component
-
Invoked for devices where the pointer can hover without actually clicking
the display.
- pointerHoverReleased(int[], int[]) - Method in class com.sun.lwuit.Display
-
Pushes a pointer hover release event with the given coordinates into LWUIT
- pointerHoverReleased(int[], int[]) - Method in class com.sun.lwuit.Form
-
- pointerHoverReleased(int[], int[]) - Method in class com.sun.lwuit.List
-
- pointerHoverReleased(int[], int[]) - Method in class com.sun.lwuit.TextArea
-
- pointerPress(float, float, String) - Method in class com.codename1.testing.AbstractTest
-
This method just invokes the test utils method, it is here for convenience
- pointerPress(float, float, int[]) - Method in class com.codename1.testing.AbstractTest
-
This method just invokes the test utils method, it is here for convenience
- pointerPress(float, float, String) - Static method in class com.codename1.testing.TestUtils
-
A component press on a given named component at x/y where x and y are NOT pixels
but rather a number between 0 to 1 representing the percentage within the component where the
event took place.
- pointerPress(float, float, int[]) - Static method in class com.codename1.testing.TestUtils
-
A component press on a given named component at x/y where x and y are NOT pixels
but rather a number between 0 to 1 representing the percentage within the component where the
event took place.
- pointerPressed(int, int) - Method in class com.codename1.components.ImageViewer
-
- pointerPressed(int, int) - Method in class com.codename1.components.OnOffSwitch
-
- pointerPressed(int, int) - Method in class com.codename1.maps.MapComponent
-
- pointerPressed(int, int) - Method in class com.codename1.ui.Button
-
- pointerPressed(int, int) - Method in class com.codename1.ui.ComboBox
-
- pointerPressed(int[], int[]) - Method in class com.codename1.ui.Component
-
If this Component is focused, the pointer pressed event
will call this method
- pointerPressed(int, int) - Method in class com.codename1.ui.Component
-
If this Component is focused, the pointer pressed event
will call this method
- pointerPressed(int, int) - Method in class com.codename1.ui.Container
-
- pointerPressed(int, int) - Method in class com.codename1.ui.Dialog
-
- pointerPressed(int[], int[]) - Method in class com.codename1.ui.Display
-
Pushes a pointer press event with the given coordinates into Codename One
- pointerPressed(int, int) - Method in class com.codename1.ui.Form
-
- pointerPressed(int, int) - Method in class com.codename1.ui.List
-
- pointerPressed(int[], int[]) - Method in class com.codename1.ui.PeerComponent
-
- pointerPressed(int, int) - Method in class com.codename1.ui.PeerComponent
-
- pointerPressed(int, int) - Method in class com.codename1.ui.Slider
-
- pointerPressed(int, int) - Method in class com.codename1.ui.VirtualKeyboard
-
- pointerPressed(int, int) - Method in class com.sun.lwuit.Button
-
- pointerPressed(int, int) - Method in class com.sun.lwuit.ComboBox
-
- pointerPressed(int[], int[]) - Method in class com.sun.lwuit.Component
-
If this Component is focused, the pointer pressed event
will call this method
- pointerPressed(int, int) - Method in class com.sun.lwuit.Component
-
If this Component is focused, the pointer pressed event
will call this method
- pointerPressed(int, int) - Method in class com.sun.lwuit.Container
-
- pointerPressed(int[], int[]) - Method in class com.sun.lwuit.Display
-
Pushes a pointer press event with the given coordinates into LWUIT
- pointerPressed(int, int) - Method in class com.sun.lwuit.Form
-
- pointerPressed(int, int) - Method in class com.sun.lwuit.List
-
- pointerRelease(float, float, String) - Method in class com.codename1.testing.AbstractTest
-
This method just invokes the test utils method, it is here for convenience
- pointerRelease(float, float, int[]) - Method in class com.codename1.testing.AbstractTest
-
This method just invokes the test utils method, it is here for convenience
- pointerRelease(float, float, String) - Static method in class com.codename1.testing.TestUtils
-
A component release on a given named component at x/y where x and y are NOT pixels
but rather a number between 0 to 1 representing the percentage within the component where the
event took place.
- pointerRelease(float, float, int[]) - Static method in class com.codename1.testing.TestUtils
-
A component release on a given named component at x/y where x and y are NOT pixels
but rather a number between 0 to 1 representing the percentage within the component where the
event took place.
- pointerReleased(int, int) - Method in class com.codename1.components.Ads
-
- pointerReleased(int, int) - Method in class com.codename1.components.ImageViewer
-
- pointerReleased(int, int) - Method in class com.codename1.components.OnOffSwitch
-
- pointerReleased(int, int) - Method in class com.codename1.maps.MapComponent
-
- pointerReleased(int, int) - Method in class com.codename1.ui.Button
-
- pointerReleased(int, int) - Method in class com.codename1.ui.ComboBox
-
- pointerReleased(int[], int[]) - Method in class com.codename1.ui.Component
-
If this Component is focused, the pointer released event
will call this method
- pointerReleased(int, int) - Method in class com.codename1.ui.Component
-
If this Component is focused, the pointer released event
will call this method
- pointerReleased(int, int) - Method in class com.codename1.ui.Dialog
-
- pointerReleased(int[], int[]) - Method in class com.codename1.ui.Display
-
Pushes a pointer release event with the given coordinates into Codename One
- pointerReleased(int, int) - Method in class com.codename1.ui.Form
-
- pointerReleased(int, int) - Method in class com.codename1.ui.List
-
- pointerReleased(int[], int[]) - Method in class com.codename1.ui.PeerComponent
-
- pointerReleased(int, int) - Method in class com.codename1.ui.PeerComponent
-
- pointerReleased(int, int) - Method in class com.codename1.ui.Slider
-
- pointerReleased(int, int) - Method in class com.codename1.ui.TextArea
-
- pointerReleased(int, int) - Method in class com.codename1.ui.TextField
-
- pointerReleased(int, int) - Method in class com.codename1.ui.VirtualKeyboard
-
- pointerReleased(int, int) - Method in class com.sun.lwuit.Button
-
- pointerReleased(int, int) - Method in class com.sun.lwuit.ComboBox
-
- pointerReleased(int[], int[]) - Method in class com.sun.lwuit.Component
-
If this Component is focused, the pointer released event
will call this method
- pointerReleased(int, int) - Method in class com.sun.lwuit.Component
-
If this Component is focused, the pointer released event
will call this method
- pointerReleased(int, int) - Method in class com.sun.lwuit.Dialog
-
- pointerReleased(int[], int[]) - Method in class com.sun.lwuit.Display
-
Pushes a pointer release event with the given coordinates into LWUIT
- pointerReleased(int, int) - Method in class com.sun.lwuit.Form
-
- pointerReleased(int, int) - Method in class com.sun.lwuit.List
-
- pointerReleased(int, int) - Method in class com.sun.lwuit.TextArea
-
- pointerReleased(int, int) - Method in class com.sun.lwuit.TextField
-
- pointerTapped(int, int, int) - Method in class com.codename1.maps.MapComponent
-
- PointLayer - Class in com.codename1.maps.layers
-
Do not use this layer directly, you need to add this layer into a PointsLayer class
instance in order for it to work as expected!
- PointLayer(Coord, String, Image) - Constructor for class com.codename1.maps.layers.PointLayer
-
Creates a Point Layer.
- pointPosition(Coord) - Method in class com.codename1.maps.Tile
-
Returns the x, y point of the given coordinate relative to this tile
- PointsLayer - Class in com.codename1.maps.layers
-
This is a Points Layer
- PointsLayer() - Constructor for class com.codename1.maps.layers.PointsLayer
-
Constructor with default projection Mercator.
- PointsLayer(String) - Constructor for class com.codename1.maps.layers.PointsLayer
-
Constructor with default projection Mercator.
- PointsLayer(Projection, String) - Constructor for class com.codename1.maps.layers.PointsLayer
-
- Policy - Class in java.security
-
A Policy object is responsible for determining whether code executing
in the Java runtime environment has permission to perform a
security-sensitive operation.
- Policy() - Constructor for class java.security.Policy
-
- Policy - Class in javax.security.auth
-
- Policy() - Constructor for class javax.security.auth.Policy
-
Deprecated.
Sole constructor.
- Policy.Parameters - Interface in java.security
-
This represents a marker interface for Policy parameters.
- PolicyNode - Interface in java.security.cert
-
An immutable valid policy tree node as defined by the PKIX certification
path validation algorithm.
- PolicyQualifierInfo - Class in java.security.cert
-
An immutable policy qualifier represented by the ASN.1 PolicyQualifierInfo
structure.
- PolicyQualifierInfo(byte[]) - Constructor for class java.security.cert.PolicyQualifierInfo
-
Creates an instance of PolicyQualifierInfo
from the
encoded bytes.
- PolicySpi - Class in java.security
-
This class defines the Service Provider Interface (SPI)
for the Policy
class.
- PolicySpi() - Constructor for class java.security.PolicySpi
-
- poll() - Method in class java.lang.ref.ReferenceQueue
-
Polls this queue to see if a reference object is available.
- poll() - Method in interface java.nio.file.WatchService
-
Retrieves and removes the next watch key, or null
if none are
present.
- poll(long, TimeUnit) - Method in interface java.nio.file.WatchService
-
Retrieves and removes the next watch key, waiting if necessary up to the
specified wait time if none are yet present.
- poll() - Method in class java.util.ArrayDeque
-
Retrieves and removes the head of the queue represented by this deque
(in other words, the first element of this deque), or returns
null
if this deque is empty.
- poll() - Method in class java.util.concurrent.ArrayBlockingQueue
-
- poll(long, TimeUnit) - Method in class java.util.concurrent.ArrayBlockingQueue
-
- poll() - Method in interface java.util.concurrent.BlockingDeque
-
Retrieves and removes the head of the queue represented by this deque
(in other words, the first element of this deque), or returns
null
if this deque is empty.
- poll(long, TimeUnit) - Method in interface java.util.concurrent.BlockingDeque
-
Retrieves and removes the head of the queue represented by this deque
(in other words, the first element of this deque), waiting up to the
specified wait time if necessary for an element to become available.
- poll(long, TimeUnit) - Method in interface java.util.concurrent.BlockingQueue
-
Retrieves and removes the head of this queue, waiting up to the
specified wait time if necessary for an element to become available.
- poll() - Method in interface java.util.concurrent.CompletionService
-
Retrieves and removes the Future representing the next
completed task, or null
if none are present.
- poll(long, TimeUnit) - Method in interface java.util.concurrent.CompletionService
-
Retrieves and removes the Future representing the next
completed task, waiting if necessary up to the specified wait
time if none are yet present.
- poll() - Method in class java.util.concurrent.ConcurrentLinkedDeque
-
- poll() - Method in class java.util.concurrent.ConcurrentLinkedQueue
-
- poll() - Method in class java.util.concurrent.DelayQueue
-
Retrieves and removes the head of this queue, or returns null
if this queue has no elements with an expired delay.
- poll(long, TimeUnit) - Method in class java.util.concurrent.DelayQueue
-
Retrieves and removes the head of this queue, waiting if necessary
until an element with an expired delay is available on this queue,
or the specified wait time expires.
- poll() - Method in class java.util.concurrent.ExecutorCompletionService
-
- poll(long, TimeUnit) - Method in class java.util.concurrent.ExecutorCompletionService
-
- poll() - Method in class java.util.concurrent.LinkedBlockingDeque
-
- poll(long, TimeUnit) - Method in class java.util.concurrent.LinkedBlockingDeque
-
- poll(long, TimeUnit) - Method in class java.util.concurrent.LinkedBlockingQueue
-
- poll() - Method in class java.util.concurrent.LinkedBlockingQueue
-
- poll(long, TimeUnit) - Method in class java.util.concurrent.LinkedTransferQueue
-
- poll() - Method in class java.util.concurrent.LinkedTransferQueue
-
- poll() - Method in class java.util.concurrent.PriorityBlockingQueue
-
- poll(long, TimeUnit) - Method in class java.util.concurrent.PriorityBlockingQueue
-
- poll(long, TimeUnit) - Method in class java.util.concurrent.SynchronousQueue
-
Retrieves and removes the head of this queue, waiting
if necessary up to the specified wait time, for another thread
to insert it.
- poll() - Method in class java.util.concurrent.SynchronousQueue
-
Retrieves and removes the head of this queue, if another thread
is currently making an element available.
- poll() - Method in interface java.util.Deque
-
Retrieves and removes the head of the queue represented by this deque
(in other words, the first element of this deque), or returns
null
if this deque is empty.
- poll() - Method in class java.util.LinkedList
-
Retrieves and removes the head (first element) of this list.
- poll() - Method in class java.util.PriorityQueue
-
- poll() - Method in interface java.util.Queue
-
Retrieves and removes the head of this queue,
or returns null
if this queue is empty.
- pollEvents() - Method in interface java.nio.file.WatchKey
-
Retrieves and removes all pending events for this watch key, returning
a List
of the events that were retrieved.
- pollFirst() - Method in class java.util.ArrayDeque
-
- pollFirst(long, TimeUnit) - Method in interface java.util.concurrent.BlockingDeque
-
Retrieves and removes the first element of this deque, waiting
up to the specified wait time if necessary for an element to
become available.
- pollFirst() - Method in class java.util.concurrent.ConcurrentLinkedDeque
-
- pollFirst() - Method in class java.util.concurrent.ConcurrentSkipListSet
-
- pollFirst() - Method in class java.util.concurrent.LinkedBlockingDeque
-
- pollFirst(long, TimeUnit) - Method in class java.util.concurrent.LinkedBlockingDeque
-
- pollFirst() - Method in interface java.util.Deque
-
Retrieves and removes the first element of this deque,
or returns null
if this deque is empty.
- pollFirst() - Method in class java.util.LinkedList
-
Retrieves and removes the first element of this list,
or returns null
if this list is empty.
- pollFirst() - Method in interface java.util.NavigableSet
-
Retrieves and removes the first (lowest) element,
or returns null
if this set is empty.
- pollFirst() - Method in class java.util.TreeSet
-
- pollFirstEntry() - Method in class java.util.concurrent.ConcurrentSkipListMap
-
Removes and returns a key-value mapping associated with
the least key in this map, or null
if the map is empty.
- pollFirstEntry() - Method in interface java.util.NavigableMap
-
Removes and returns a key-value mapping associated with
the least key in this map, or null
if the map is empty.
- pollFirstEntry() - Method in class java.util.TreeMap
-
- pollLast() - Method in class java.util.ArrayDeque
-
- pollLast(long, TimeUnit) - Method in interface java.util.concurrent.BlockingDeque
-
Retrieves and removes the last element of this deque, waiting
up to the specified wait time if necessary for an element to
become available.
- pollLast() - Method in class java.util.concurrent.ConcurrentLinkedDeque
-
- pollLast() - Method in class java.util.concurrent.ConcurrentSkipListSet
-
- pollLast() - Method in class java.util.concurrent.LinkedBlockingDeque
-
- pollLast(long, TimeUnit) - Method in class java.util.concurrent.LinkedBlockingDeque
-
- pollLast() - Method in interface java.util.Deque
-
Retrieves and removes the last element of this deque,
or returns null
if this deque is empty.
- pollLast() - Method in class java.util.LinkedList
-
Retrieves and removes the last element of this list,
or returns null
if this list is empty.
- pollLast() - Method in interface java.util.NavigableSet
-
Retrieves and removes the last (highest) element,
or returns null
if this set is empty.
- pollLast() - Method in class java.util.TreeSet
-
- pollLastEntry() - Method in class java.util.concurrent.ConcurrentSkipListMap
-
Removes and returns a key-value mapping associated with
the greatest key in this map, or null
if the map is empty.
- pollLastEntry() - Method in interface java.util.NavigableMap
-
Removes and returns a key-value mapping associated with
the greatest key in this map, or null
if the map is empty.
- pollLastEntry() - Method in class java.util.TreeMap
-
- pollNextLocalTask() - Static method in class java.util.concurrent.ForkJoinTask
-
Unschedules and returns, without executing, the next task
queued by the current thread but not yet executed, if the
current thread is operating in a ForkJoinPool.
- pollSubmission() - Method in class java.util.concurrent.ForkJoinPool
-
Removes and returns the next unexecuted submission if one is
available.
- pollTask() - Static method in class java.util.concurrent.ForkJoinTask
-
If the current thread is operating in a ForkJoinPool,
unschedules and returns, without executing, the next task
queued by the current thread but not yet executed, if one is
available, or if not available, a task that was forked by some
other thread, if available.
- PooledConnection - Interface in javax.sql
-
An object that provides hooks for connection pool management.
- pop() - Method in class java.util.ArrayDeque
-
Pops an element from the stack represented by this deque.
- pop() - Method in class java.util.concurrent.ConcurrentLinkedDeque
-
- pop() - Method in class java.util.concurrent.LinkedBlockingDeque
-
- pop() - Method in interface java.util.Deque
-
Pops an element from the stack represented by this deque.
- pop() - Method in class java.util.LinkedList
-
Pops an element from the stack represented by this list.
- 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.
- popContext() - Method in class org.xml.sax.helpers.NamespaceSupport
-
Revert to the previous Namespace context.
- popNavigationStack() - Method in class com.codename1.ui.util.UIBuilder
-
Removes a navigation frame from the stack, this is useful in case you
want to go back to a form in the middle of the navigation stack.
- port - Variable in class java.net.SocketImpl
-
The port number on the remote host to which this socket is connected.
- 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 - Variable in class com.codename1.io.CharArrayReader
-
The current buffer position.
- pos - Variable in class java.io.BufferedInputStream
-
The current position in the buffer.
- pos - Variable in class java.io.ByteArrayInputStream
-
The index of the next character to read from the input stream buffer.
- pos - Variable in class java.io.CharArrayReader
-
The current buffer position.
- pos - Variable in class java.io.PushbackInputStream
-
The position within the pushback buffer from which the next byte will
be read.
- pos - Variable in class java.io.StringBufferInputStream
-
Deprecated.
The index of the next character to read from the input stream buffer.
- position(int) - Method in interface com.codename1.db.Cursor
-
Move the cursor to an absolute row position
- position(int, int) - Method in class com.codename1.maps.Tile
-
Returns the Coordinate of the given x, y position on the tile
- position() - Method in class java.nio.Buffer
-
Returns this buffer's position.
- position(int) - Method in class java.nio.Buffer
-
Sets this buffer's position.
- position() - Method in class java.nio.channels.FileChannel
-
Returns this channel's file position.
- position(long) - Method in class java.nio.channels.FileChannel
-
Sets this channel's file position.
- position() - Method in class java.nio.channels.FileLock
-
Returns the position within the file of the first byte of the locked
region.
- position() - Method in interface java.nio.channels.SeekableByteChannel
-
Returns this channel's position.
- position(long) - Method in interface java.nio.channels.SeekableByteChannel
-
Sets this channel's position.
- position(byte[], long) - Method in interface java.sql.Blob
-
Retrieves the byte position at which the specified byte array
pattern
begins within the BLOB
value that this Blob
object represents.
- position(Blob, long) - Method in interface java.sql.Blob
-
Retrieves the byte position in the BLOB
value
designated by this Blob
object at which
pattern
begins.
- position(String, long) - Method in interface java.sql.Clob
-
Retrieves the character position at which the specified substring
searchstr
appears in the SQL CLOB
value
represented by this Clob
object.
- position(Clob, long) - Method in interface java.sql.Clob
-
Retrieves the character position at which the specified
Clob
object searchstr
appears in this
Clob
object.
- 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
.
- PosixFileAttributes - Interface in java.nio.file.attribute
-
File attributes associated with files on file systems used by operating systems
that implement the Portable Operating System Interface (POSIX) family of
standards.
- PosixFileAttributeView - Interface in java.nio.file.attribute
-
A file attribute view that provides a view of the file attributes commonly
associated with files on file systems used by operating systems that implement
the Portable Operating System Interface (POSIX) family of standards.
- PosixFilePermission - Enum in java.nio.file.attribute
-
Defines the bits for use with the
permissions
attribute.
- PosixFilePermissions - Class in java.nio.file.attribute
-
This class consists exclusively of static methods that operate on sets of
PosixFilePermission
objects.
- Post - Class in com.codename1.facebook
-
This class represents a Facebook Post Object
http://developers.facebook.com/docs/reference/api/post/
- Post() - Constructor for class com.codename1.facebook.Post
-
Empty Contructor
- Post(Hashtable) - Constructor for class com.codename1.facebook.Post
-
- POST - Static variable in interface javax.microedition.io.HttpConnection
-
- postAsyncCommand(Command, ActionEvent) - Method in class com.codename1.ui.util.UIBuilder
-
This method is invoked in conjunction with asyncCommandProcess after the
command was handled asynchronously on the separate thread.
- postComment(String, String) - Method in class com.codename1.facebook.FaceBookAccess
-
Post a comment on a given post
- postComment(String, String, ActionListener) - Method in class com.codename1.facebook.FaceBookAccess
-
Post a comment on a given post
- postCreateComponent(Component) - Method in class com.codename1.ui.util.UIBuilder
-
Callback to allow binding custom logic/listeners to a component after its major properties were set
(notice that not all properties or the full hierarchy will be available at this stage).
- postLike(String) - Method in class com.codename1.facebook.FaceBookAccess
-
Post like on a given post
- postLike(String, ActionListener) - Method in class com.codename1.facebook.FaceBookAccess
-
Post like on a given post
- postOnWall(String, String) - Method in class com.codename1.facebook.FaceBookAccess
-
Post a message on the users wall
- postOnWall(String, String, ActionListener) - Method in class com.codename1.facebook.FaceBookAccess
-
Post a message on the users wall
- postOnWall(String, String, String, String, String, String, String, ActionListener) - Method in class com.codename1.facebook.FaceBookAccess
-
Post a message on the users wall
- postResponse() - Method in class com.codename1.io.ConnectionRequest
-
A callback method that's invoked on the EDT after the readResponse() method has finished,
this is the place where developers should change their Codename One user interface to
avoid race conditions that might be triggered by modifications within readResponse.
- postResponse() - Method in class com.codename1.io.services.ImageDownloadService
-
- postShow(Form) - Method in class com.codename1.ui.util.UIBuilder
-
This method allows binding an action that should occur immediately after showing the given
form
- postShowContainer(Container) - Method in class com.codename1.ui.util.UIBuilder
-
This method allows binding an action that should occur immediately after showing the given
container
- 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.
- postVisitDirectory(T, IOException) - Method in interface java.nio.file.FileVisitor
-
Invoked for a directory after entries in the directory, and all of their
descendants, have been visited.
- postVisitDirectory(T, IOException) - Method in class java.nio.file.SimpleFileVisitor
-
Invoked for a directory after entries in the directory, and all of their
descendants, have been visited.
- pow(double, double) - Static method in class com.codename1.util.MathUtil
-
Return a to the power of b, sometimes written as a ** b
but not to be confused with the bitwise ^ operator.
- 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.BigDecimal
-
Returns a BigDecimal
whose value is
(thisn), The power is computed exactly, to
unlimited precision.
- pow(int, MathContext) - Method in class java.math.BigDecimal
-
Returns a BigDecimal
whose value is
(thisn).
- pow(int) - Method in class java.math.BigInteger
-
Returns a BigInteger whose value is (thisexponent).
- PRC - Static variable in class java.util.Locale
-
Useful constant for country.
- preceding(int) - Method in class java.text.BreakIterator
-
Returns the last boundary preceding the specified character offset.
- precision() - Method in class java.math.BigDecimal
-
Returns the precision of this BigDecimal
.
- precision() - Static method in class java.time.temporal.TemporalQueries
-
A query for the smallest supported unit.
- Predicate<T> - Interface in java.util.function
-
Represents a predicate (boolean-valued function) of one argument.
- Preferences - Class in com.codename1.io
-
Simple map like class to store application and Codename One preference
settings.
- PREFERRED_SIZE - Static variable in class com.codename1.ui.layouts.GroupLayout
-
Possible value for the add methods that takes a Component.
- PREFERRED_SIZE - Static variable in class com.sun.lwuit.layouts.GroupLayout
-
Possible value for the add methods that takes a Component.
- PREFERREDSIZE - Static variable in class com.codename1.ui.layouts.GridBagLayout
-
- prepare() - Method in interface com.codename1.media.Media
-
Optional call that allows the caller to prepare the upcoming media player.
- prepare() - Method in class com.codename1.testing.AbstractTest
-
- prepare() - Method in interface com.codename1.testing.UnitTest
-
Prepares the unit test for execution
- prepare(Xid) - Method in interface javax.transaction.xa.XAResource
-
Ask the resource manager to prepare for a transaction commit
of the transaction specified in xid.
- prepareCall(String) - Method in interface java.sql.Connection
-
Creates a CallableStatement
object for calling
database stored procedures.
- prepareCall(String, int, int) - Method in interface java.sql.Connection
-
Creates a CallableStatement
object that will generate
ResultSet
objects with the given type and concurrency.
- prepareCall(String, int, int, int) - Method in interface java.sql.Connection
-
Creates a CallableStatement
object that will generate
ResultSet
objects with the given type and concurrency.
- PreparedStatement - Interface in java.sql
-
An object that represents a precompiled SQL statement.
- 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.
- prepareStatement(String) - Method in interface java.sql.Connection
-
Creates a PreparedStatement
object for sending
parameterized SQL statements to the database.
- prepareStatement(String, int, int) - Method in interface java.sql.Connection
-
Creates a PreparedStatement
object that will generate
ResultSet
objects with the given type and concurrency.
- prepareStatement(String, int, int, int) - Method in interface java.sql.Connection
-
Creates a PreparedStatement
object that will generate
ResultSet
objects with the given type, concurrency,
and holdability.
- prepareStatement(String, int) - Method in interface java.sql.Connection
-
Creates a default PreparedStatement
object that has
the capability to retrieve auto-generated keys.
- prepareStatement(String, int[]) - Method in interface java.sql.Connection
-
Creates a default PreparedStatement
object capable
of returning the auto-generated keys designated by the given array.
- prepareStatement(String, String[]) - Method in interface java.sql.Connection
-
Creates a default PreparedStatement
object capable
of returning the auto-generated keys designated by the given array.
- prependPainter(Painter) - Method in class com.codename1.ui.painter.PainterChain
-
Creates a new chain based on the existing chain with the new element added
at the beginning
- prependPainter(Painter) - Method in class com.sun.lwuit.painter.PainterChain
-
Creates a new chain based on the existing chain with the new element added
at the beginning
- preprocess(String) - Method in class com.codename1.ui.TextArea
-
Override this to modify the text for rendering in cases of invalid characters
for display, this method allows the developer to replace such characters e.g.:
replace "\\t" with 4 spaces
- preprocess(String) - Method in class com.sun.lwuit.TextArea
-
Override this to modify the text for rendering in cases of invalid characters
for display, this method allows the developer to replace such characters e.g.:
replace "\\t" with 4 spaces
- pressed() - Method in class com.codename1.ui.Button
-
Invoked to change the state of the button to the pressed state
- prestartAllCoreThreads() - Method in class java.util.concurrent.ThreadPoolExecutor
-
Starts all core threads, causing them to idly wait for work.
- prestartCoreThread() - Method in class java.util.concurrent.ThreadPoolExecutor
-
Starts a core thread, causing it to idly wait for work.
- prev() - Method in interface com.codename1.db.Cursor
-
Moves the cursor to the previous row.
- preventDefault() - Method in interface org.w3c.dom.events.Event
-
If an event is cancelable, the preventDefault
method is
used to signify that the event is to be canceled, meaning any default
action normally taken by the implementation as a result of the event
will not occur.
- previous() - Method in interface java.sql.ResultSet
-
Moves the cursor to the previous row in this
ResultSet
object.
- previous() - Method in class java.text.BreakIterator
-
Returns 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(DayOfWeek) - Static method in class java.time.temporal.TemporalAdjusters
-
Returns the previous day-of-week adjuster, which adjusts the date to the
first occurrence of the specified day-of-week before the date being adjusted.
- previous() - Method in interface java.util.ListIterator
-
Returns the previous element in the list and moves the cursor
position backwards.
- previousClearBit(int) - Method in class java.util.BitSet
-
Returns the index of the nearest bit that is set to false
that occurs on or before the specified starting index.
- previousDouble(double) - Static method in class java.text.ChoiceFormat
-
Finds the greatest double less than d
.
- previousIndex() - Method in interface java.util.ListIterator
-
- previousOrSame(DayOfWeek) - Static method in class java.time.temporal.TemporalAdjusters
-
Returns the previous-or-same day-of-week adjuster, which adjusts the date to the
first occurrence of the specified day-of-week before the date being adjusted
unless it is already on that day in which case the same object is returned.
- previousSetBit(int) - Method in class java.util.BitSet
-
Returns the index of the nearest bit that is set to true
that occurs on or before the specified starting index.
- previousTransition(Instant) - Method in class java.time.zone.ZoneRules
-
Gets the previous transition before the specified instant.
- preVisitDirectory(T, BasicFileAttributes) - Method in interface java.nio.file.FileVisitor
-
Invoked for a directory before entries in the directory are visited.
- preVisitDirectory(T, BasicFileAttributes) - Method in class java.nio.file.SimpleFileVisitor
-
Invoked for a directory before entries in the directory are visited.
- 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.
- PrimitiveIterator<T,T_CONS> - Interface in java.util
-
A base type for primitive specializations of Iterator
.
- PrimitiveIterator.OfDouble - Interface in java.util
-
An Iterator specialized for double
values.
- PrimitiveIterator.OfInt - Interface in java.util
-
An Iterator specialized for int
values.
- PrimitiveIterator.OfLong - Interface in java.util
-
An Iterator specialized for long
values.
- principal() - Method in class java.nio.file.attribute.AclEntry
-
Returns the principal component.
- 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(String, int) - Method in class com.codename1.io.Log
-
Default log implementation prints to the console and the file connector
if applicable.
- 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
-
Prints a boolean value.
- print(char) - Method in class java.io.PrintStream
-
Prints a character.
- print(int) - Method in class java.io.PrintStream
-
Prints an integer.
- print(long) - Method in class java.io.PrintStream
-
Prints a long integer.
- print(float) - Method in class java.io.PrintStream
-
Prints a floating-point number.
- print(double) - Method in class java.io.PrintStream
-
Prints a double-precision floating-point number.
- print(char[]) - Method in class java.io.PrintStream
-
Prints an array of characters.
- print(String) - Method in class java.io.PrintStream
-
Prints a string.
- print(Object) - Method in class java.io.PrintStream
-
Prints an object.
- print(boolean) - Method in class java.io.PrintWriter
-
Prints a boolean value.
- print(char) - Method in class java.io.PrintWriter
-
Prints a character.
- print(int) - Method in class java.io.PrintWriter
-
Prints an integer.
- print(long) - Method in class java.io.PrintWriter
-
Prints a long integer.
- print(float) - Method in class java.io.PrintWriter
-
Prints a floating-point number.
- print(double) - Method in class java.io.PrintWriter
-
Prints a double-precision floating-point number.
- print(char[]) - Method in class java.io.PrintWriter
-
Prints an array of characters.
- print(String) - Method in class java.io.PrintWriter
-
Prints a string.
- print(Object) - Method in class java.io.PrintWriter
-
Prints 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.
- printf(String, Object...) - Method in class java.io.Console
-
A convenience method to write a formatted string to this console's
output stream using the specified format string and arguments.
- printf(String, Object...) - Method in class java.io.PrintStream
-
A convenience method to write a formatted string to this output stream
using the specified format string and arguments.
- printf(Locale, String, Object...) - Method in class java.io.PrintStream
-
A convenience method to write a formatted string to this output stream
using the specified format string and arguments.
- printf(String, Object...) - Method in class java.io.PrintWriter
-
A convenience method to write a formatted string to this writer using
the specified format string and arguments.
- printf(Locale, String, Object...) - Method in class java.io.PrintWriter
-
A convenience method to write a formatted string to this writer using
the specified format string and arguments.
- println() - Method in class java.io.PrintStream
-
Terminates the current line by writing the line separator string.
- println(boolean) - Method in class java.io.PrintStream
-
Prints a boolean and then terminate the line.
- println(char) - Method in class java.io.PrintStream
-
Prints a character and then terminate the line.
- println(int) - Method in class java.io.PrintStream
-
Prints an integer and then terminate the line.
- println(long) - Method in class java.io.PrintStream
-
Prints a long and then terminate the line.
- println(float) - Method in class java.io.PrintStream
-
Prints a float and then terminate the line.
- println(double) - Method in class java.io.PrintStream
-
Prints a double and then terminate the line.
- println(char[]) - Method in class java.io.PrintStream
-
Prints an array of characters and then terminate the line.
- println(String) - Method in class java.io.PrintStream
-
Prints a String and then terminate the line.
- println(Object) - Method in class java.io.PrintStream
-
Prints an Object and then terminate the line.
- println() - Method in class java.io.PrintWriter
-
Terminates the current line by writing the line separator string.
- println(boolean) - Method in class java.io.PrintWriter
-
Prints a boolean value and then terminates the line.
- println(char) - Method in class java.io.PrintWriter
-
Prints a character and then terminates the line.
- println(int) - Method in class java.io.PrintWriter
-
Prints an integer and then terminates the line.
- println(long) - Method in class java.io.PrintWriter
-
Prints a long integer and then terminates the line.
- println(float) - Method in class java.io.PrintWriter
-
Prints a floating-point number and then terminates the line.
- println(double) - Method in class java.io.PrintWriter
-
Prints a double-precision floating-point number and then terminates the
line.
- println(char[]) - Method in class java.io.PrintWriter
-
Prints an array of characters and then terminates the line.
- println(String) - Method in class java.io.PrintWriter
-
Prints a String and then terminates the line.
- println(Object) - Method in class java.io.PrintWriter
-
Prints an Object and then terminates the line.
- println(String) - Static method in class java.sql.DriverManager
-
Prints a message to the current JDBC log stream.
- 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.
- printStackTrace() - Method in exception javax.xml.transform.TransformerException
-
Print the the trace of methods from where the error
originated.
- printStackTrace(PrintStream) - Method in exception javax.xml.transform.TransformerException
-
Print the the trace of methods from where the error
originated.
- printStackTrace(PrintWriter) - Method in exception javax.xml.transform.TransformerException
-
Print the the trace of methods from where the error
originated.
- printStackTrace(PrintStream) - Method in exception javax.xml.xpath.XPathException
-
Print stack trace to specified PrintStream
.
- printStackTrace() - Method in exception javax.xml.xpath.XPathException
-
Print stack trace to System.err
.
- printStackTrace(PrintWriter) - Method in exception javax.xml.xpath.XPathException
-
Print stack trace to specified PrintWriter
.
- 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
-
Creates a new print stream.
- PrintStream(OutputStream, boolean) - Constructor for class java.io.PrintStream
-
Creates a new print stream.
- PrintStream(OutputStream, boolean, String) - Constructor for class java.io.PrintStream
-
Creates a new print stream.
- PrintStream(String) - Constructor for class java.io.PrintStream
-
Creates a new print stream, without automatic line flushing, with the
specified file name.
- PrintStream(String, String) - Constructor for class java.io.PrintStream
-
Creates a new print stream, without automatic line flushing, with the
specified file name and charset.
- PrintStream(File) - Constructor for class java.io.PrintStream
-
Creates a new print stream, without automatic line flushing, with the
specified file.
- PrintStream(File, String) - Constructor for class java.io.PrintStream
-
Creates a new print stream, without automatic line flushing, with the
specified file and charset.
- PrintWriter - Class in java.io
-
Prints formatted representations of objects to a text-output stream.
- PrintWriter(Writer) - Constructor for class java.io.PrintWriter
-
Creates a new PrintWriter, without automatic line flushing.
- PrintWriter(Writer, boolean) - Constructor for class java.io.PrintWriter
-
Creates a new PrintWriter.
- PrintWriter(OutputStream) - Constructor for class java.io.PrintWriter
-
Creates a new PrintWriter, without automatic line flushing, from an
existing OutputStream.
- PrintWriter(OutputStream, boolean) - Constructor for class java.io.PrintWriter
-
Creates a new PrintWriter from an existing OutputStream.
- PrintWriter(String) - Constructor for class java.io.PrintWriter
-
Creates a new PrintWriter, without automatic line flushing, with the
specified file name.
- PrintWriter(String, String) - Constructor for class java.io.PrintWriter
-
Creates a new PrintWriter, without automatic line flushing, with the
specified file name and charset.
- PrintWriter(File) - Constructor for class java.io.PrintWriter
-
Creates a new PrintWriter, without automatic line flushing, with the
specified file.
- PrintWriter(File, String) - Constructor for class java.io.PrintWriter
-
Creates a new PrintWriter, without automatic line flushing, with the
specified file and charset.
- PRIORITY_CRITICAL - Static variable in class com.codename1.io.ConnectionRequest
-
A critical priority request will "push" through the queue to the highest point
regardless of anything else and ignoring anything that is not in itself of
critical priority.
- PRIORITY_HIGH - Static variable in class com.codename1.io.ConnectionRequest
-
A high priority request is the second highest level, it will act exactly like
a critical priority with one difference.
- PRIORITY_LOW - Static variable in class com.codename1.io.ConnectionRequest
-
Low priority requests are mostly background tasks that should still be accomplished though
- PRIORITY_NORMAL - Static variable in class com.codename1.io.ConnectionRequest
-
Normal priority executes as usual on the queue
- PRIORITY_REDUNDANT - Static variable in class com.codename1.io.ConnectionRequest
-
Redundant elements can be discarded from the queue when paused
- PriorityBlockingQueue<E> - Class in java.util.concurrent
-
- PriorityBlockingQueue() - Constructor for class java.util.concurrent.PriorityBlockingQueue
-
Creates a
PriorityBlockingQueue
with the default
initial capacity (11) that orders its elements according to
their
natural ordering.
- PriorityBlockingQueue(int) - Constructor for class java.util.concurrent.PriorityBlockingQueue
-
Creates a
PriorityBlockingQueue
with the specified
initial capacity that orders its elements according to their
natural ordering.
- PriorityBlockingQueue(int, Comparator<? super E>) - Constructor for class java.util.concurrent.PriorityBlockingQueue
-
Creates a PriorityBlockingQueue
with the specified initial
capacity that orders its elements according to the specified
comparator.
- PriorityBlockingQueue(Collection<? extends E>) - Constructor for class java.util.concurrent.PriorityBlockingQueue
-
Creates a PriorityBlockingQueue
containing the elements
in the specified collection.
- PriorityQueue<E> - Class in java.util
-
An unbounded priority
queue based on a priority heap.
- PriorityQueue() - Constructor for class java.util.PriorityQueue
-
Creates a
PriorityQueue
with the default initial
capacity (11) that orders its elements according to their
natural ordering.
- PriorityQueue(int) - Constructor for class java.util.PriorityQueue
-
Creates a
PriorityQueue
with the specified initial
capacity that orders its elements according to their
natural ordering.
- PriorityQueue(Comparator<? super E>) - Constructor for class java.util.PriorityQueue
-
Creates a PriorityQueue
with the default initial capacity and
whose elements are ordered according to the specified comparator.
- PriorityQueue(int, Comparator<? super E>) - Constructor for class java.util.PriorityQueue
-
Creates a PriorityQueue
with the specified initial capacity
that orders its elements according to the specified comparator.
- PriorityQueue(Collection<? extends E>) - Constructor for class java.util.PriorityQueue
-
Creates a PriorityQueue
containing the elements in the
specified collection.
- PriorityQueue(PriorityQueue<? extends E>) - Constructor for class java.util.PriorityQueue
-
Creates a PriorityQueue
containing the elements in the
specified priority queue.
- PriorityQueue(SortedSet<? extends E>) - Constructor for class java.util.PriorityQueue
-
Creates a PriorityQueue
containing the elements in the
specified sorted set.
- PRIVATE - Static variable in class java.lang.invoke.MethodHandles.Lookup
-
A single-bit mask representing
private
access,
which may contribute to the result of
lookupModes
.
- PRIVATE - Static variable in class java.lang.reflect.Modifier
-
The int
value representing the private
modifier.
- PRIVATE - Static variable in class java.nio.channels.FileChannel.MapMode
-
Mode for a private (copy-on-write) mapping.
- PRIVATE_KEY - Static variable in class javax.crypto.Cipher
-
Constant used to indicate the to-be-unwrapped key is a "private key".
- 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 "Private Use Area" Unicode character block.
- PRIVATE_USE_EXTENSION - Static variable in class java.util.Locale
-
The key for the private use extension ('x').
- PrivateCredentialPermission - Class in javax.security.auth
-
This class is used to protect access to private Credentials
belonging to a particular Subject
.
- PrivateCredentialPermission(String, String) - Constructor for class javax.security.auth.PrivateCredentialPermission
-
Creates a new PrivateCredentialPermission
with the specified name
.
- PrivateKey - Interface in java.security
-
A private key.
- PrivateKeyEntry(PrivateKey, Certificate[]) - Constructor for class java.security.KeyStore.PrivateKeyEntry
-
Constructs a PrivateKeyEntry
with a
PrivateKey
and corresponding certificate chain.
- PrivateKeyEntry(PrivateKey, Certificate[], Set<KeyStore.Entry.Attribute>) - Constructor for class java.security.KeyStore.PrivateKeyEntry
-
Constructs a PrivateKeyEntry
with a PrivateKey
and
corresponding certificate chain and associated entry attributes.
- PrivilegedAction<T> - 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.
- privilegedCallable(Callable<T>) - Static method in class java.util.concurrent.Executors
-
Returns a
Callable
object that will, when called,
execute the given
callable
under the current access
control context.
- privilegedCallableUsingCurrentClassLoader(Callable<T>) - Static method in class java.util.concurrent.Executors
-
Returns a
Callable
object that will, when called,
execute the given
callable
under the current access
control context, with the current context class loader as the
context class loader.
- PrivilegedExceptionAction<T> - Interface in java.security
-
A computation to be performed with privileges enabled, that throws one or
more checked exceptions.
- privilegedThreadFactory() - Static method in class java.util.concurrent.Executors
-
Returns a thread factory used to create new threads that
have the same permissions as the current thread.
- probablePrime(int, Random) - Static method in class java.math.BigInteger
-
Returns a positive BigInteger that is probably prime, with the
specified bitLength.
- probeContentType(Path) - Static method in class java.nio.file.Files
-
Probes the content type of a file.
- probeContentType(Path) - Method in class java.nio.file.spi.FileTypeDetector
-
Probes the given file to guess its content type.
- procedureColumnIn - Static variable in interface java.sql.DatabaseMetaData
-
Indicates that the column stores IN parameters.
- procedureColumnInOut - Static variable in interface java.sql.DatabaseMetaData
-
Indicates that the column stores INOUT parameters.
- procedureColumnOut - Static variable in interface java.sql.DatabaseMetaData
-
Indicates that the column stores OUT parameters.
- procedureColumnResult - Static variable in interface java.sql.DatabaseMetaData
-
Indicates that the column stores results.
- procedureColumnReturn - Static variable in interface java.sql.DatabaseMetaData
-
Indicates that the column stores return values.
- procedureColumnUnknown - Static variable in interface java.sql.DatabaseMetaData
-
Indicates that type of the column is unknown.
- procedureNoNulls - Static variable in interface java.sql.DatabaseMetaData
-
Indicates that NULL
values are not allowed.
- procedureNoResult - Static variable in interface java.sql.DatabaseMetaData
-
Indicates that the procedure does not return a result.
- procedureNullable - Static variable in interface java.sql.DatabaseMetaData
-
Indicates that NULL
values are allowed.
- procedureNullableUnknown - Static variable in interface java.sql.DatabaseMetaData
-
Indicates that whether NULL
values are allowed
is unknown.
- procedureResultUnknown - Static variable in interface java.sql.DatabaseMetaData
-
Indicates that it is not known whether the procedure returns
a result.
- procedureReturnsResult - Static variable in interface java.sql.DatabaseMetaData
-
Indicates that the procedure returns a result.
- Process - Class in java.lang
-
The
ProcessBuilder.start()
and
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
-
- processBackground(Form) - Method in class com.codename1.ui.util.UIBuilder
-
Warning: this method is invoked on a separate thread.
- ProcessBuilder - Class in java.lang
-
This class is used to create operating system processes.
- ProcessBuilder(List<String>) - Constructor for class java.lang.ProcessBuilder
-
Constructs a process builder with the specified operating
system program and arguments.
- ProcessBuilder(String...) - Constructor for class java.lang.ProcessBuilder
-
Constructs a process builder with the specified operating
system program and arguments.
- ProcessBuilder.Redirect - Class in java.lang
-
Represents a source of subprocess input or a destination of
subprocess output.
- ProcessBuilder.Redirect.Type - Enum in java.lang
-
- processCommand(ActionEvent, Command) - Method in class com.codename1.ui.util.UIBuilder
-
Invoked to process a given command before naviation or any other internal
processing occurs.
- processComponentEvent(ComponentEvent) - Method in class java.awt.Component
-
Processes component events occurring on this component by
dispatching them to any registered
ComponentListener
objects.
- processContainerEvent(ContainerEvent) - Method in class java.awt.Container
-
Processes container events occurring on this container by
dispatching them to any registered ContainerListener objects.
- processEvent(AWTEvent) - Method in class java.awt.Component
-
Processes events occurring on this component.
- processEvent(AWTEvent) - Method in class java.awt.Container
-
Processes events on this container.
- processFocusEvent(FocusEvent) - Method in class java.awt.Component
-
Processes focus events occurring on this component by
dispatching them to any registered
FocusListener
objects.
- PROCESSING_INSTRUCTION - Static variable in interface javax.xml.stream.XMLStreamConstants
-
Indicates an event is a processing instruction
- PROCESSING_INSTRUCTION_NODE - Static variable in interface org.w3c.dom.Node
-
The node is a ProcessingInstruction
.
- ProcessingInstruction - Interface in javax.xml.stream.events
-
An interface that describes the data found in processing instructions
- 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.
- processInputMethodEvent(InputMethodEvent) - Method in class java.awt.Component
-
Processes input method events occurring on this component by
dispatching them to any registered
InputMethodListener
objects.
- processKeyEvent(KeyEvent) - Method in class java.awt.Component
-
Processes key events occurring on this component by
dispatching them to any registered
KeyListener
objects.
- processMouseEvent(MouseEvent) - Method in class java.awt.Component
-
Processes mouse events occurring on this component by
dispatching them to any registered
MouseListener
objects.
- processMouseMotionEvent(MouseEvent) - Method in class java.awt.Component
-
Processes mouse motion events occurring on this component by
dispatching them to any registered
MouseMotionListener
objects.
- processMouseWheelEvent(MouseWheelEvent) - Method in class java.awt.Component
-
Processes mouse wheel events occurring on this component by
dispatching them to any registered
MouseWheelListener
objects.
- 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()
.
- Product - Class in com.codename1.payment
-
Represents a product within the system
- Product() - Constructor for class com.codename1.payment.Product
-
- Progress - Class in com.codename1.components
-
Displays a progress dialog with the ability to cancel an ongoing operation
- Progress(String, ConnectionRequest) - Constructor for class com.codename1.components.Progress
-
Binds the progress UI to the completion of this request
- Progress(String, ConnectionRequest, boolean) - Constructor for class com.codename1.components.Progress
-
Binds the progress UI to the completion of this request
- PROGRESS - Static variable in interface java.util.jar.Pack200.Packer
-
The unpacker's progress as a percentage, as periodically
updated by the unpacker.
- PROGRESS - Static variable in interface java.util.jar.Pack200.Unpacker
-
The unpacker's progress as a percentage, as periodically
updated by the unpacker.
- PROGRESS_TYPE_COMPLETED - Static variable in class com.codename1.io.NetworkEvent
-
Indicates that the connection request has completed
- PROGRESS_TYPE_INITIALIZING - Static variable in class com.codename1.io.NetworkEvent
-
Indicates that a new request is initializing its connection
- PROGRESS_TYPE_INPUT - Static variable in class com.codename1.io.NetworkEvent
-
Indicates the value for the current input stream reading
- PROGRESS_TYPE_OUTPUT - Static variable in class com.codename1.io.NetworkEvent
-
Indicates the value for the current output stream writing
- projected() - Method in class com.codename1.maps.BoundingBox
-
Indicates if this bounding box is isProjected
- projection - Variable in class com.codename1.maps.layers.AbstractLayer
-
- Projection - Class in com.codename1.maps
-
This class represents a projection type.
- Projection(BoundingBox) - Constructor for class com.codename1.maps.Projection
-
Creates a projection to the given bounding box
- projection() - Method in class com.codename1.maps.providers.MapProvider
-
Gets the Provider projection
- prolepticYear(Era, int) - Method in interface java.time.chrono.Chronology
-
Calculates the proleptic-year given the era and year-of-era.
- prolepticYear(Era, int) - Method in class java.time.chrono.HijrahChronology
-
- prolepticYear(Era, int) - Method in class java.time.chrono.IsoChronology
-
- prolepticYear(Era, int) - Method in class java.time.chrono.JapaneseChronology
-
- prolepticYear(Era, int) - Method in class java.time.chrono.MinguoChronology
-
- prolepticYear(Era, int) - Method in class java.time.chrono.ThaiBuddhistChronology
-
- propagateCompletion() - Method in class java.util.concurrent.CountedCompleter
-
- 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() - Method in interface java.util.jar.Pack200.Packer
-
Get the set of this engine's properties.
- properties() - Method in interface java.util.jar.Pack200.Unpacker
-
Get the set of this engine's properties.
- 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.
- PROPERTY - Static variable in class org.w3c.dom.bootstrap.DOMImplementationRegistry
-
The system property to specify the
DOMImplementationSource class names.
- propertyChanged(Component, String, Object, Object) - Method in interface com.codename1.cloud.BindTarget
-
Fired when a property of the component changes to a new value
- 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 from an
InputStream
.
- PropertyResourceBundle(Reader) - Constructor for class java.util.PropertyResourceBundle
-
Creates a property resource bundle from a
Reader
.
- propertyValue(CloudObject, String) - Method in class com.codename1.cloud.CloudImageProperty
-
- propertyValue(CloudObject, String) - Method in interface com.codename1.cloud.CustomProperty
-
Returns a property value for the given property name
- PROTECTED - Static variable in class java.lang.invoke.MethodHandles.Lookup
-
A single-bit mask representing
protected
access,
which may contribute to the result of
lookupModes
.
- 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.
- ProtocolFamily - Interface in java.net
-
Represents a family of communication protocols.
- provider() - Method in class java.nio.channels.AsynchronousChannelGroup
-
Returns the provider that created this channel group.
- provider() - Method in class java.nio.channels.AsynchronousServerSocketChannel
-
Returns the provider that created this channel.
- provider() - Method in class java.nio.channels.AsynchronousSocketChannel
-
Returns the provider that created this channel.
- provider() - Method in class java.nio.channels.SelectableChannel
-
Returns the provider that created this channel.
- provider() - Method in class java.nio.channels.Selector
-
Returns the provider that created this channel.
- provider() - Method in class java.nio.channels.spi.AbstractSelectableChannel
-
Returns the provider that created this channel.
- provider() - Method in class java.nio.channels.spi.AbstractSelector
-
Returns the provider that created this channel.
- provider() - Static method in class java.nio.channels.spi.AsynchronousChannelProvider
-
Returns the system-wide default asynchronous channel provider for this
invocation of the Java virtual machine.
- provider() - Static method in class java.nio.channels.spi.SelectorProvider
-
Returns the system-wide default selector provider for this invocation of
the Java virtual machine.
- provider() - Method in class java.nio.file.FileSystem
-
Returns the provider that created this file system.
- 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(String, double, String) - Constructor for class java.security.Provider
-
Constructs a provider with the specified name, version number,
and information.
- Provider.Service - Class in java.security
-
The description of a security service.
- provideRefresh() - Method in class java.time.zone.ZoneRulesProvider
-
SPI method to refresh the rules from the underlying data provider.
- ProviderException - Exception in java.security
-
A runtime exception for Provider exceptions (such as
misconfiguration errors or unrecoverable internal 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.
- ProviderException(String, Throwable) - Constructor for exception java.security.ProviderException
-
Creates a ProviderException
with the specified
detail message and cause.
- ProviderException(Throwable) - Constructor for exception java.security.ProviderException
-
Creates a ProviderException
with the specified cause
and a detail message of (cause==null ? null : cause.toString())
(which typically contains the class and detail message of
cause
).
- ProviderMismatchException - Exception in java.nio.file
-
Unchecked exception thrown when an attempt is made to invoke a method on an
object created by one file system provider with a parameter created by a
different file system provider.
- ProviderMismatchException() - Constructor for exception java.nio.file.ProviderMismatchException
-
Constructs an instance of this class.
- ProviderMismatchException(String) - Constructor for exception java.nio.file.ProviderMismatchException
-
Constructs an instance of this class.
- ProviderNotFoundException - Exception in java.nio.file
-
Runtime exception thrown when a provider of the required type cannot be found.
- ProviderNotFoundException() - Constructor for exception java.nio.file.ProviderNotFoundException
-
Constructs an instance of this class.
- ProviderNotFoundException(String) - Constructor for exception java.nio.file.ProviderNotFoundException
-
Constructs an instance of this class.
- providerStateChanged(int) - Method in interface com.codename1.location.LocationListener
-
This method is been called by the system when the provider state has
being Changed
- provideRules(String, boolean) - Method in class java.time.zone.ZoneRulesProvider
-
SPI method to get the rules for the zone ID.
- provideVersions(String) - Method in class java.time.zone.ZoneRulesProvider
-
SPI method to get the history of rules for the zone ID.
- provideZoneIds() - Method in class java.time.zone.ZoneRulesProvider
-
SPI method to get the available zone IDs.
- 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.
- Proxy(InvocationHandler) - Constructor for class java.lang.reflect.Proxy
-
Constructs a new Proxy
instance from a subclass
(typically, a dynamic proxy class) with the specified value
for its invocation handler.
- Proxy - Class in java.net
-
This class represents a proxy setting, typically a type (http, socks) and
a socket address.
- Proxy(Proxy.Type, SocketAddress) - Constructor for class java.net.Proxy
-
Creates an entry representing a PROXY connection.
- Proxy.Type - Enum in java.net
-
Represents the proxy type.
- ProxyHttpTile - Class in com.codename1.maps
-
This Tile brings the tile image from a given http url.
- ProxyHttpTile(Dimension, BoundingBox, String) - Constructor for class com.codename1.maps.ProxyHttpTile
-
Creates an Http Tile
- ProxySelector - Class in java.net
-
Selects the proxy server to use, if any, when connecting to the
network resource referenced by a URL.
- ProxySelector() - Constructor for class java.net.ProxySelector
-
- PseudoColumnUsage - Enum in java.sql
-
Enumeration for pseudo/hidden column usage.
- PSource - Class in javax.crypto.spec
-
This class specifies the source for encoding input P in OAEP Padding,
as defined in the
PKCS #1
standard.
- PSource(String) - Constructor for class javax.crypto.spec.PSource
-
Constructs a source of the encoding input P for OAEP
padding as defined in the PKCS #1 standard using the
specified PSource algorithm.
- PSource.PSpecified - Class in javax.crypto.spec
-
This class is used to explicitly specify the value for
encoding input P in OAEP Padding.
- PSpecified(byte[]) - Constructor for class javax.crypto.spec.PSource.PSpecified
-
Constructs the source explicitly with the specified
value p
as the encoding input P.
- PSSParameterSpec - Class in java.security.spec
-
This class specifies a parameter spec for RSA-PSS signature scheme,
as defined in the
PKCS#1 v2.1
standard.
- PSSParameterSpec(String, String, AlgorithmParameterSpec, int, int) - Constructor for class java.security.spec.PSSParameterSpec
-
Creates a new PSSParameterSpec
as defined in
the PKCS #1 standard using the specified message digest,
mask generation function, parameters for mask generation
function, salt length, and trailer field values.
- PSSParameterSpec(int) - Constructor for class java.security.spec.PSSParameterSpec
-
Creates a new PSSParameterSpec
using the specified salt length and other default values as
defined in PKCS#1.
- PUBLIC - Static variable in class java.lang.invoke.MethodHandles.Lookup
-
A single-bit mask representing
public
access,
which may contribute to the result of
lookupModes
.
- 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.
- PUBLIC_KEY - Static variable in class javax.crypto.Cipher
-
Constant used to indicate the to-be-unwrapped key is a "public key".
- PublicKey - Interface in java.security
-
A public key.
- publicLookup() - Static method in class java.lang.invoke.MethodHandles
-
- publish(LogRecord) - Method in class java.util.logging.ConsoleHandler
-
Publish a LogRecord.
- publish(LogRecord) - Method in class java.util.logging.FileHandler
-
Format and publish a LogRecord.
- publish(LogRecord) - Method in class java.util.logging.Handler
-
Publish a LogRecord.
- publish(LogRecord) - Method in class java.util.logging.MemoryHandler
-
Store a LogRecord in an internal buffer.
- publish(LogRecord) - Method in class java.util.logging.SocketHandler
-
Format and publish a LogRecord.
- publish(LogRecord) - Method in class java.util.logging.StreamHandler
-
Format and publish a LogRecord.
- Purchase - Class in com.codename1.payment
-
Represents the status of in-app-purchase goods, this class provides information
about products purchased by a user as well as the ability to purchase additional
products.
- Purchase() - Constructor for class com.codename1.payment.Purchase
-
- purchase(String) - Method in class com.codename1.payment.Purchase
-
Begins the purchase process for the given SKU
- PurchaseCallback - Interface in com.codename1.payment
-
Callback interface that the main class must implement in order for in-app-purchasing
to work.
- purge() - Method in class java.util.concurrent.ThreadPoolExecutor
-
Tries to remove from the work queue all
Future
tasks that have been cancelled.
- purge() - Method in class java.util.Timer
-
Removes all cancelled tasks from this timer's task queue.
- Push - Class in com.codename1.push
-
Utility class for sending a push message to a different device
through the Codename One push servers.
- Push() - Constructor for class com.codename1.push.Push
-
- push(String) - Method in interface com.codename1.push.PushCallback
-
Invoked when the push notification occurs
- push(E) - Method in class java.util.ArrayDeque
-
Pushes an element onto the stack represented by this deque.
- push(E) - Method in interface java.util.concurrent.BlockingDeque
-
Pushes an element onto the stack represented by this deque (in other
words, at the head of this deque) if it is possible to do so
immediately without violating capacity restrictions, throwing an
IllegalStateException
if no space is currently available.
- push(E) - Method in class java.util.concurrent.ConcurrentLinkedDeque
-
- push(E) - Method in class java.util.concurrent.LinkedBlockingDeque
-
- push(E) - Method in interface java.util.Deque
-
Pushes an element onto the stack represented by this deque (in other
words, at the head of this deque) if it is possible to do so
immediately without violating capacity restrictions, throwing an
IllegalStateException
if no space is currently available.
- push(E) - Method in class java.util.LinkedList
-
Pushes an element onto the stack represented by this list.
- push() - Method in class java.util.logging.MemoryHandler
-
Push any buffered output to the target Handler.
- push(E) - Method in class java.util.Stack
-
Pushes an item onto the top of this stack.
- 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
-
Creates a new pushback reader with a pushback buffer of the given size.
- PushbackReader(Reader) - Constructor for class java.io.PushbackReader
-
Creates a new pushback reader with a one-character pushback buffer.
- PushCallback - Interface in com.codename1.push
-
This callback interface is invoked when a push notification is received
by the application.
- pushContext() - Method in class org.xml.sax.helpers.NamespaceSupport
-
Start a new Namespace context.
- pushRegistrationError(String, int) - Method in interface com.codename1.push.PushCallback
-
Invoked to indicate an error occurred during registration for push notification
- put(Object, Object) - Method in class com.codename1.io.CacheMap
-
Puts the given key/value pair in the cache
- 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(URI, Map<String, List<String>>) - Method in class java.net.CookieHandler
-
Sets all the applicable cookies, examples are response header
fields that are named Set-Cookie2, present in the response
headers into a cookie cache.
- put(URI, Map<String, List<String>>) - Method in class java.net.CookieManager
-
- put(URI, URLConnection) - Method in class java.net.ResponseCache
-
The protocol handler calls this method after a resource has
been retrieved, and the ResponseCache must decide whether or
not to store the resource in its cache.
- put(Object, Object) - Method in class java.security.Provider
-
Sets the key
property to have the specified
value
.
- put(K, V) - Method in class java.util.AbstractMap
-
Associates the specified value with the specified key in this map
(optional operation).
- put(E) - Method in class java.util.concurrent.ArrayBlockingQueue
-
Inserts the specified element at the tail of this queue, waiting
for space to become available if the queue is full.
- put(E) - Method in interface java.util.concurrent.BlockingDeque
-
Inserts the specified element into the queue represented by this deque
(in other words, at the tail of this deque), waiting if necessary for
space to become available.
- put(E) - Method in interface java.util.concurrent.BlockingQueue
-
Inserts the specified element into this queue, waiting if necessary
for space to become available.
- put(K, V) - Method in class java.util.concurrent.ConcurrentHashMap
-
Maps the specified key to the specified value in this table.
- put(K, V) - Method in class java.util.concurrent.ConcurrentSkipListMap
-
Associates the specified value with the specified key in this map.
- put(E) - Method in class java.util.concurrent.DelayQueue
-
Inserts the specified element into this delay queue.
- put(E) - Method in class java.util.concurrent.LinkedBlockingDeque
-
- put(E) - Method in class java.util.concurrent.LinkedBlockingQueue
-
Inserts the specified element at the tail of this queue, waiting if
necessary for space to become available.
- put(E) - Method in class java.util.concurrent.LinkedTransferQueue
-
Inserts the specified element at the tail of this queue.
- put(E) - Method in class java.util.concurrent.PriorityBlockingQueue
-
Inserts the specified element into this priority queue.
- put(E) - Method in class java.util.concurrent.SynchronousQueue
-
Adds the specified element to this queue, waiting if necessary for
another thread to receive it.
- put(K, V) - Method in class java.util.Dictionary
-
Maps the specified key
to the specified
value
in this dictionary.
- put(K, V) - Method in class java.util.EnumMap
-
Associates the specified value with the specified key in this map.
- put(K, V) - Method in class java.util.HashMap
-
Associates the specified value with the specified key in this map.
- put(K, V) - Method in class java.util.Hashtable
-
Maps the specified key
to the specified
value
in this hashtable.
- put(K, V) - 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(K, V) - Method in interface java.util.Map
-
Associates the specified value with the specified key in this map
(optional operation).
- put(K, V) - Method in class java.util.TreeMap
-
Associates the specified value with the specified key in this map.
- put(K, V) - Method in class java.util.WeakHashMap
-
Associates the specified value with the specified key in this map.
- put(String, Object) - Method in class javax.script.AbstractScriptEngine
-
Sets the specified value with the specified key in the ENGINE_SCOPE
Bindings
of the protected context
field.
- put(String, Object) - Method in interface javax.script.Bindings
-
Set a named value.
- put(String, Object) - Method in interface javax.script.ScriptEngine
-
Sets a key/value pair in the state of the ScriptEngine that may either create
a Java Language Binding to be used in the execution of scripts or be used in some
other way, depending on whether the key is reserved.
- put(String, Object) - Method in class javax.script.ScriptEngineManager
-
Sets the specified key/value pair in the Global Scope.
- put(String, Object) - Method in class javax.script.SimpleBindings
-
Sets the specified key/value in the underlying map
field.
- putAll(Map<?, ?>) - Method in class java.security.Provider
-
Copies all of the mappings from the specified Map to this provider.
- putAll(Map<? extends K, ? extends V>) - Method in class java.util.AbstractMap
-
Copies all of the mappings from the specified map to this map
(optional operation).
- putAll(Map<? extends K, ? extends V>) - Method in class java.util.concurrent.ConcurrentHashMap
-
Copies all of the mappings from the specified map to this one.
- putAll(Map<? extends K, ? extends V>) - Method in class java.util.EnumMap
-
Copies all of the mappings from the specified map to this map.
- putAll(Map<? extends K, ? extends V>) - Method in class java.util.HashMap
-
Copies all of the mappings from the specified map to this map.
- putAll(Map<? extends K, ? extends V>) - Method in class java.util.Hashtable
-
Copies all of the mappings from the specified map to this hashtable.
- putAll(Map<? extends K, ? extends V>) - Method in class java.util.IdentityHashMap
-
Copies all of the mappings from the specified map to this 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<? extends K, ? extends V>) - Method in interface java.util.Map
-
Copies all of the mappings from the specified map to this map
(optional operation).
- putAll(Map<? extends K, ? extends V>) - Method in class java.util.TreeMap
-
Copies all of the mappings from the specified map to this map.
- putAll(Map<? extends K, ? extends V>) - Method in class java.util.WeakHashMap
-
Copies all of the mappings from the specified map to this map.
- putAll(Map<? extends String, ? extends Object>) - Method in interface javax.script.Bindings
-
Adds all the mappings in a given Map
to this Bindings
.
- putAll(Map<? extends String, ? extends Object>) - Method in class javax.script.SimpleBindings
-
putAll
is implemented using Map.putAll
.
- putClientProperty(String, Object) - Method in class com.codename1.ui.Command
-
The client properties are a useful way to associate meta-data with a command
without sub classing
- putClientProperty(String, Object) - Method in class com.codename1.ui.Component
-
Client properties allow the association of meta-data with a component, this
is useful for some applications that construct GUI's on the fly and need
to track the connection between the UI and the data.
- putClientProperty(String, Object) - Method in class com.sun.lwuit.Component
-
Client properties allow the association of meta-data with a component, this
is useful for some applications that construct GUI's on the fly and need
to track the connection between the UI and the data.
- PutField() - Constructor for class java.io.ObjectOutputStream.PutField
-
- putFields() - Method in class java.io.ObjectOutputStream
-
Retrieve the object used to buffer persistent fields to be written to
the stream.
- putFirst(E) - Method in interface java.util.concurrent.BlockingDeque
-
Inserts the specified element at the front of this deque,
waiting if necessary for space to become available.
- putFirst(E) - Method in class java.util.concurrent.LinkedBlockingDeque
-
- putIfAbsent(Object, Object) - Method in class java.security.Provider
-
If the specified key is not already associated with a value (or is mapped
to null
) associates it with the given value and returns
null
, else returns the current value.
- putIfAbsent(K, V) - Method in class java.util.concurrent.ConcurrentHashMap
-
If the specified key is not already associated
with a value, associate it with the given value.
- putIfAbsent(K, V) - Method in interface java.util.concurrent.ConcurrentMap
-
If the specified key is not already associated
with a value, associate it with the given value.
- putIfAbsent(K, V) - Method in class java.util.concurrent.ConcurrentSkipListMap
-
If the specified key is not already associated
with a value, associate it with the given value.
- putIfAbsent(K, V) - Method in class java.util.HashMap
-
- putIfAbsent(K, V) - Method in class java.util.Hashtable
-
- putIfAbsent(K, V) - Method in interface java.util.Map
-
If the specified key is not already associated with a value (or is mapped
to null
) associates it with the given value and returns
null
, else returns the current value.
- putLast(E) - Method in interface java.util.concurrent.BlockingDeque
-
Inserts the specified element at the end of this deque,
waiting if necessary for space to become available.
- putLast(E) - Method in class java.util.concurrent.LinkedBlockingDeque
-
- 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.
- putService(Provider.Service) - Method in class java.security.Provider
-
Add a service.
- 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
.