Java Platform 1.2
Beta 4
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

P

P - Static variable in class com.sun.java.swing.text.html.HTML.Tag
 
pack() - Method in class com.sun.java.swing.JPopupMenu
Layout the container so that it uses the minimum space needed to display its contents.
pack() - Method in class com.sun.java.swing.JInternalFrame
Causes subcomponents of this JInternalFrame to be laid out at their preferred size.
pack() - Method in class java.awt.Window
Causes subcomponents of this window to be laid out at their preferred size.
Package - class java.lang.Package.
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.
PackedColorModel - class java.awt.image.PackedColorModel.
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, int, int, boolean, int, int) - Constructor for class java.awt.image.PackedColorModel
Constructs a PackedColorModel from the given masks specifying which bits in an int pixel representation contain the alpha, red, green and blue color samples.
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.
PADDING - Static variable in class com.sun.java.swing.text.html.CSS.Attribute
 
PADDING_BOTTOM - Static variable in class com.sun.java.swing.text.html.CSS.Attribute
 
PADDING_LEFT - Static variable in class com.sun.java.swing.text.html.CSS.Attribute
 
PADDING_RIGHT - Static variable in class com.sun.java.swing.text.html.CSS.Attribute
 
PADDING_TOP - Static variable in class com.sun.java.swing.text.html.CSS.Attribute
 
PAGE_EXISTS - Static variable in interface java.awt.print.Printable
Returned from print() to signify that the requested page was rendered.
PAGE_TAB - Static variable in class com.sun.java.accessibility.AccessibleRole
An object that is a child of a page tab list.
PAGE_TAB_LIST - Static variable in class com.sun.java.accessibility.AccessibleRole
An object that presents a series of panels (or page tabs), one at a time, through some mechanism provided by the object.
Pageable - interface java.awt.print.Pageable.
A Pageable implementation represents a set of pages to be printed.
pageDialog(PageFormat) - Method in class java.awt.print.PrinterJob
Display a dialog to the user allowing the modification of a PageFormat instance.
pageDownAction - Static variable in class com.sun.java.swing.text.DefaultEditorKit
Name of the action to page down vertically.
PageFormat - class java.awt.print.PageFormat.
A PageFormat instance describes the size and orientation of a page to be printed.
PageFormat() - Constructor for class java.awt.print.PageFormat
Create a default, portrait oriented page format.
pageUpAction - Static variable in class com.sun.java.swing.text.DefaultEditorKit
Name of the action to page up vertically.
Paint - interface java.awt.Paint.
This interface defines how color patterns can be generated for Graphics2D operations.
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.
paint(Graphics, float, float, float, float, View, int) - Method in class com.sun.java.swing.text.html.StyleSheet.ListPainter
Paints the css list decoration according to the attributes given.
paint(Graphics, float, float, float, float, View) - Method in class com.sun.java.swing.text.html.StyleSheet.BoxPainter
Paints the css box according to the attributes given.
paint(Graphics, int, int, Shape, JTextComponent) - Method in class com.sun.java.swing.text.DefaultHighlighter.DefaultHighlightPainter
Paints a highlight.
paint(Graphics, int, int, Shape, JTextComponent) - Method in interface com.sun.java.swing.text.Highlighter.HighlightPainter
Renders the highlight.
paint(Graphics, JComponent) - Method in class com.sun.java.swing.plaf.ComponentUI
 
paint(Graphics, Shape) - Method in class com.sun.java.swing.text.View
Renders using the given rendering surface and area on that surface.
paint(Graphics, Shape) - Method in class com.sun.java.swing.text.BoxView
Renders using the given rendering surface and area on that surface.
paint(Graphics, Shape) - Method in class com.sun.java.swing.text.PlainView
Renders using the given rendering surface and area on that surface.
paint(Graphics, Shape) - Method in class com.sun.java.swing.text.FieldView
Renders using the given rendering surface and area on that surface.
paint(Graphics, Shape) - Method in class com.sun.java.swing.text.WrappedPlainView
Renders using the given rendering surface and area on that surface.
paint(Graphics, Shape) - Method in class com.sun.java.swing.text.ComponentView
Paints a component view.
paint(Graphics, Shape) - Method in class com.sun.java.swing.text.IconView
Paints the icon.
paint(Graphics, Shape) - Method in class com.sun.java.swing.text.ParagraphView
Renders using the given rendering surface and area on that surface.
paint(Graphics, Shape) - Method in class com.sun.java.swing.text.LabelView
Renders a portion of a text style run.
paint(Graphics, Shape) - Method in class com.sun.java.swing.text.html.ParagraphView
Renders using the given rendering surface and area on that surface.
paint(Graphics, Shape) - Method in class com.sun.java.swing.text.html.BlockView
Renders using the given rendering surface and area on that surface.
paint(Graphics) - Method in class com.sun.java.swing.JComponent
This method is invoked by Swing to draw components.
paint(Graphics) - Method in class com.sun.java.swing.JLayeredPane
Paints this JLayeredPane within the specified graphics context.
paint(Graphics) - Method in class com.sun.java.swing.CellRendererPane
Shouldn't be called.
paint(Graphics) - Method in class com.sun.java.swing.JViewport
Depending on whether the backingStore is enabled, either paint the image through the backing store or paint just the recently exposed part, using the backing store to "blit" the remainder.
paint(Graphics) - Method in class com.sun.java.swing.text.DefaultHighlighter
Renders the highlights.
paint(Graphics) - Method in interface com.sun.java.swing.text.Highlighter
Renders the highlights.
paint(Graphics) - Method in interface com.sun.java.swing.text.Caret
Renders the caret.
paint(Graphics) - Method in class com.sun.java.swing.text.DefaultCaret
Renders the caret as a vertical line.
paint(Graphics) - Method in class com.sun.java.swing.tree.DefaultTreeCellEditor.EditorContainer
 
paint(Graphics) - Method in class com.sun.java.swing.tree.DefaultTreeCellRenderer
Paints the value.
paint(Graphics) - Method in class java.awt.Component
Paints this component.
paint(Graphics) - Method in class java.awt.Container
Paints the container.
paint(Graphics) - Method in class java.awt.Canvas
This method is called to repaint this canvas.
paintAll(Graphics) - Method in class java.awt.Component
Paints this component and all of its subcomponents.
paintBorder - Variable in class com.sun.java.swing.JProgressBar
 
paintBorder(Component, Graphics, int, int, int, int) - Method in class com.sun.java.swing.border.AbstractBorder
This default implementation does no painting.
paintBorder(Component, Graphics, int, int, int, int) - Method in class com.sun.java.swing.border.BevelBorder
Paints the border for the specified component with the specified position and size.
paintBorder(Component, Graphics, int, int, int, int) - Method in class com.sun.java.swing.border.SoftBevelBorder
Paints the border for the specified component with the specified position and size.
paintBorder(Component, Graphics, int, int, int, int) - Method in interface com.sun.java.swing.border.Border
Paints the border for the specified component with the specified position and size.
paintBorder(Component, Graphics, int, int, int, int) - Method in class com.sun.java.swing.border.EtchedBorder
Paints the border for the specified component with the specified position and size.
paintBorder(Component, Graphics, int, int, int, int) - Method in class com.sun.java.swing.border.EmptyBorder
Does no drawing by default.
paintBorder(Component, Graphics, int, int, int, int) - Method in class com.sun.java.swing.border.LineBorder
Paints the border for the specified component with the specified position and size.
paintBorder(Component, Graphics, int, int, int, int) - Method in class com.sun.java.swing.border.CompoundBorder
Paints the compound border by painting the outside border with the specified position and size and then painting the inside border at the specified position and size offset by the insets of the outside border.
paintBorder(Component, Graphics, int, int, int, int) - Method in class com.sun.java.swing.border.MatteBorder
Paints the matte border.
paintBorder(Component, Graphics, int, int, int, int) - Method in class com.sun.java.swing.border.TitledBorder
Paints the border for the specified component with the specified position and size.
paintBorder(Component, Graphics, int, int, int, int) - Method in class com.sun.java.swing.plaf.BorderUIResource
 
paintBorder(Graphics) - Method in class com.sun.java.swing.JComponent
Paint the component's border.
paintBorder(Graphics) - Method in class com.sun.java.swing.AbstractButton
Paint the button's border if BorderPainted property is true.
paintBorder(Graphics) - Method in class com.sun.java.swing.JToolBar
Paint the toolbar's border if BorderPainted property is true.
paintBorder(Graphics) - Method in class com.sun.java.swing.JPopupMenu
Paint the popup menu's border if BorderPainted property is true.
paintBorder(Graphics) - Method in class com.sun.java.swing.JMenuBar
Paint the menubar's border if BorderPainted property is true.
paintBorder(Graphics) - Method in class com.sun.java.swing.JProgressBar
Paint the progress bar's border if BorderPainted property is true.
paintChild(Graphics, Rectangle, int) - Method in class com.sun.java.swing.text.BoxView
Paints a child.
paintChild(Graphics, Rectangle, int) - Method in class com.sun.java.swing.text.html.ListView
Paints one of the children; called by paint().
paintChildren(Graphics) - Method in class com.sun.java.swing.JComponent
Paint this component's children.
paintChildren(Graphics) - Method in class com.sun.java.swing.JSplitPane
Subclassed to message the UI with finishedPaintingChildren after super has been messaged, as well as painting the border.
paintComponent(Graphics, Component, Container, int, int, int, int, boolean) - Method in class com.sun.java.swing.CellRendererPane
Paint a cell renderer component c on graphics object g.
paintComponent(Graphics, Component, Container, int, int, int, int) - Static method in class com.sun.java.swing.SwingUtilities
Paint a component c on an abitrary graphics g in the specified rectangle.
paintComponent(Graphics, Component, Container, int, int, int, int) - Method in class com.sun.java.swing.CellRendererPane
Calls this.paintComponent(g, c, p, x, y, w, h, false).
paintComponent(Graphics, Component, Container, Rectangle) - Static method in class com.sun.java.swing.SwingUtilities
 
paintComponent(Graphics, Component, Container, Rectangle) - Method in class com.sun.java.swing.CellRendererPane
Calls this.paintComponent() with the rectangles x,y,width,height fields.
paintComponent(Graphics) - Method in class com.sun.java.swing.JComponent
If the UI delegate is non-null, call its paint method.
paintComponents(Graphics) - Method in class java.awt.Container
Paints each of the components in this container.
PaintContext - interface java.awt.PaintContext.
This interface defines the encapsulated and optimized environment for a paint operation, i.e. generating color patterns in device space for a fill or stroke operation on a Graphics2D.
paintDirtyRegions() - Method in class com.sun.java.swing.RepaintManager
Paint all of the components that have been marked dirty.
PaintEvent - class java.awt.event.PaintEvent.
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.
paintIcon(Component, Graphics, int, int) - Method in class com.sun.java.swing.ImageIcon
Paints the Icon
paintIcon(Component, Graphics, int, int) - Method in interface com.sun.java.swing.Icon
Draw the icon at the specified location.
paintIcon(Component, Graphics, int, int) - Method in class com.sun.java.swing.plaf.IconUIResource
 
paintImmediately(int, int, int, int) - Method in class com.sun.java.swing.JComponent
Paint the specified region in this component and all of its descendants that overlap the region, immediately.
paintImmediately(Rectangle) - Method in class com.sun.java.swing.JComponent
Paint the specified region now.
paintLoweredBevel(Component, Graphics, int, int, int, int) - Method in class com.sun.java.swing.border.BevelBorder
 
paintRaisedBevel(Component, Graphics, int, int, int, int) - Method in class com.sun.java.swing.border.BevelBorder
 
paintString - Variable in class com.sun.java.swing.JProgressBar
 
paintValue(Graphics, Rectangle) - Method in class java.beans.PropertyEditorSupport
Paint a representation of the value into a given area of screen real estate.
paintValue(Graphics, Rectangle) - Method in interface java.beans.PropertyEditor
Paint a representation of the value into a given area of screen real estate.
PALETTE_LAYER - Static variable in class com.sun.java.swing.JLayeredPane
Convenience object defining the Palette layer.
Panel - class java.awt.Panel.
Panel is the simplest container class.
PANEL - Static variable in class com.sun.java.accessibility.AccessibleRole
A generic container that is often used to group objects.
Panel() - Constructor for class java.awt.Panel
Creates a new panel using the default layout manager.
Panel(LayoutManager) - Constructor for class java.awt.Panel
Creates a new panel with the specified layout manager.
PanelUI - class com.sun.java.swing.plaf.PanelUI.
Pluggable look and feel interface for Panel.
Paper - class java.awt.print.Paper.
Describes the physical characteristics of a piece of paper. 11/11/97 Notes - Should support media color, weight, and type.
Paper() - Constructor for class java.awt.print.Paper
Creates a letter sized piece of paper with one inch margins.
PARA_INDENT_LEFT - Static variable in class com.sun.java.swing.text.html.HTMLEditorKit
The paragraph left indent action identifier
PARA_INDENT_RIGHT - Static variable in class com.sun.java.swing.text.html.HTMLEditorKit
The paragraph right indent action identifier
PARAGRAPH_SEPARATOR - Static variable in class java.lang.Character
 
ParagraphElementName - Static variable in class com.sun.java.swing.text.AbstractDocument
Name of elements used to represent paragraphs
ParagraphView - class com.sun.java.swing.text.ParagraphView.
View of a simple line-wrapping paragraph that supports multiple fonts, colors, components, icons, etc.
ParagraphView - class com.sun.java.swing.text.html.ParagraphView.
Displays the a paragraph, and uses css attributes for its configuration.
ParagraphView(Element) - Constructor for class com.sun.java.swing.text.ParagraphView
Constructs a ParagraphView for the given element.
ParagraphView(Element) - Constructor for class com.sun.java.swing.text.html.ParagraphView
Constructs a ParagraphView for the given element.
PARAM - Static variable in class com.sun.java.swing.text.html.HTML.Tag
 
PARAM_IN - Static variable in class org.omg.CORBA.ParameterMode
 
PARAM_INOUT - Static variable in class org.omg.CORBA.ParameterMode
 
PARAM_OUT - Static variable in class org.omg.CORBA.ParameterMode
 
ParameterBlock - class java.awt.image.renderable.ParameterBlock.
A ParameterBlock encapsulates all the information about sources and parameters (Objects) required by a RenderableImageOp, or other classes that process images.
ParameterBlock() - Constructor for class java.awt.image.renderable.ParameterBlock
A dummy constructor.
ParameterBlock(Vector, Vector) - Constructor for class java.awt.image.renderable.ParameterBlock
Constructs a ParameterBlock with a given Vector of sources and Vector of parameters.
ParameterBlock(Vector) - Constructor for class java.awt.image.renderable.ParameterBlock
Constructs a ParameterBlock with a given Vector of sources.
ParameterDescription - class org.omg.CORBA.ParameterDescription.
 
ParameterDescription() - Constructor for class org.omg.CORBA.ParameterDescription
 
ParameterDescription(String, TypeCode, IDLType, ParameterMode) - Constructor for class org.omg.CORBA.ParameterDescription
 
ParameterDescriptor - class java.beans.ParameterDescriptor.
The ParameterDescriptor class allows bean implementors to provide additional information on each of their parameters, beyond the low level type information provided by the java.lang.reflect.
ParameterDescriptor() - Constructor for class java.beans.ParameterDescriptor
Public default constructor.
ParameterMode - class org.omg.CORBA.ParameterMode.
 
parameters - Variable in class java.awt.image.renderable.ParameterBlock
A Vector of non-source parameters, stored as arbitrary Objects.
parameters - Variable in class org.omg.CORBA.OperationDescription
 
params() - Method in interface org.omg.CORBA.OperationDef
 
params(NVList) - Method in class org.omg.CORBA.ServerRequest
Deprecated. arguments() provides the same functionality as params()
params(ParameterDescription[]) - Method in interface org.omg.CORBA.OperationDef
 
paramString() - Method in class com.sun.java.swing.JMenu
Gets the parameter string representing the state of this menu.
paramString() - Method in class com.sun.java.swing.JTextField
Returns the String of parameters for this JTextField (columns + command string).
paramString() - Method in class com.sun.java.swing.JTextArea
Returns the String of parameters for this TextArea (rows and columns).
paramString() - Method in class com.sun.java.swing.event.InternalFrameEvent
Returns a parameter string identifying this event.
paramString() - Method in class java.awt.Component
Returns the parameter string representing the state of this component.
paramString() - Method in class java.awt.Container
Returns the parameter string representing the state of this container.
paramString() - Method in class java.awt.Frame
Returns the parameter String of this Frame.
paramString() - Method in class java.awt.Dialog
Returns the parameter string representing the state of this dialog window.
paramString() - Method in class java.awt.AWTEvent
 
paramString() - Method in class java.awt.Event
Returns the parameter string representing this event.
paramString() - Method in class java.awt.MenuComponent
Returns the parameter string representing the state of this menu component.
paramString() - Method in class java.awt.TextComponent
Returns the parameter string representing the state of this text component.
paramString() - Method in class java.awt.Checkbox
Returns the parameter string representing the state of this check box.
paramString() - Method in class java.awt.MenuShortcut
 
paramString() - Method in class java.awt.ScrollPane
 
paramString() - Method in class java.awt.Scrollbar
Returns the parameter string representing the state of this scroll bar.
paramString() - Method in class java.awt.Choice
Returns the parameter string representing the state of this choice menu.
paramString() - Method in class java.awt.MenuItem
Returns the parameter string representing the state of this menu item.
paramString() - Method in class java.awt.CheckboxMenuItem
Returns the parameter string representing the state of this check box menu item.
paramString() - Method in class java.awt.Button
Returns the parameter string representing the state of this button.
paramString() - Method in class java.awt.TextField
Returns the parameter string representing the state of this text field.
paramString() - Method in class java.awt.Menu
Gets the parameter string representing the state of this menu.
paramString() - Method in class java.awt.FileDialog
Returns the parameter string representing the state of this file dialog window.
paramString() - Method in class java.awt.TextArea
Returns the parameter string representing the state of this text area.
paramString() - Method in class java.awt.List
Returns the parameter string representing the state of this scrolling list.
paramString() - Method in class java.awt.Label
Returns the parameter string representing the state of this label.
paramString() - Method in class java.awt.event.ComponentEvent
Returns a parameter string identifying this 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.ContainerEvent
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.InputMethodEvent
Returns a parameter string identifying this event.
paramString() - Method in class java.awt.event.WindowEvent
Returns a parameter string identifying this event.
paramString() - Method in class java.awt.event.AdjustmentEvent
 
paramString() - Method in class java.awt.event.FocusEvent
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.ActionEvent
Returns a parameter string identifying this action event.
parent - Variable in class com.sun.java.swing.tree.DefaultMutableTreeNode
this node's parent, or null if this node has no parent
parent - Variable in class java.awt.image.Raster
The parent of this Raster, or null.
parent - Variable in class java.util.ResourceBundle
The parent bundle is consulted by getObject when this bundle does not contain a particular resource.
parent() - Method in class org.omg.CORBA.Context
Retrieves the parent of this Context object.
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.
parse(Reader, HTMLEditorKit.ParserCallback) - Method in class com.sun.java.swing.text.html.HTMLEditorKit.Parser
Parse the given stream and drive the given callback with the results of the parse.
parse(String, ParsePosition) - Method in class java.text.NumberFormat
Returns a Long if possible (e.g.
parse(String, ParsePosition) - Method in class java.text.DecimalFormat
 
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.SimpleDateFormat
Overrides DateFormat
parse(String, ParsePosition) - Method in class java.text.ChoiceFormat
 
parse(String, ParsePosition) - Method in class java.text.MessageFormat
Parses the string.
parse(String) - Method in class java.text.NumberFormat
Convenience method.
parse(String) - Method in class java.text.DateFormat
Parse a date/time string.
parse(String) - Method in class java.text.MessageFormat
Parses the string.
parse(String) - Static method in class java.util.Date
Deprecated. As of JDK version 1.1, replaced by DateFormat.parse(String s).
parse(String) - Method in class java.util.mime.MimeTypeParameterList
A routine for parsing the parameter list out of a String.
parseByte(String, int) - Static method in class java.lang.Byte
Assuming the specified String represents a byte, returns that byte's value.
parseByte(String) - Static method in class java.lang.Byte
Assuming the specified String represents a byte, returns that byte's value.
ParseException - exception java.text.ParseException.
Signals that an error has been has been reached unexpectedly while parsing.
ParseException(String, int) - Constructor for class java.text.ParseException
Constructs a ParseException with the specified detail message and offset.
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.
parseLevel(String) - Static method in class java.rmi.server.LogStream
Convert a string name of a logging level to its internal integer representation.
parseLong(String, int) - Static method in class java.lang.Long
Parses the string argument as a signed long in the radix specified by the second argument.
parseLong(String) - Static method in class java.lang.Long
Parses the string argument as a signed decimal long.
parseNumbers() - Method in class java.io.StreamTokenizer
Specifies that numbers should be parsed by this tokenizer.
parseObject(String, ParsePosition) - Method in class java.text.Format
Parses a string to produce an object.
parseObject(String, ParsePosition) - Method in class java.text.NumberFormat
 
parseObject(String, ParsePosition) - Method in class java.text.DateFormat
Parse a date/time string into an Object.
parseObject(String, ParsePosition) - Method in class java.text.MessageFormat
Parses the string.
parseObject(String) - Method in class java.text.Format
Parses a string to produce an object.
ParsePosition - class java.text.ParsePosition.
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.
parseShort(String, int) - Static method in class java.lang.Short
Assuming the specified String represents a short, returns that short's value.
parseShort(String) - Static method in class java.lang.Short
Assuming the specified String represents a short, returns that short's value.
parseURL(URL, String, int, int) - Method in class java.net.URLStreamHandler
Parses the string representation of a URL into a URL object.
PASSWORD_TEXT - Static variable in class com.sun.java.accessibility.AccessibleRole
A text object used for passwords, or other places where the text contents is not shown visibly to the user
PasswordAuthentication - class java.net.PasswordAuthentication.
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.
PasswordView - class com.sun.java.swing.text.PasswordView.
Implements a View suitable for use in JPasswordField UI implementations.
PasswordView(Element) - Constructor for class com.sun.java.swing.text.PasswordView
Constructs a new view wrapped on an element.
paste() - Method in class com.sun.java.swing.text.JTextComponent
Transfers the contents of the system clipboard into the associated text model.
pasteAction - Static variable in class com.sun.java.swing.text.DefaultEditorKit
Name of the action to paste the contents of the system clipboard into the selected region, or before the caret if nothing is selected.
path - Variable in class com.sun.java.swing.event.TreeExpansionEvent
Path to the value this event represents.
path - Variable in class com.sun.java.swing.event.TreeModelEvent
Path to the parent of the nodes that have changed.
pathByAddingChild(Object) - Method in class com.sun.java.swing.tree.TreePath
Returns a new path containing all the elements of this receiver plus child.
pathFromAncestorEnumeration(TreeNode) - Method in class com.sun.java.swing.tree.DefaultMutableTreeNode
Creates and returns an enumeration that follows the path from ancestor to this node.
PathIterator - interface java.awt.geom.PathIterator.
The iteration interface for objects which traverse the geometric outline of the boundary of an object which implements the Shape interface.
paths - Variable in class com.sun.java.swing.event.TreeSelectionEvent
Paths this event represents.
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.
PAUSE - Static variable in class java.awt.Event
The Pause key, a non-ASCII action key.
pcSupport - Variable in class java.beans.beancontext.BeanContextChildSupport
 
peek() - Method in class java.util.Stack
Looks at the object at the top of this stack without removing it from the stack.
peek(InetAddress) - Method in class java.net.DatagramSocketImpl
Peek at the packet to see who it is from.
peekEvent() - Method in class java.awt.EventQueue
Return the first event without removing it.
peekEvent(int) - Method in class java.awt.EventQueue
 
perform_work() - Method in class org.omg.CORBA.ORB
If called by the main thread, this operation performs an implementation-dependent unit of work.
performDefaultLayout() - Method in class java.awt.font.GlyphVector
Assigns default positions to each glyph in the GlyphVector.
Permission - class java.security.Permission.
Abstract class for representing access to a system resource.
Permission - interface java.security.acl.Permission.
This interface represents a permission, such as that used to grant a particular type of access to a resource.
Permission(String) - Constructor for class java.security.Permission
Constructs a permission with the specified name.
PermissionCollection - class java.security.PermissionCollection.
Abstract class representing a collection of Permission objects.
PermissionCollection() - Constructor for class java.security.PermissionCollection
 
Permissions - class java.security.Permissions.
This class represents a heterogeneous collection of Permissions.
permissions() - Method in interface java.security.acl.AclEntry
Returns an enumeration of the permissions in this ACL entry.
Permissions() - Constructor for class java.security.Permissions
Creates a new Permissions object containing no PermissionCollections.
PERSIST_STORE - exception org.omg.CORBA.PERSIST_STORE.
The CORBA PERSIST_STORE exception, which is thrown when there is an error with the persistent storage on the server.
PERSIST_STORE() - Constructor for class org.omg.CORBA.PERSIST_STORE
Constructs a PERSIST_STORE exception with a default minor code of 0, a completion state of CompletionStatus.
PERSIST_STORE(int, CompletionStatus) - Constructor for class org.omg.CORBA.PERSIST_STORE
Constructs a PERSIST_STORE exception with the specified minor code and completion status.
PERSIST_STORE(String, int, CompletionStatus) - Constructor for class org.omg.CORBA.PERSIST_STORE
Constructs a PERSIST_STORE exception with the specified description message, minor code, and completion status.
PERSIST_STORE(String) - Constructor for class org.omg.CORBA.PERSIST_STORE
Constructs a PERSIST_STORE exception with the specified description message, a minor code of 0, and a completion state of COMPLETED_NO.
PGDN - Static variable in class java.awt.Event
The Page Down key, a non-ASCII action key.
PGUP - Static variable in class java.awt.Event
The Page Up key, a non-ASCII action key.
PhantomReference - class java.lang.ref.PhantomReference.
Phantom reference objects, for use in scheduling pre-mortem cleanup actions.
PhantomReference(Object, ReferenceQueue) - Constructor for class java.lang.ref.PhantomReference
Create a new phantom reference that refers to the given object and is registered with the given queue.
PI - Static variable in class java.lang.Math
The double value that is closer than any other to pi, the ratio of the circumference of a circle to its diameter.
PIE - Static variable in class java.awt.geom.Arc2D
The closure type for an arc closed by drawing straight line segments from the start of the arc segment to the center of the full ellipse and back to the end of the arc segment.
pink - Static variable in class java.awt.Color
The color pink.
PIPE_SIZE - Static variable in class java.io.PipedInputStream
The size of the pipe's circular input buffer.
PipedInputStream - class java.io.PipedInputStream.
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() - Constructor for class java.io.PipedInputStream
Creates a PipedInputStream so that it is not yet connected.
PipedInputStream(PipedOutputStream) - Constructor for class java.io.PipedInputStream
Creates a PipedInputStream so that it is connected to the piped output stream src.
PipedOutputStream - class java.io.PipedOutputStream.
A piped output stream can be connected to a piped input stream to create a communications pipe.
PipedOutputStream() - Constructor for class java.io.PipedOutputStream
Creates a piped output stream that is not yet connected to a piped input stream.
PipedOutputStream(PipedInputStream) - Constructor for class java.io.PipedOutputStream
Creates a piped output stream connected to the specified piped input stream.
PipedReader - class java.io.PipedReader.
Piped character-input streams.
PipedReader() - Constructor for class java.io.PipedReader
Create a reader that is not yet connected to a piped writer.
PipedReader(PipedWriter) - Constructor for class java.io.PipedReader
Create a reader for the specified piped character-output stream.
PipedWriter - class java.io.PipedWriter.
Piped character-output streams.
PipedWriter() - Constructor for class java.io.PipedWriter
Create a writer that is not yet connected to a piped reader.
PipedWriter(PipedReader) - Constructor for class java.io.PipedWriter
Create a writer for the specified piped character-input stream.
pixel_bits - Variable in class java.awt.image.ColorModel
 
PixelGrabber - class java.awt.image.PixelGrabber.
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, 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.
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.
PixelInterleavedSampleModel - class java.awt.image.PixelInterleavedSampleModel.
This class represents image data which is stored in a pixel interleaved fashion and for which each sample of a pixel occupies one data element of the DataBuffer.
PixelInterleavedSampleModel(int, int, int, int, int, int[]) - Constructor for class java.awt.image.PixelInterleavedSampleModel
Constructs a PixelInterleavedSampleModel with the specified parameters.
pixelStride - Variable in class java.awt.image.ComponentSampleModel
Pixel stride (in data array elements) of the region of image data described by this ComponentSampleModel.
pk_any - Static variable in class org.omg.CORBA.PrimitiveKind
 
pk_boolean - Static variable in class org.omg.CORBA.PrimitiveKind
 
pk_char - Static variable in class org.omg.CORBA.PrimitiveKind
 
pk_double - Static variable in class org.omg.CORBA.PrimitiveKind
 
pk_float - Static variable in class org.omg.CORBA.PrimitiveKind
 
pk_long - Static variable in class org.omg.CORBA.PrimitiveKind
 
pk_null - Static variable in class org.omg.CORBA.PrimitiveKind
 
pk_objref - Static variable in class org.omg.CORBA.PrimitiveKind
 
pk_octet - Static variable in class org.omg.CORBA.PrimitiveKind
 
pk_Principal - Static variable in class org.omg.CORBA.PrimitiveKind
 
pk_short - Static variable in class org.omg.CORBA.PrimitiveKind
 
pk_string - Static variable in class org.omg.CORBA.PrimitiveKind
 
pk_TypeCode - Static variable in class org.omg.CORBA.PrimitiveKind
 
pk_ulong - Static variable in class org.omg.CORBA.PrimitiveKind
 
pk_ushort - Static variable in class org.omg.CORBA.PrimitiveKind
 
pk_void - Static variable in class org.omg.CORBA.PrimitiveKind
 
PKCS8EncodedKeySpec - class java.security.spec.PKCS8EncodedKeySpec.
This class represents the DER encoding of a private key, according to the format specified in the PKCS #8 standard.
PKCS8EncodedKeySpec(byte[]) - Constructor for class java.security.spec.PKCS8EncodedKeySpec
Creates a new PKCS8EncodedKeySpec with the given encoded key.
PLAIN - Static variable in class java.awt.Font
The plain style constant.
PLAIN_MESSAGE - Static variable in class com.sun.java.swing.JOptionPane
No icon is used.
PlainDocument - class com.sun.java.swing.text.PlainDocument.
A plain document that uses one font and color.
PlainDocument() - Constructor for class com.sun.java.swing.text.PlainDocument
Constructs a plain text document.
PlainDocument(AbstractDocument.Content) - Constructor for class com.sun.java.swing.text.PlainDocument
Constructs a plain text document.
plainTextFlavor - Static variable in class java.awt.datatransfer.DataFlavor
The DataFlavor representing plain text with unicode encoding, where: representationClass = InputStream
mimeType = "text/plain; charset=unicode"
PlainView - class com.sun.java.swing.text.PlainView.
Implements View interface for a simple multi-line text view that has text in one font and color.
PlainView(Element) - Constructor for class com.sun.java.swing.text.PlainView
Constructs a new PlainView wrapped on an element.
play() - Method in interface java.applet.AudioClip
Starts playing this audio clip.
play(URL, String) - Method in class java.applet.Applet
Plays the audio clip given the URL and a specifier that is relative to it.
play(URL) - Method in class java.applet.Applet
Plays the audio clip at the specified absolute URL. Nothing happens if the audio clip cannot be found.
PM - Static variable in class java.util.Calendar
Value of the AM_PM field indicating the period of the day from noon to just before midnight.
Point - class java.awt.Point.
A point representing a location in (x, y) coordinate space, specified in integer precision.
Point() - Constructor for class java.awt.Point
Constructs and initializes a point at the origin (0, 0) of the coordinate space.
Point(int, int) - Constructor for class java.awt.Point
Constructs and initializes a point at the specified (xy) location in the coordinate space.
Point(Point) - Constructor for class java.awt.Point
Constructs and initializes a point with the same location as the specified Point object.
Point2D - class java.awt.geom.Point2D.
A point representing a location in (x, y) coordinate space.
Point2D.Double - class java.awt.geom.Point2D.Double.
A point specified in double precision.
Point2D.Double() - Constructor for class java.awt.geom.Point2D.Double
Constructs and initializes a Point with coordinates (0, 0).
Point2D.Double(double, double) - Constructor for class java.awt.geom.Point2D.Double
Constructs and initializes a Point with the specified coordinates.
Point2D.Float - class java.awt.geom.Point2D.Float.
A point specified in float precision.
Point2D.Float() - Constructor for class java.awt.geom.Point2D.Float
Constructs and initializes a Point with coordinates (0, 0).
Point2D.Float(float, float) - Constructor for class java.awt.geom.Point2D.Float
Constructs and initializes a Point with the specified coordinates.
Point2D() - Constructor for class java.awt.geom.Point2D
This is an abstract class that cannot be instantiated directly.
pointSize - Variable in class java.awt.Font
The point size of this font in float.
Policy - class java.security.Policy.
This is an abstract class for representing the system security policy for a Java application environment (specifying which permissions are available for code from various sources).
Policy - interface org.omg.CORBA.Policy.
The Policy interface provides a mechanism for ORBs and Object Services to allow access to certain choices that affect their operation.
policy_type() - Method in interface org.omg.CORBA.Policy
This readonly attribute returns the constant value that corresponds to the type of the Policy object.
Policy() - Constructor for class java.security.Policy
 
poll_next_response() - Method in class org.omg.CORBA.ORB
Finds out if any of the deferred (asynchronous) invocations have a response yet.
poll_response() - Method in class org.omg.CORBA.Request
Allows the user to determine whether a response has been received for the invocation triggered earlier with the send_deferred method.
poll() - Method in class java.lang.ref.ReferenceQueue
Poll this queue to see if a reference object is available, immediately returning one if so.
Polygon - class java.awt.Polygon.
The Polygon class encapsulates a description of a closed, two-dimensional region within a coordinate space.
Polygon() - Constructor for class java.awt.Polygon
Creates an empty polygon.
Polygon(int[], int[], int) - Constructor for class java.awt.Polygon
Constructs and initializes a polygon from the specified parameters.
pop() - Method in class java.awt.EventQueue
Stop dispatching events using this EventQueue instance.
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.
popCharacterStyle() - Method in class com.sun.java.swing.text.html.HTMLDocument.HTMLReader
Pop a previously pushed character style off the stack to return to a previous style.
POPUP_LAYER - Static variable in class com.sun.java.swing.JLayeredPane
Convenience object defining the Popup layer.
POPUP_MENU - Static variable in class com.sun.java.accessibility.AccessibleRole
A temporary window that is usually used to offer the user a list of choices, and then hides when the user selects one of those choices.
popupListener - Variable in class com.sun.java.swing.JMenu
The window-closing listener for the popup.
PopupMenu - class java.awt.PopupMenu.
A class that implements a menu which can be dynamically popped up at a specified position within a component.
PopupMenu() - Constructor for class java.awt.PopupMenu
Creates a new popup menu.
PopupMenu(String) - Constructor for class java.awt.PopupMenu
Creates a new popup menu with the specified name.
popupMenuCanceled(PopupMenuEvent) - Method in interface com.sun.java.swing.event.PopupMenuListener
This method is called when the popup menu is canceled
PopupMenuEvent - class com.sun.java.swing.event.PopupMenuEvent.
PopupMenuEvent only contains the source of the event which is the JPoupMenu sending the event Warning: serialized objects of this class will not be compatible with future swing releases.
PopupMenuEvent(Object) - Constructor for class com.sun.java.swing.event.PopupMenuEvent
 
PopupMenuListener - interface com.sun.java.swing.event.PopupMenuListener.
A popup menu listener
PopupMenuUI - class com.sun.java.swing.plaf.PopupMenuUI.
Pluggable look and feel interface for JPopupMenu.
PopupMenuUI() - Constructor for class com.sun.java.swing.plaf.PopupMenuUI
 
popupMenuWillBecomeInvisible(PopupMenuEvent) - Method in interface com.sun.java.swing.event.PopupMenuListener
This method is called before the popup menu becomes invisible Note that a JPopupMenu can become invisible any time
popupMenuWillBecomeVisible(PopupMenuEvent) - Method in interface com.sun.java.swing.event.PopupMenuListener
This method is called before the popup menu becomes visible
port - Variable in class java.net.SocketImpl
The port number on the remote host to which this socket is connected.
PORTRAIT - Static variable in class java.awt.print.PageFormat
The origin is at the top left of the paper with x running to the right and y running down the paper.
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.BufferedInputStream
The current position in the buffer.
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.
pos - Variable in class java.io.CharArrayReader
Current buffer position
Position - interface com.sun.java.swing.text.Position.
Represents a location within a document.
Position.Bias - class com.sun.java.swing.text.Position.Bias.
A typesafe enumeration to indicate bias to a position in the model.
position(Blob, long) - Method in interface java.sql.Blob
Determine the byte position at which the given pattern
position(byte[], long) - Method in interface java.sql.Blob
Determine the byte position at which the given byte pattern
position(Clob, long) - Method in interface java.sql.Clob
Determine the character position at which the given substring
position(String, long) - Method in interface java.sql.Clob
Determine the character position at which the given substring
positionCaret(MouseEvent) - Method in class com.sun.java.swing.text.DefaultCaret
Tries to set the position of the caret from the coordinates of a mouse event, using viewToModel().
positionToElement(int) - Method in class com.sun.java.swing.text.AbstractDocument.BranchElement
Gets the child element that contains the given model position.
POSITIVE_INFINITY - Static variable in class java.lang.Double
The positive infinity of type double.
POSITIVE_INFINITY - Static variable in class java.lang.Float
The positive infinity of type float.
postActionEvent() - Method in class com.sun.java.swing.JTextField
Processes action events occurring on this textfield by dispatching them to any registered ActionListener objects.
postEdit(UndoableEdit) - Method in class com.sun.java.swing.undo.UndoableEditSupport
DEADLOCK WARNING: Calling this method may call undoableEditHappened in all listeners.
postEvent(AWTEvent) - Method in class java.awt.EventQueue
Post a 1.1-style event to the EventQueue.
postEvent(Event) - Method in class java.awt.Component
Deprecated. As of JDK version 1.1, replaced by dispatchEvent(AWTEvent).
postEvent(Event) - Method in class java.awt.Window
Deprecated. As of JDK version 1.1 replaced by dispatchEvent(AWTEvent).
postEvent(Event) - Method in class java.awt.MenuComponent
Deprecated. As of JDK version 1.1, replaced by dispatchEvent(AWTEvent).
postEvent(Event) - Method in interface java.awt.MenuContainer
Deprecated. As of JDK version 1.1 replaced by dispatchEvent(AWTEvent).
postorderEnumeration() - Method in class com.sun.java.swing.tree.DefaultMutableTreeNode
Creates and returns an enumeration that traverses the subtree rooted at this node in postorder.
postRemoveUpdate(AbstractDocument.DefaultDocumentEvent) - Method in class com.sun.java.swing.text.AbstractDocument
Updates any document structure as a result of text removal.
postState - Variable in class com.sun.java.swing.undo.StateEdit
The state information after the edit
POSTURE - Static variable in class java.awt.font.TextAttribute
Attribute key for the posture of a font.
POSTURE_OBLIQUE - Static variable in class java.awt.font.TextAttribute
The standard italic posture.
POSTURE_REGULAR - Static variable in class java.awt.font.TextAttribute
The standard posture, upright.
pow(double, double) - Static method in class java.lang.Math
Returns of value of the first argument raised to the power of the second argument.
pow(int) - Method in class java.math.BigInteger
Returns a BigInteger whose value is (thisexponent).
PRC - Static variable in class java.util.Locale
Useful constant for country.
PRE - Static variable in class com.sun.java.swing.text.html.HTML.Tag
 
preceding(int) - Method in class java.text.BreakIterator
Return the last boundary preceding the specfied offset.
preConcatenate(AffineTransform) - Method in class java.awt.geom.AffineTransform
Concatenates an AffineTransform Tx to this AffineTransform Cx in a less commonly used way such that Tx modifies the coordinate transformation relative to the absolute pixel space rather than relative to the existing user space.
preConcetenateTransform(AffineTransform) - Method in class java.awt.image.renderable.RenderContext
Modifies the current user-to-device transform by prepending another transform.
preContent(char[]) - Method in class com.sun.java.swing.text.html.HTMLDocument.HTMLReader
Add the given content that was encountered in a PRE element.
predefined - Static variable in class java.awt.Cursor
 
preferenceChanged(View, boolean, boolean) - Method in class com.sun.java.swing.text.View
Child views can call this on the parent to indicate that the preference has changed and should be reconsidered for layout.
preferenceChanged(View, boolean, boolean) - Method in class com.sun.java.swing.text.BoxView
This is called by a child to indicated its preferred span has changed.
preferenceChanged(View, boolean, boolean) - Method in class com.sun.java.swing.text.PlainView
Signals that the desired span has changed.
preferred - Variable in class com.sun.java.swing.SizeRequirements
The preferred (natural) size.
PREFERRED - Static variable in class java.awt.GraphicsConfigTemplate
Value used for "Enum" (Integer) type.
preferredLayoutSize(Container) - Method in class com.sun.java.swing.ViewportLayout
Returns the preferred dimensions for this layout given the components in the specified target container.
preferredLayoutSize(Container) - Method in class com.sun.java.swing.BoxLayout
Returns the preferred dimensions for this layout, given the components in the specified target container.
preferredLayoutSize(Container) - Method in class com.sun.java.swing.JRootPane.RootLayout
Returns the amount of space the layout would like to have.
preferredLayoutSize(Container) - Method in class com.sun.java.swing.ScrollPaneLayout
The preferred size of a ScrollPane is the size of the insets, plus the preferred size of the viewport, plus the preferred size of the visible headers, plus the preferred size of the scrollbars that will appear given the current view and the current scrollbar displayPolicies.
preferredLayoutSize(Container) - Method in class com.sun.java.swing.OverlayLayout
Returns the preferred dimensions for this layout given the components in the specified target container.
preferredLayoutSize(Container) - Method in class java.awt.CardLayout
Determines the preferred size of the container argument using this card layout.
preferredLayoutSize(Container) - Method in class java.awt.GridLayout
Determines the preferred size of the container argument using this grid layout.
preferredLayoutSize(Container) - Method in interface java.awt.LayoutManager
Calculates the preferred size dimensions for the specified panel given the components in the specified parent container.
preferredLayoutSize(Container) - Method in class java.awt.GridBagLayout
Determines the preferred size of the target container using this grid bag layout.
preferredLayoutSize(Container) - Method in class java.awt.FlowLayout
Returns the preferred dimensions for this layout given the components in the specified target container.
preferredLayoutSize(Container) - Method in class java.awt.BorderLayout
Determines the preferred size of the target container using this layout manager, based on the components in the container.
PREFERREDSIZE - Static variable in class java.awt.GridBagLayout
 
preferredSize() - Method in class java.awt.Component
Deprecated. As of JDK version 1.1, replaced by getPreferredSize().
preferredSize() - Method in class java.awt.Container
Deprecated. As of JDK version 1.1, replaced by getPreferredSize().
preferredSize() - Method in class java.awt.TextField
Deprecated. As of JDK version 1.1, replaced by getPreferredSize().
preferredSize() - Method in class java.awt.TextArea
Deprecated. As of JDK version 1.1, replaced by getPreferredSize().
preferredSize() - Method in class java.awt.List
Deprecated. As of JDK version 1.1, replaced by getPreferredSize().
preferredSize(int, int) - Method in class java.awt.TextArea
Deprecated. As of JDK version 1.1, replaced by getPreferredSize(int, int).
preferredSize(int) - Method in class java.awt.TextField
Deprecated. As of JDK version 1.1, replaced by getPreferredSize(int).
preferredSize(int) - Method in class java.awt.List
Deprecated. As of JDK version 1.1, replaced by getPreferredSize(int).
preferredViewportSize - Variable in class com.sun.java.swing.JTable
Used by the Scrollable interface to determine the initial visible area
PREMULTIPLIED - Static variable in class java.awt.image.BufferedImage
 
preorderEnumeration() - Method in class com.sun.java.swing.tree.DefaultMutableTreeNode
Creates and returns an enumeration that traverses the subtree rooted at this node in preorder.
prepareCall(String, int, int) - Method in interface java.sql.Connection
JDBC 2.0 Same as prepareCall() above, but allows the default result set type and result set concurrency type to be overridden.
prepareCall(String) - Method in interface java.sql.Connection
A SQL stored procedure call statement is handled by creating a CallableStatement for it.
PreparedStatement - interface java.sql.PreparedStatement.
A SQL statement is pre-compiled and stored in a PreparedStatement object.
prepareEditor(TableCellEditor, int, int) - Method in class com.sun.java.swing.JTable
Prepares the specified editor using the value at the specified cell.
prepareForEditing() - Method in class com.sun.java.swing.tree.DefaultTreeCellEditor
 
prepareImage(Image, ImageObserver) - Method in class java.awt.Component
Prepares an image for rendering on this component.
prepareImage(Image, int, int, ImageObserver) - Method in class java.awt.Component
Prepares an image for rendering on this component at the specified width and height.
prepareImage(Image, int, int, ImageObserver) - Method in class java.awt.Toolkit
Prepares an image for rendering.
prepareRenderer(TableCellRenderer, int, int) - Method in class com.sun.java.swing.JTable
Prepares the specified renderer with an appropriate value from the dataModel, and an appropriate selection value from the selection models.
prepareStatement(String, int, int) - Method in interface java.sql.Connection
JDBC 2.0 Same as prepareStatement() above, but allows the default result set type and result set concurrency type to be overridden.
prepareStatement(String) - Method in interface java.sql.Connection
A SQL statement with or without IN parameters can be pre-compiled and stored in a PreparedStatement object.
PRESSED - Static variable in class com.sun.java.accessibility.AccessibleState
Indicates this object is currently pressed.
PRESSED - Static variable in class com.sun.java.swing.DefaultButtonModel
Indicates that the button has been "pressed" (typically, when the mouse is released).
PRESSED_ICON_CHANGED_PROPERTY - Static variable in class com.sun.java.swing.AbstractButton
 
preState - Variable in class com.sun.java.swing.undo.StateEdit
The state information prior to the edit
PREVIEW_PANEL_PROPERTY - Static variable in class com.sun.java.swing.JColorChooser
The preview panel property name.
previous() - Method in class com.sun.java.swing.text.ElementIterator
Fetches the previous Element.
previous() - Method in interface java.sql.ResultSet
JDBC 2.0 Moves to the previous row in the result set.
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.StringCharacterIterator
Implements CharacterIterator.previous() for String.
previous() - Method in class java.text.CollationElementIterator
Get the ordering priority of the previous collation element in the string.
previous() - Method in class java.text.BreakIterator
Return the boundary preceding the current boundary.
previous() - Method in interface java.util.ListIterator
Returns the previous element in the List.
previous(Container) - Method in class java.awt.CardLayout
Flips to the previous card of the specified container.
previousDouble(double) - Static method in class java.text.ChoiceFormat
Finds the greatest double less than d.
previousIndex() - Method in interface java.util.ListIterator
Returns the index of the element that would be returned by a subsequent call to previous.
previousWordAction - Static variable in class com.sun.java.swing.text.DefaultEditorKit
Name of the Action for moving the caret to the begining of the previous word.
PRIMARY - Static variable in class java.text.Collator
Collator strength value.
primaryOrder(int) - Static method in class java.text.CollationElementIterator
Get the primary order of a collation order.
PrimitiveDef - interface org.omg.CORBA.PrimitiveDef.
A PrimitiveDef represents one of the IDL primitive types.
PrimitiveKind - class org.omg.CORBA.PrimitiveKind.
 
Principal - interface java.security.Principal.
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.
Principal - class org.omg.CORBA.Principal.
A class that contains information about the identity of the client, for access control and other purposes.
PrincipalHolder - class org.omg.CORBA.PrincipalHolder.
A container class for values of type Principal that is used to store "out" and "inout" parameters in IDL methods.
PrincipalHolder() - Constructor for class org.omg.CORBA.PrincipalHolder
Constructs a new PrincipalHolder object with its value field initialized to null.
PrincipalHolder(Principal) - Constructor for class org.omg.CORBA.PrincipalHolder
Constructs a new PrincipalHolder object with its value field initialized to the given Principal object.
PRINT_SCREEN - Static variable in class java.awt.Event
The Print Screen key, a non-ASCII action key.
print() - Method in class java.awt.print.PrinterJob
Prints a set of pages.
print(boolean) - Method in class java.io.PrintWriter
Print a boolean value.
print(boolean) - Method in class java.io.PrintStream
Print a boolean value.
print(char) - Method in class java.io.PrintWriter
Print a character.
print(char) - Method in class java.io.PrintStream
Print a character.
print(char[]) - Method in class java.io.PrintWriter
Print an array of characters.
print(char[]) - Method in class java.io.PrintStream
Print an array of characters.
print(double) - Method in class java.io.PrintWriter
Print a double-precision floating-point number.
print(double) - Method in class java.io.PrintStream
Print a double-precision floating-point number.
print(float) - Method in class java.io.PrintWriter
Print a floating-point number.
print(float) - Method in class java.io.PrintStream
Print a floating-point number.
print(Graphics, PageFormat, int) - Method in interface java.awt.print.Printable
A PrinterJob will call the Printable interface requesting that a page be rendered into 'graphics'.
print(Graphics) - Method in class java.awt.Component
Prints this component.
print(Graphics) - Method in class java.awt.Container
Prints the container.
print(int) - Method in class java.io.PrintWriter
Print an integer.
print(int) - Method in class java.io.PrintStream
Print an integer.
print(long) - Method in class java.io.PrintWriter
Print a long integer.
print(long) - Method in class java.io.PrintStream
Print a long integer.
print(Object) - Method in class java.io.PrintWriter
Print an object.
print(Object) - Method in class java.io.PrintStream
Print an object.
print(String) - Method in class java.io.PrintWriter
Print a string.
print(String) - Method in class java.io.PrintStream
Print a string.
Printable - interface java.awt.print.Printable.
A Printable object is called by PrinterJob to render the graphics of a page.
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.
printComponents(Graphics) - Method in class java.awt.ScrollPane
Prints the component in this scroll pane.
printDialog() - Method in class java.awt.print.PrinterJob
Presents the user a dialog for changing properties of the print job interactively.
PrinterAbortException - exception java.awt.print.PrinterAbortException.
PrinterIOException is used to indicate an IO error of some sort has occurred while printing.
PrinterAbortException() - Constructor for class java.awt.print.PrinterAbortException
 
PrinterAbortException(String) - Constructor for class java.awt.print.PrinterAbortException
 
PrinterException - exception java.awt.print.PrinterException.
PrinterException and its subclasses are used to indicate that an exceptional condition has occurred in the print system.
PrinterException() - Constructor for class java.awt.print.PrinterException
 
PrinterException(String) - Constructor for class java.awt.print.PrinterException
 
PrinterGraphics - interface java.awt.print.PrinterGraphics.
The Graphics objects passed to Printables to render a page implement the PrinterGraphics interface.
PrinterIOException - exception java.awt.print.PrinterIOException.
PrinterIOException is used to indicate an IO error of some sort has occurred while printing.
PrinterIOException(IOException) - Constructor for class java.awt.print.PrinterIOException
 
PrinterJob - class java.awt.print.PrinterJob.
The principal class that controls printing.
PrintGraphics - interface java.awt.PrintGraphics.
An abstract class which provides a print graphics context for a page.
PrintJob - class java.awt.PrintJob.
An abstract class which initiates and executes a print job.
println() - Method in class java.io.PrintWriter
Terminate the current line by writing the line separator string.
println() - Method in class java.io.PrintStream
Terminate the current line by writing the line separator string.
println(boolean) - Method in class java.io.PrintWriter
Print a boolean value and then terminate the line.
println(boolean) - Method in class java.io.PrintStream
Print a boolean and then terminate the line.
println(char) - Method in class java.io.PrintWriter
Print a character and then terminate the line.
println(char) - Method in class java.io.PrintStream
Print a character and then terminate the line.
println(char[]) - Method in class java.io.PrintWriter
Print an array of characters and then terminate the line.
println(char[]) - Method in class java.io.PrintStream
Print an array of characters and then terminate the line.
println(double) - Method in class java.io.PrintWriter
Print a double-precision floating-point number and then terminate the line.
println(double) - Method in class java.io.PrintStream
Print a double and then terminate the line.
println(float) - Method in class java.io.PrintWriter
Print a floating-point number and then terminate the line.
println(float) - Method in class java.io.PrintStream
Print a float and then terminate the line.
println(int) - Method in class java.io.PrintWriter
Print an integer and then terminate the line.
println(int) - Method in class java.io.PrintStream
Print an integer and then terminate the line.
println(long) - Method in class java.io.PrintWriter
Print a long integer and then terminate the line.
println(long) - Method in class java.io.PrintStream
Print a long and then terminate the line.
println(Object) - Method in class java.io.PrintWriter
Print an Object and then terminate the line.
println(Object) - Method in class java.io.PrintStream
Print an Object and then terminate the line.
println(String) - Method in class java.io.PrintWriter
Print a String and then terminate the line.
println(String) - Method in class java.io.PrintStream
Print a String and then terminate the line.
println(String) - Static method in class java.sql.DriverManager
Print 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() - Method in class java.lang.ExceptionInInitializerError
Prints the stack trace of the exception that occurred.
printStackTrace() - Method in class java.lang.ClassNotFoundException
Prints the stack backtrace.
printStackTrace() - Method in class java.lang.reflect.InvocationTargetException
Prints the stack trace of the thrown target exception.
printStackTrace() - Method in class java.security.PrivilegedActionException
Prints the stack trace of the exception that occurred.
printStackTrace(PrintStream) - Method in class java.lang.Throwable
Prints this Throwable and its backtrace to the specified print stream.
printStackTrace(PrintStream) - Method in class java.lang.ExceptionInInitializerError
Prints the stack trace of the exception that occurred to the specified print stream.
printStackTrace(PrintStream) - Method in class java.lang.ClassNotFoundException
Prints the stack backtrace to the specified print stream.
printStackTrace(PrintStream) - Method in class java.lang.reflect.InvocationTargetException
Prints the stack trace of the thrown target exception to the specified print stream.
printStackTrace(PrintStream) - Method in class java.security.PrivilegedActionException
Prints the stack trace of the exception that occurred 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(PrintWriter) - Method in class java.lang.ExceptionInInitializerError
Prints the stack trace of the exception that occurred to the specified print writer.
printStackTrace(PrintWriter) - Method in class java.lang.ClassNotFoundException
Prints the stack backtrace to the specified print writer.
printStackTrace(PrintWriter) - Method in class java.lang.reflect.InvocationTargetException
Prints the stack trace of the thrown target exception to the specified print writer.
printStackTrace(PrintWriter) - Method in class java.security.PrivilegedActionException
Prints the stack trace of the exception that occurred to the specified print writer.
PrintStream - class java.io.PrintStream.
A PrintStream adds functionality to another output stream, namely the ability to print representations of various data values conveniently.
PrintStream(OutputStream, boolean) - Constructor for class java.io.PrintStream
Create a new print stream.
PrintStream(OutputStream) - Constructor for class java.io.PrintStream
Create a new print stream.
PrintWriter - class java.io.PrintWriter.
Print formatted representations of objects to a text-output stream.
PrintWriter(OutputStream, boolean) - Constructor for class java.io.PrintWriter
Create a new PrintWriter from an existing OutputStream.
PrintWriter(OutputStream) - Constructor for class java.io.PrintWriter
Create a new PrintWriter, without automatic line flushing, from an existing OutputStream.
PrintWriter(Writer, boolean) - Constructor for class java.io.PrintWriter
Create a new PrintWriter.
PrintWriter(Writer) - Constructor for class java.io.PrintWriter
Create a new PrintWriter, without automatic line flushing.
PRIORITY_INTERCHAR - Static variable in class java.awt.font.GlyphJustificationInfo
The second lowest justification priority.
PRIORITY_KASHIDA - Static variable in class java.awt.font.GlyphJustificationInfo
The highest justification priority.
PRIORITY_NONE - Static variable in class java.awt.font.GlyphJustificationInfo
The lowest justification priority.
PRIORITY_WHITESPACE - Static variable in class java.awt.font.GlyphJustificationInfo
The second highest justification priority.
PRIVATE - class org.omg.CORBA.PRIVATE.
 
PRIVATE - Static variable in class java.lang.reflect.Modifier
 
PRIVATE_USE - Static variable in class java.lang.Character
 
PRIVATE_USE_AREA - Static variable in class java.lang.Character.Subset
Constant for the Unicode character block of the same name.
PrivateKey - interface java.security.PrivateKey.
A private key.
PrivilegedAction - interface java.security.PrivilegedAction.
A computation to be performed with privileges enabled.
PrivilegedActionException - exception java.security.PrivilegedActionException.
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 class java.security.PrivilegedActionException
Constructs a new PrivilegedActionException "wrapping" the specific Exception
PrivilegedExceptionAction - interface java.security.PrivilegedExceptionAction.
A computation to be performed with privileges enabled, that throws one or more checked exceptions.
procedureColumnIn - Static variable in interface java.sql.DatabaseMetaData
COLUMN_TYPE - IN parameter.
procedureColumnInOut - Static variable in interface java.sql.DatabaseMetaData
COLUMN_TYPE - INOUT parameter.
procedureColumnOut - Static variable in interface java.sql.DatabaseMetaData
COLUMN_TYPE - OUT parameter.
procedureColumnResult - Static variable in interface java.sql.DatabaseMetaData
COLUMN_TYPE - result column in ResultSet.
procedureColumnReturn - Static variable in interface java.sql.DatabaseMetaData
COLUMN_TYPE - procedure return value.
procedureColumnUnknown - Static variable in interface java.sql.DatabaseMetaData
COLUMN_TYPE - nobody knows.
procedureNoNulls - Static variable in interface java.sql.DatabaseMetaData
TYPE NULLABLE - does not allow NULL values.
procedureNoResult - Static variable in interface java.sql.DatabaseMetaData
PROCEDURE_TYPE - Does not return a result.
procedureNullable - Static variable in interface java.sql.DatabaseMetaData
TYPE NULLABLE - allows NULL values.
procedureNullableUnknown - Static variable in interface java.sql.DatabaseMetaData
TYPE NULLABLE - nullability unknown.
procedureResultUnknown - Static variable in interface java.sql.DatabaseMetaData
PROCEDURE_TYPE - May return a result.
procedureReturnsResult - Static variable in interface java.sql.DatabaseMetaData
PROCEDURE_TYPE - Returns a result.
Process - class java.lang.Process.
The Runtime.exec methods create a native process and return an instance of a subclass of Process that can be used to control the process and obtain information about it.
processActionEvent(ActionEvent) - Method in class java.awt.MenuItem
Processes action events occurring on this menu item, by dispatching them to any registered ActionListener objects.
processActionEvent(ActionEvent) - Method in class java.awt.Button
Processes action events occurring on this button by dispatching them to any registered ActionListener objects.
processActionEvent(ActionEvent) - Method in class java.awt.TextField
Processes action events occurring on this text field by dispatching them to any registered ActionListener objects.
processActionEvent(ActionEvent) - Method in class java.awt.List
Processes action events occurring on this component by dispatching them to any registered ActionListener objects.
processAdjustmentEvent(AdjustmentEvent) - Method in class java.awt.Scrollbar
Processes adjustment events occurring on this scrollbar by dispatching them to any registered AdjustmentListener objects.
processComponentEvent(ComponentEvent) - Method in class java.awt.Component
Processes component events occurring on this component by dispatching them to any registered ComponentListener objects.
processComponentKeyEvent(KeyEvent) - Method in class com.sun.java.swing.JComponent
Process any key events that the component itself recognizes.
processComponentKeyEvent(KeyEvent) - Method in class com.sun.java.swing.text.JTextComponent
Processes any key events that the component itself recognizes.
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.
processEvent(AWTEvent) - Method in class java.awt.Window
Processes events on this window.
processEvent(AWTEvent) - Method in class java.awt.MenuComponent
Processes events occurring on this menu component.
processEvent(AWTEvent) - Method in class java.awt.TextComponent
Processes events on this textcomponent.
processEvent(AWTEvent) - Method in class java.awt.Checkbox
Processes events on this check box.
processEvent(AWTEvent) - Method in class java.awt.Scrollbar
Processes events on this scroll bar.
processEvent(AWTEvent) - Method in class java.awt.Choice
Processes events on this choice.
processEvent(AWTEvent) - Method in class java.awt.MenuItem
Processes events on this menu item.
processEvent(AWTEvent) - Method in class java.awt.CheckboxMenuItem
Processes events on this check box menu item.
processEvent(AWTEvent) - Method in class java.awt.Button
Processes events on this button.
processEvent(AWTEvent) - Method in class java.awt.TextField
Processes events on this text field.
processEvent(AWTEvent) - Method in class java.awt.List
Processes events on this scrolling list.
processFocusEvent(FocusEvent) - Method in class com.sun.java.swing.JComponent
 
processFocusEvent(FocusEvent) - Method in class java.awt.Component
Processes focus events occurring on this component by dispatching them to any registered FocusListener objects.
processInputMethodEvent(InputMethodEvent) - Method in class java.awt.Component
Processes input method events occurring on this component by dispatching them to any registered InputMethodListener objects.
processItemEvent(ItemEvent) - Method in class java.awt.Checkbox
Processes item events occurring on this check box by dispatching them to any registered ItemListener objects.
processItemEvent(ItemEvent) - Method in class java.awt.Choice
Processes item events occurring on this Choice menu by dispatching them to any registered ItemListener objects.
processItemEvent(ItemEvent) - Method in class java.awt.CheckboxMenuItem
Processes item events occurring on this check box menu item by dispatching them to any registered ItemListener objects.
processItemEvent(ItemEvent) - Method in class java.awt.List
Processes item events occurring on this list by dispatching them to any registered ItemListener objects.
processKeyEvent(Component, KeyEvent) - Method in class com.sun.java.swing.FocusManager
This method is called by JComponents when a key event occurs.
processKeyEvent(Component, KeyEvent) - Method in class com.sun.java.swing.DefaultFocusManager
This method is called by JComponents when a key event occurs.
processKeyEvent(KeyEvent, MenuElement[], MenuSelectionManager) - Method in class com.sun.java.swing.JMenuItem
Process a key event forwarded from the MenuSelectionManager.
processKeyEvent(KeyEvent, MenuElement[], MenuSelectionManager) - Method in class com.sun.java.swing.JPopupMenu
 
processKeyEvent(KeyEvent, MenuElement[], MenuSelectionManager) - Method in class com.sun.java.swing.JMenuBar
Implemented to be a MenuElement -- does nothing.
processKeyEvent(KeyEvent, MenuElement[], MenuSelectionManager) - Method in interface com.sun.java.swing.MenuElement
Process a key event.
processKeyEvent(KeyEvent) - Method in class com.sun.java.swing.JComponent
Override processKeyEvent to process events
processKeyEvent(KeyEvent) - Method in class com.sun.java.swing.JFrame
Processes key events occurring on this component and, if appropriate, passes them on to components in the frame which have registered interest in them.
processKeyEvent(KeyEvent) - Method in class com.sun.java.swing.JMenu
 
processKeyEvent(KeyEvent) - Method in class com.sun.java.swing.MenuSelectionManager
 
processKeyEvent(KeyEvent) - Method in class com.sun.java.swing.JApplet
 
processKeyEvent(KeyEvent) - Method in class com.sun.java.swing.JComboBox
Handles KeyEvents, looking for the Tab key.
processKeyEvent(KeyEvent) - Method in class java.awt.Component
Processes key events occurring on this component by dispatching them to any registered objects.
processMenuDragMouseEvent(MenuDragMouseEvent) - Method in class com.sun.java.swing.JMenuItem
 
processMenuKeyEvent(MenuKeyEvent) - Method in class com.sun.java.swing.JMenuItem
 
processMouseEvent(MouseEvent, MenuElement[], MenuSelectionManager) - Method in class com.sun.java.swing.JMenuItem
Process a mouse event forwarded from the MenuSelectionManager.
processMouseEvent(MouseEvent, MenuElement[], MenuSelectionManager) - Method in class com.sun.java.swing.JPopupMenu
 
processMouseEvent(MouseEvent, MenuElement[], MenuSelectionManager) - Method in class com.sun.java.swing.JMenuBar
Implemented to be a MenuElement -- does nothing.
processMouseEvent(MouseEvent, MenuElement[], MenuSelectionManager) - Method in interface com.sun.java.swing.MenuElement
Process a mouse event. event is a MouseEvent with source being the receiving element's component. path is the path of the receiving element in the menu hierarchy including the receiving element itself. manager is the MenuSelectionManager for the menu hierarchy.
processMouseEvent(MouseEvent) - Method in class com.sun.java.swing.MenuSelectionManager
 
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 com.sun.java.swing.JComponent
 
processMouseMotionEvent(MouseEvent) - Method in class java.awt.Component
Processes mouse motion events occurring on this component by dispatching them to any registered MouseMotionListener objects.
processTextEvent(TextEvent) - Method in class java.awt.TextComponent
Processes text events occurring on this text component by dispatching them to any registered TextListener objects.
processWindowEvent(WindowEvent) - Method in class com.sun.java.swing.JFrame
Processes window events occurring on this component.
processWindowEvent(WindowEvent) - Method in class com.sun.java.swing.JDialog
Handles window events depending on the state of the defaultCloseOperation property.
processWindowEvent(WindowEvent) - Method in class java.awt.Window
Processes window events occurring on this window by dispatching them to any registered WindowListener objects.
ProfileDataException - exception java.awt.color.ProfileDataException.
This exception is thrown when an error occurs in accessing or processing an ICC_Profile object.
ProfileDataException(String) - Constructor for class java.awt.color.ProfileDataException
 
PROGRESS_BAR - Static variable in class com.sun.java.accessibility.AccessibleRole
An object used to indicate how much of a task has been completed.
ProgressBarUI - class com.sun.java.swing.plaf.ProgressBarUI.
Pluggable look and feel interface for JProgressBar.
ProgressBarUI() - Constructor for class com.sun.java.swing.plaf.ProgressBarUI
 
ProgressMonitor - class com.sun.java.swing.ProgressMonitor.
A class to monitor the progress of some operation.
ProgressMonitor(Component, Object, String, int, int) - Constructor for class com.sun.java.swing.ProgressMonitor
 
ProgressMonitorInputStream - class com.sun.java.swing.ProgressMonitorInputStream.
Monitors the progress of reading from some InputStream.
ProgressMonitorInputStream(Component, Object, InputStream) - Constructor for class com.sun.java.swing.ProgressMonitorInputStream
 
progressString - Variable in class com.sun.java.swing.JProgressBar
 
PROMPT - Static variable in class com.sun.java.swing.text.html.HTML.Attribute
 
propagatedFrom - Variable in class java.beans.beancontext.BeanContextEvent
 
Properties - class java.util.Properties.
The Properties class represents a persistent set of properties.
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() - Constructor for class java.util.Properties
Creates an empty property list with no default values.
Properties(Properties) - Constructor for class java.util.Properties
Creates an empty property list with the specified defaults.
propertyChange(PropertyChangeEvent) - Method in class com.sun.java.swing.table.DefaultTableColumnModel
 
propertyChange(PropertyChangeEvent) - Method in interface java.beans.PropertyChangeListener
This method gets called when a bound property is changed.
propertyChange(PropertyChangeEvent) - Method in class java.beans.beancontext.BeanContextSupport
subclasses may envelope to monitor child property changes.
PropertyChangeEvent - class java.beans.PropertyChangeEvent.
A "PropertyChange" event gets delivered whenever a bean changes a "bound" or "constrained" property.
PropertyChangeEvent(Object, String, Object, Object) - Constructor for class java.beans.PropertyChangeEvent
 
PropertyChangeListener - interface java.beans.PropertyChangeListener.
A "PropertyChange" event gets fired whenever a bean changes a "bound" property.
PropertyChangeSupport - class java.beans.PropertyChangeSupport.
This is a utility class that can be used by beans that support bound properties.
PropertyChangeSupport(Object) - Constructor for class java.beans.PropertyChangeSupport
 
PropertyDescriptor - class java.beans.PropertyDescriptor.
A PropertyDescriptor describes one property that a Java Bean exports via a pair of accessor methods.
PropertyDescriptor(String, Class, String, String) - Constructor for class java.beans.PropertyDescriptor
This constructor takes the name of a simple property, and method names for reading and writing the property.
PropertyDescriptor(String, Class) - Constructor for class java.beans.PropertyDescriptor
Constructs a PropertyDescriptor for a property that follows the standard Java convention by having getFoo and setFoo accessor methods.
PropertyDescriptor(String, Method, Method) - Constructor for class java.beans.PropertyDescriptor
This constructor takes the name of a simple property, and Method objects for reading and writing the property.
PropertyEditor - interface java.beans.PropertyEditor.
A PropertyEditor class provides support for GUIs that want to allow users to edit a property value of a given type.
PropertyEditorManager - class java.beans.PropertyEditorManager.
The PropertyEditorManager can be used to locate a property editor for any given type name.
PropertyEditorSupport - class java.beans.PropertyEditorSupport.
This is a support class to help build property editors.
PropertyEditorSupport() - Constructor for class java.beans.PropertyEditorSupport
Constructor for use by derived PropertyEditor classes.
PropertyEditorSupport(Object) - Constructor for class java.beans.PropertyEditorSupport
Constructor for use when a PropertyEditor is delegating to us.
PROPERTYNAME - Static variable in interface java.beans.DesignMode
the standard value of the propertyName as fired from a BeanContext or other source of PropertyChangeEvents.
propertyNames() - Method in class java.util.Properties
Returns an enumeration of all the keys in this property list, including the keys in the default property list.
PropertyPermission - class java.util.PropertyPermission.
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 java.util.PropertyResourceBundle.
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
PropertyVetoException - exception java.beans.PropertyVetoException.
A PropertyVetoException is thrown when a proposed change to a property represents an unacceptable value.
PropertyVetoException(String, PropertyChangeEvent) - Constructor for class java.beans.PropertyVetoException
 
PROTECTED - Static variable in class java.lang.reflect.Modifier
 
ProtectionDomain - class java.security.ProtectionDomain.
This ProtectionDomain class encapulates the characteristics of a domain, which encloses a set of classes whose instances are granted the same set of permissions.
ProtectionDomain(CodeSource, PermissionCollection) - Constructor for class java.security.ProtectionDomain
Creates a new ProtectionDomain with the given CodeSource and Permissions.
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 java.net.ProtocolException.
Thrown to indicate that there is an error in the underlying protocol, such as a TCP error.
ProtocolException() - Constructor for class java.net.ProtocolException
Constructs a new ProtocolException with no detail message.
ProtocolException(String) - Constructor for class java.net.ProtocolException
Constructs a new ProtocolException with the specified detail message.
Provider - class java.security.Provider.
This class represents a "provider" for the Java Security API, where a provider implements some or all parts of Java Security, including: Algorithms (such as DSA, RSA, MD5 or SHA-1).
Provider(String, double, String) - Constructor for class java.security.Provider
Constructs a provider with the specified name, version number, and information.
ProviderException - exception java.security.ProviderException.
A runtime exception for Provider exceptions (such as misconfiguration errors), which may be subclassed by Providers to throw specialized, provider-specific runtime errors.
ProviderException() - Constructor for class java.security.ProviderException
Constructs a ProviderException with no detail message.
ProviderException(String) - Constructor for class java.security.ProviderException
Constructs a ProviderException with the specified detail message.
ptLineDist(double, double, double, double, double, double) - Static method in class java.awt.geom.Line2D
Returns the distance from a point to a line.
ptLineDist(double, double) - Method in class java.awt.geom.Line2D
Returns the distance from a point to this line.
ptLineDist(Point2D) - Method in class java.awt.geom.Line2D
Returns the distance from a point to this line.
ptLineDistSq(double, double, double, double, double, double) - Static method in class java.awt.geom.Line2D
Returns the square of the distance from a point to a line.
ptLineDistSq(double, double) - Method in class java.awt.geom.Line2D
Returns the square of the distance from a point to this line.
ptLineDistSq(Point2D) - Method in class java.awt.geom.Line2D
Returns the square of the distance from a point to this line.
ptSegDist(double, double, double, double, double, double) - Static method in class java.awt.geom.Line2D
Returns the distance from a point to a line segment.
ptSegDist(double, double) - Method in class java.awt.geom.Line2D
Returns the distance from a point to this line segment.
ptSegDist(Point2D) - Method in class java.awt.geom.Line2D
Returns the distance from a point to this line segment.
ptSegDistSq(double, double, double, double, double, double) - Static method in class java.awt.geom.Line2D
Returns the square of the distance from a point to a line segment.
ptSegDistSq(double, double) - Method in class java.awt.geom.Line2D
Returns the square of the distance from a point to this line segment.
ptSegDistSq(Point2D) - Method in class java.awt.geom.Line2D
Returns the square of the distance from a point to this line segment.
PUBLIC - class org.omg.CORBA.PUBLIC.
 
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
 
PublicKey - interface java.security.PublicKey.
A public key.
PUSH_BUTTON - Static variable in class com.sun.java.accessibility.AccessibleRole
An object the user can manipulate to tell the application to do something.
push(EventQueue) - Method in class java.awt.EventQueue
Replace the existing EventQueue with the specified one.
push(Object) - 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 java.io.PushbackInputStream.
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 java.io.PushbackReader.
A character-stream reader that allows characters to be pushed back into the stream.
PushbackReader(Reader, int) - Constructor for class java.io.PushbackReader
Create a new pushback reader with a pushback buffer of the given size.
PushbackReader(Reader) - Constructor for class java.io.PushbackReader
Create a new pushback reader with a one-character pushback buffer.
pushCharacterStyle() - Method in class com.sun.java.swing.text.html.HTMLDocument.HTMLReader
Push the current character style on a stack in preparation for forming a new nested character style.
put(Object, Object) - Static method in class com.sun.java.swing.UIManager
 
put(Object, Object) - Method in class com.sun.java.swing.UIDefaults
Set the value of key to value.
put(Object, Object) - Method in class java.security.Provider
Sets the key property to have the specified value.
put(Object, Object) - Method in class java.util.Dictionary
Maps the specified key to the specified value in this dictionary.
put(Object, Object) - Method in class java.util.Hashtable
Maps the specified key to the specified value in this hashtable.
put(Object, Object) - Method in class java.util.Properties
Maps the specified key to the specified value in this Properties set.
put(Object, Object) - Method in class java.util.AbstractMap
Associates the specified value with the specified key in this Map (optional operation).
put(Object, Object) - Method in class java.util.WeakHashMap
Update this map so that the given key maps to the given value.
put(Object, Object) - Method in class java.util.HashMap
Associates the specified value with the specified key in this HashMap.
put(Object, Object) - Method in interface java.util.Map
Associates the specified value with the specified key in this Map (optional operation).
put(Object, Object) - Method in class java.util.TreeMap
Associates the specified value with the specified key in this TreeMap.
put(Object, Object) - Method in class java.util.jar.Attributes
Associates the specified value with the specified attribute name (key) in this Map.
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 fields.
put(String, char) - Method in class java.io.ObjectOutputStream.PutField
Put the value of the named char field into the persistent fields.
put(String, double) - Method in class java.io.ObjectOutputStream.PutField
Put the value of the named double 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 fields.
put(String, int) - Method in class java.io.ObjectOutputStream.PutField
Put the value of the named int field into the persistent fields.
put(String, long) - Method in class java.io.ObjectOutputStream.PutField
Put the value of the named long field into the persistent fields.
put(String, Object) - Method in class java.awt.RenderingHints
Maps the specified key to the specified value in this object.
put(String, Object) - Method in class java.io.ObjectOutputStream.PutField
Put the value of the named Object 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 fields.
putAll(Map) - Method in class java.util.Hashtable
Copies all of the mappings from the specified Map to this Hashtable These mappings will replace any mappings that this Hashtable had for any of the keys currently in the specified Map.
putAll(Map) - Method in class java.util.AbstractMap
Copies all of the mappings from the specified Map to this Map (optional operation).
putAll(Map) - Method in class java.util.HashMap
Copies all of the mappings from the specified Map to this HashMap These mappings will replace any mappings that this HashMap had for any of the keys currently in the specified Map.
putAll(Map) - Method in interface java.util.Map
Copies all of the mappings from the specified Map to this Map (optional operation).
putAll(Map) - Method in class java.util.TreeMap
Copies all of the mappings from the specified Map to this TreeMap These mappings will replace any mappings that this TreeMap had for any of the keys currently in the specified Map.
putAll(Map) - Method in class java.util.jar.Attributes
Copies all of the attribute name-value mappings from the specified Attributes to this Map.
putClientProperty(Object, Object) - Method in class com.sun.java.swing.JComponent
Add an arbitrary key/value "client property" to this component.
putDefaults(Object[]) - Method in class com.sun.java.swing.UIDefaults
Put all of the key/value pairs in the database and unconditionally generate one PropertyChangeEvent.
putFields() - Method in class java.io.ObjectOutputStream
Retrieve the object used to buffer persistent fields to be written to the stream.
putLayer(JComponent, int) - Static method in class com.sun.java.swing.JLayeredPane
Sets the layer property on a JComponent.
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.
putProperty(Object, Object) - Method in interface com.sun.java.swing.text.Document
Puts a new property on the list.
putProperty(Object, Object) - Method in class com.sun.java.swing.text.AbstractDocument
A convenience method for storing up a property value.
putValue(String, Object) - Method in class com.sun.java.swing.AbstractAction
 
putValue(String, Object) - Method in interface com.sun.java.swing.Action
 
putValue(String, String) - Method in class java.util.jar.Attributes
Associates the specified value with the specified attribute name, specified as a String.

Java Platform 1.2
Beta 4
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _
Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.