当前页面:
在线文档首页 >
JDK 5 Documentation v1.3.1, Java 2 SDK 英文文档
Java 2 Platform SE v1.3.1: P-Index - JDK 5 Documentation v1.3.1, Java 2 SDK 英文文档
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 -
Variable in class javax.swing.text.html.parser.DTD
-
- P -
Static variable in class javax.swing.text.html.HTML.Tag
-
- pack() -
Method in class java.awt.Window
- Causes this Window to be sized to fit the preferred size
and layouts of its subcomponents.
- pack() -
Method in class javax.swing.JPopupMenu
- Lays out the container so that it uses the minimum space
needed to display its contents.
- pack() -
Method in class javax.swing.JInternalFrame
- Causes subcomponents of this JInternalFrame 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.RemoteRef
- Initialize the server package prefix: assumes that the
implementation of server ref classes (e.g., UnicastRef,
UnicastServerRef) are located in the package defined by the
prefix.
- packagePrefix -
Static variable in interface java.rmi.server.LoaderHandler
- Deprecated. package of system
LoaderHandler
implementation.
- PackedColorModel - class java.awt.image.PackedColorModel.
- The
PackedColorModel
class is an abstract
ColorModel
class that works with pixel values which represent
color and alpha information as separate samples and which pack all
samples for a single pixel into a single int, short, or byte quantity. - PackedColorModel(ColorSpace, int, int[], int, boolean, int, int) -
Constructor for class java.awt.image.PackedColorModel
- Constructs a
PackedColorModel
from a color mask array,
which specifies which bits in an int
pixel representation
contain each of the color samples, and an alpha mask.
- PackedColorModel(ColorSpace, int, int, int, int, int, boolean, int, int) -
Constructor for class java.awt.image.PackedColorModel
- Constructs a
PackedColorModel
from the specified
masks which indicate which bits in an int
pixel
representation contain the alpha, red, green and blue color samples.
- padding -
Variable in class javax.swing.plaf.basic.BasicOptionPaneUI.ButtonAreaLayout
-
- PADDING -
Static variable in class javax.swing.text.html.CSS.Attribute
-
- PADDING_BOTTOM -
Static variable in class javax.swing.text.html.CSS.Attribute
-
- PADDING_LEFT -
Static variable in class javax.swing.text.html.CSS.Attribute
-
- PADDING_RIGHT -
Static variable in class javax.swing.text.html.CSS.Attribute
-
- PADDING_TOP -
Static variable in class javax.swing.text.html.CSS.Attribute
-
- padSelectedTab(int, int) -
Method in class javax.swing.plaf.basic.BasicTabbedPaneUI.TabbedPaneLayout
-
- padSelectedTab(int, int) -
Method in class javax.swing.plaf.metal.MetalTabbedPaneUI.TabbedPaneLayout
-
- padSpaceBetweenStrings -
Static variable in class javax.swing.plaf.metal.MetalToolTipUI
-
- padTabRun(int, int, int, int) -
Method in class javax.swing.plaf.basic.BasicTabbedPaneUI.TabbedPaneLayout
-
- PAGE_EXISTS -
Static variable in interface java.awt.print.Printable
- Returned from
Printable.print(Graphics, PageFormat, int)
to signify that the requested page was rendered.
- PAGE_TAB -
Static variable in class javax.accessibility.AccessibleRole
- An object that is a child of a page tab list.
- PAGE_TAB_LIST -
Static variable in class javax.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.
- The
Pageable
implementation represents a set of
pages to be printed. - PageAttributes - class java.awt.PageAttributes.
- A set of attributes which control the output of a printed page.
- PageAttributes.ColorType - class java.awt.PageAttributes.ColorType.
- A type-safe enumeration of possible color states.
- PageAttributes.MediaType - class java.awt.PageAttributes.MediaType.
- A type-safe enumeration of possible paper sizes.
- PageAttributes.OrientationRequestedType - class java.awt.PageAttributes.OrientationRequestedType.
- A type-safe enumeration of possible orientations.
- PageAttributes.OriginType - class java.awt.PageAttributes.OriginType.
- A type-safe enumeration of possible origins.
- PageAttributes.PrintQualityType - class java.awt.PageAttributes.PrintQualityType.
- A type-safe enumeration of possible print qualities.
- PageAttributes() -
Constructor for class java.awt.PageAttributes
- Constructs a PageAttributes instance with default values for every
attribute.
- PageAttributes(PageAttributes.ColorType, PageAttributes.MediaType, PageAttributes.OrientationRequestedType, PageAttributes.OriginType, PageAttributes.PrintQualityType, int[]) -
Constructor for class java.awt.PageAttributes
- Constructs a PageAttributes instance with the specified values for
every attribute.
- PageAttributes(PageAttributes) -
Constructor for class java.awt.PageAttributes
- Constructs a PageAttributes instance which is a copy of the supplied
PageAttributes.
- pageDialog(PageFormat) -
Method in class java.awt.print.PrinterJob
- Displays a dialog that allows modification of a
PageFormat
instance.
- pageDownAction -
Static variable in class javax.swing.text.DefaultEditorKit
- Name of the action to page down vertically.
- PageFormat - class java.awt.print.PageFormat.
- The
PageFormat
class describes the size and
orientation of a page to be printed. - PageFormat() -
Constructor for class java.awt.print.PageFormat
- Creates a default, portrait-oriented
PageFormat
.
- pageUpAction -
Static variable in class javax.swing.text.DefaultEditorKit
- Name of the action to page up vertically.
- Paint - interface java.awt.Paint.
- This
Paint
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_EVENT_MASK -
Static variable in class java.awt.AWTEvent
- The event mask for selecting paint events.
- PAINT_FIRST -
Static variable in class java.awt.event.PaintEvent
- Marks the first integer id for the range of paint event ids.
- PAINT_LAST -
Static variable in class java.awt.event.PaintEvent
- Marks the last integer id for the range of paint event ids.
- paint(GlyphView, Graphics, Shape, int, int) -
Method in class javax.swing.text.GlyphView.GlyphPainter
- Paint the glyphs representing the given range.
- 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.
- paint(Graphics) -
Method in class javax.swing.JComponent
- This method is invoked by Swing to draw components.
- paint(Graphics) -
Method in class javax.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 javax.swing.JLayeredPane
- Paints this JLayeredPane within the specified graphics context.
- paint(Graphics) -
Method in class javax.swing.CellRendererPane
- Shouldn't be called.
- paint(Graphics) -
Method in class javax.swing.colorchooser.AbstractColorChooserPanel
- Draws the panel.
- paint(Graphics) -
Method in interface javax.swing.text.Highlighter
- Renders the highlights.
- paint(Graphics) -
Method in class javax.swing.text.DefaultHighlighter
- Renders the highlights.
- paint(Graphics) -
Method in class javax.swing.text.DefaultCaret
- Renders the caret as a vertical line.
- paint(Graphics) -
Method in interface javax.swing.text.Caret
- Renders the caret.
- paint(Graphics) -
Method in class javax.swing.tree.DefaultTreeCellRenderer
- Paints the value.
- paint(Graphics) -
Method in class javax.swing.tree.DefaultTreeCellEditor.EditorContainer
- Overrides
Container.paint
to paint the node's
icon and use the selection color for the background.
- paint(Graphics) -
Method in class javax.swing.plaf.basic.BasicInternalFrameTitlePane.SystemMenuBar
-
- paint(Graphics) -
Method in class javax.swing.plaf.basic.BasicToolBarUI.DragWindow
-
- paint(Graphics) -
Method in class javax.swing.plaf.basic.BasicSplitPaneDivider
- Paints the divider.
- paint(Graphics) -
Method in class javax.swing.plaf.basic.BasicArrowButton
-
- paint(Graphics) -
Method in class javax.swing.plaf.metal.MetalScrollButton
-
- paint(Graphics, float, float, float, float, View) -
Method in class javax.swing.text.html.StyleSheet.BoxPainter
- Paints the CSS box according to the attributes
given.
- paint(Graphics, float, float, float, float, View, int) -
Method in class javax.swing.text.html.StyleSheet.ListPainter
- Paints the CSS list decoration according to the
attributes given.
- paint(Graphics, int, int, Shape, JTextComponent) -
Method in interface javax.swing.text.Highlighter.HighlightPainter
- Renders the highlight.
- paint(Graphics, int, int, Shape, JTextComponent) -
Method in class javax.swing.text.DefaultHighlighter.DefaultHighlightPainter
- Paints a highlight.
- paint(Graphics, JComponent) -
Method in class javax.swing.plaf.ComponentUI
-
- paint(Graphics, JComponent) -
Method in class javax.swing.plaf.basic.BasicTextUI
- Paints the interface.
- paint(Graphics, JComponent) -
Method in class javax.swing.plaf.basic.BasicSeparatorUI
-
- paint(Graphics, JComponent) -
Method in class javax.swing.plaf.basic.BasicMenuItemUI
-
- paint(Graphics, JComponent) -
Method in class javax.swing.plaf.basic.BasicButtonUI
-
- paint(Graphics, JComponent) -
Method in class javax.swing.plaf.basic.BasicToggleButtonUI
-
- paint(Graphics, JComponent) -
Method in class javax.swing.plaf.basic.BasicRadioButtonUI
- paint the radio button
- paint(Graphics, JComponent) -
Method in class javax.swing.plaf.basic.BasicToolBarSeparatorUI
-
- paint(Graphics, JComponent) -
Method in class javax.swing.plaf.basic.BasicProgressBarUI
- All purpose paint method that should do the right thing for almost
all linear progress bars.
- paint(Graphics, JComponent) -
Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
-
- paint(Graphics, JComponent) -
Method in class javax.swing.plaf.basic.BasicTableUI
- Paint a representation of the
table
instance
that was set in installUI().
- paint(Graphics, JComponent) -
Method in class javax.swing.plaf.basic.BasicToolTipUI
-
- paint(Graphics, JComponent) -
Method in class javax.swing.plaf.basic.BasicScrollBarUI
-
- paint(Graphics, JComponent) -
Method in class javax.swing.plaf.basic.BasicDesktopPaneUI
-
- paint(Graphics, JComponent) -
Method in class javax.swing.plaf.basic.BasicListUI
- Paint the rows that intersect the Graphics objects clipRect.
- paint(Graphics, JComponent) -
Method in class javax.swing.plaf.basic.BasicLabelUI
- Paint the label text in the foreground color, if the label
is opaque then paint the entire background with the background
color.
- paint(Graphics, JComponent) -
Method in class javax.swing.plaf.basic.BasicComboBoxUI
-
- paint(Graphics, JComponent) -
Method in class javax.swing.plaf.basic.BasicTableHeaderUI
-
- paint(Graphics, JComponent) -
Method in class javax.swing.plaf.basic.BasicPopupMenuSeparatorUI
-
- paint(Graphics, JComponent) -
Method in class javax.swing.plaf.basic.BasicTreeUI
-
- paint(Graphics, JComponent) -
Method in class javax.swing.plaf.basic.BasicSplitPaneUI
- Messaged to paint the look and feel.
- paint(Graphics, JComponent) -
Method in class javax.swing.plaf.basic.BasicScrollPaneUI
-
- paint(Graphics, JComponent) -
Method in class javax.swing.plaf.basic.BasicSliderUI
-
- paint(Graphics, JComponent) -
Method in class javax.swing.plaf.metal.MetalTreeUI
-
- paint(Graphics, JComponent) -
Method in class javax.swing.plaf.metal.MetalSeparatorUI
-
- paint(Graphics, JComponent) -
Method in class javax.swing.plaf.metal.MetalPopupMenuSeparatorUI
-
- paint(Graphics, JComponent) -
Method in class javax.swing.plaf.metal.MetalTabbedPaneUI
-
- paint(Graphics, JComponent) -
Method in class javax.swing.plaf.metal.MetalRadioButtonUI
-
- paint(Graphics, JComponent) -
Method in class javax.swing.plaf.metal.MetalComboBoxUI
-
- paint(Graphics, JComponent) -
Method in class javax.swing.plaf.metal.MetalProgressBarUI
- The sole reason for this paint method to even be here is that
the JLF/Metal ProgressBar has a bit of special highlighting that
needs to get drawn.
- paint(Graphics, JComponent) -
Method in class javax.swing.plaf.metal.MetalToolTipUI
-
- paint(Graphics, JComponent) -
Method in class javax.swing.plaf.multi.MultiListUI
- Call paint on each UI handled by this MultiUI.
- paint(Graphics, JComponent) -
Method in class javax.swing.plaf.multi.MultiSeparatorUI
- Call paint on each UI handled by this MultiUI.
- paint(Graphics, JComponent) -
Method in class javax.swing.plaf.multi.MultiLabelUI
- Call paint on each UI handled by this MultiUI.
- paint(Graphics, JComponent) -
Method in class javax.swing.plaf.multi.MultiPopupMenuUI
- Call paint on each UI handled by this MultiUI.
- paint(Graphics, JComponent) -
Method in class javax.swing.plaf.multi.MultiPanelUI
- Call paint on each UI handled by this MultiUI.
- paint(Graphics, JComponent) -
Method in class javax.swing.plaf.multi.MultiScrollBarUI
- Call paint on each UI handled by this MultiUI.
- paint(Graphics, JComponent) -
Method in class javax.swing.plaf.multi.MultiTextUI
- Call paint on each UI handled by this MultiUI.
- paint(Graphics, JComponent) -
Method in class javax.swing.plaf.multi.MultiComboBoxUI
- Call paint on each UI handled by this MultiUI.
- paint(Graphics, JComponent) -
Method in class javax.swing.plaf.multi.MultiTableHeaderUI
- Call paint on each UI handled by this MultiUI.
- paint(Graphics, JComponent) -
Method in class javax.swing.plaf.multi.MultiFileChooserUI
- Call paint on each UI handled by this MultiUI.
- paint(Graphics, JComponent) -
Method in class javax.swing.plaf.multi.MultiColorChooserUI
- Call paint on each UI handled by this MultiUI.
- paint(Graphics, JComponent) -
Method in class javax.swing.plaf.multi.MultiTreeUI
- Call paint on each UI handled by this MultiUI.
- paint(Graphics, JComponent) -
Method in class javax.swing.plaf.multi.MultiViewportUI
- Call paint on each UI handled by this MultiUI.
- paint(Graphics, JComponent) -
Method in class javax.swing.plaf.multi.MultiTabbedPaneUI
- Call paint on each UI handled by this MultiUI.
- paint(Graphics, JComponent) -
Method in class javax.swing.plaf.multi.MultiProgressBarUI
- Call paint on each UI handled by this MultiUI.
- paint(Graphics, JComponent) -
Method in class javax.swing.plaf.multi.MultiScrollPaneUI
- Call paint on each UI handled by this MultiUI.
- paint(Graphics, JComponent) -
Method in class javax.swing.plaf.multi.MultiOptionPaneUI
- Call paint on each UI handled by this MultiUI.
- paint(Graphics, JComponent) -
Method in class javax.swing.plaf.multi.MultiSplitPaneUI
- Call paint on each UI handled by this MultiUI.
- paint(Graphics, JComponent) -
Method in class javax.swing.plaf.multi.MultiButtonUI
- Call paint on each UI handled by this MultiUI.
- paint(Graphics, JComponent) -
Method in class javax.swing.plaf.multi.MultiToolBarUI
- Call paint on each UI handled by this MultiUI.
- paint(Graphics, JComponent) -
Method in class javax.swing.plaf.multi.MultiSliderUI
- Call paint on each UI handled by this MultiUI.
- paint(Graphics, JComponent) -
Method in class javax.swing.plaf.multi.MultiDesktopPaneUI
- Call paint on each UI handled by this MultiUI.
- paint(Graphics, JComponent) -
Method in class javax.swing.plaf.multi.MultiTableUI
- Call paint on each UI handled by this MultiUI.
- paint(Graphics, JComponent) -
Method in class javax.swing.plaf.multi.MultiDesktopIconUI
- Call paint on each UI handled by this MultiUI.
- paint(Graphics, JComponent) -
Method in class javax.swing.plaf.multi.MultiMenuItemUI
- Call paint on each UI handled by this MultiUI.
- paint(Graphics, JComponent) -
Method in class javax.swing.plaf.multi.MultiInternalFrameUI
- Call paint on each UI handled by this MultiUI.
- paint(Graphics, JComponent) -
Method in class javax.swing.plaf.multi.MultiToolTipUI
- Call paint on each UI handled by this MultiUI.
- paint(Graphics, JComponent) -
Method in class javax.swing.plaf.multi.MultiMenuBarUI
- Call paint on each UI handled by this MultiUI.
- paint(Graphics, Shape) -
Method in class javax.swing.text.View
- Renders using the given rendering surface and area on that
surface.
- paint(Graphics, Shape) -
Method in class javax.swing.text.GlyphView
- Renders a portion of a text style run.
- paint(Graphics, Shape) -
Method in class javax.swing.text.BoxView
- Renders using the given rendering surface and area
on that surface.
- paint(Graphics, Shape) -
Method in class javax.swing.text.ParagraphView
- Renders using the given rendering surface and area on that
surface.
- paint(Graphics, Shape) -
Method in class javax.swing.text.PlainView
- Renders using the given rendering surface and area on that surface.
- paint(Graphics, Shape) -
Method in class javax.swing.text.FieldView
- Renders using the given rendering surface and area on that surface.
- paint(Graphics, Shape) -
Method in class javax.swing.text.AsyncBoxView
- Render the view using the given allocation and
rendering surface.
- paint(Graphics, Shape) -
Method in class javax.swing.text.ComponentView
- The real paint behavior occurs naturally from the association
that the component has with its parent container (the same
container hosting this view).
- paint(Graphics, Shape) -
Method in class javax.swing.text.IconView
- Paints the icon.
- paint(Graphics, Shape) -
Method in class javax.swing.text.WrappedPlainView
- Renders using the given rendering surface and area
on that surface.
- paint(Graphics, Shape) -
Method in class javax.swing.text.html.ParagraphView
- Renders using the given rendering surface and area on that
surface.
- paint(Graphics, Shape) -
Method in class javax.swing.text.html.BlockView
- Renders using the given rendering surface and area on that
surface.
- paint(Graphics, Shape) -
Method in class javax.swing.text.html.ListView
- Renders using the given rendering surface and area on that
surface.
- paintAll(Graphics) -
Method in class java.awt.Component
- Paints this component and all of its subcomponents.
- paintBackground(Graphics) -
Method in class javax.swing.plaf.basic.BasicTextUI
- Paints a background for the view.
- paintBorder -
Variable in class javax.swing.JProgressBar
- Whether to display the border around the progress bar.
- paintBorder(Component, Graphics, int, int, int, int) -
Method in class javax.swing.border.AbstractBorder
- This default implementation does no painting.
- paintBorder(Component, Graphics, int, int, int, int) -
Method in class javax.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 javax.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 class javax.swing.border.EmptyBorder
- Does no drawing by default.
- paintBorder(Component, Graphics, int, int, int, int) -
Method in class javax.swing.border.MatteBorder
- Paints the matte border.
- paintBorder(Component, Graphics, int, int, int, int) -
Method in class javax.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 javax.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 javax.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 javax.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 interface javax.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 javax.swing.plaf.BorderUIResource
-
- paintBorder(Component, Graphics, int, int, int, int) -
Method in class javax.swing.plaf.basic.BasicBorders.ButtonBorder
-
- paintBorder(Component, Graphics, int, int, int, int) -
Method in class javax.swing.plaf.basic.BasicBorders.ToggleButtonBorder
-
- paintBorder(Component, Graphics, int, int, int, int) -
Method in class javax.swing.plaf.basic.BasicBorders.RadioButtonBorder
-
- paintBorder(Component, Graphics, int, int, int, int) -
Method in class javax.swing.plaf.basic.BasicBorders.MenuBarBorder
-
- paintBorder(Component, Graphics, int, int, int, int) -
Method in class javax.swing.plaf.basic.BasicBorders.FieldBorder
-
- paintBorder(Component, Graphics, int, int, int, int) -
Method in class javax.swing.plaf.basic.BasicBorders.SplitPaneBorder
-
- paintBorder(Component, Graphics, int, int, int, int) -
Method in class javax.swing.plaf.metal.MetalBorders.Flush3DBorder
-
- paintBorder(Component, Graphics, int, int, int, int) -
Method in class javax.swing.plaf.metal.MetalBorders.ButtonBorder
-
- paintBorder(Component, Graphics, int, int, int, int) -
Method in class javax.swing.plaf.metal.MetalBorders.InternalFrameBorder
-
- paintBorder(Component, Graphics, int, int, int, int) -
Method in class javax.swing.plaf.metal.MetalBorders.PaletteBorder
-
- paintBorder(Component, Graphics, int, int, int, int) -
Method in class javax.swing.plaf.metal.MetalBorders.OptionDialogBorder
-
- paintBorder(Component, Graphics, int, int, int, int) -
Method in class javax.swing.plaf.metal.MetalBorders.MenuBarBorder
-
- paintBorder(Component, Graphics, int, int, int, int) -
Method in class javax.swing.plaf.metal.MetalBorders.MenuItemBorder
-
- paintBorder(Component, Graphics, int, int, int, int) -
Method in class javax.swing.plaf.metal.MetalBorders.PopupMenuBorder
-
- paintBorder(Component, Graphics, int, int, int, int) -
Method in class javax.swing.plaf.metal.MetalBorders.RolloverButtonBorder
-
- paintBorder(Component, Graphics, int, int, int, int) -
Method in class javax.swing.plaf.metal.MetalBorders.ToolBarBorder
-
- paintBorder(Component, Graphics, int, int, int, int) -
Method in class javax.swing.plaf.metal.MetalBorders.TextFieldBorder
-
- paintBorder(Component, Graphics, int, int, int, int) -
Method in class javax.swing.plaf.metal.MetalBorders.ScrollPaneBorder
-
- paintBorder(Component, Graphics, int, int, int, int) -
Method in class javax.swing.plaf.metal.MetalBorders.ToggleButtonBorder
-
- paintBorder(Component, Graphics, int, int, int, int) -
Method in class javax.swing.plaf.metal.MetalBorders.TableHeaderBorder
-
- paintBorder(Graphics) -
Method in class javax.swing.JComponent
- Paints the component's border.
- paintBorder(Graphics) -
Method in class javax.swing.AbstractButton
- Paint the button's border if
BorderPainted
property is true.
- paintBorder(Graphics) -
Method in class javax.swing.JPopupMenu
- Paints the popup menu's border if
BorderPainted
property is true.
- paintBorder(Graphics) -
Method in class javax.swing.JToolBar
- Paint the toolbar's border if
BorderPainted
property
is true.
- paintBorder(Graphics) -
Method in class javax.swing.JMenuBar
- Paints the menubar's border if
BorderPainted
property is true.
- paintBorder(Graphics) -
Method in class javax.swing.JProgressBar
- Paint the progress bar's border if BorderPainted property is true.
- paintBottomTabBorder(int, Graphics, int, int, int, int, int, int, boolean) -
Method in class javax.swing.plaf.metal.MetalTabbedPaneUI
-
- paintButtonPressed(Graphics, AbstractButton) -
Method in class javax.swing.plaf.basic.BasicButtonUI
-
- paintButtonPressed(Graphics, AbstractButton) -
Method in class javax.swing.plaf.basic.BasicToggleButtonUI
-
- paintButtonPressed(Graphics, AbstractButton) -
Method in class javax.swing.plaf.metal.MetalToggleButtonUI
-
- paintButtonPressed(Graphics, AbstractButton) -
Method in class javax.swing.plaf.metal.MetalButtonUI
-
- paintCell(Graphics, int, Rectangle, ListCellRenderer, ListModel, ListSelectionModel, int) -
Method in class javax.swing.plaf.basic.BasicListUI
- Paint one List cell: compute the relevant state, get the "rubber stamp"
cell renderer component, and then use the CellRendererPane to paint it.
- paintChild(Graphics, Rectangle, int) -
Method in class javax.swing.text.BoxView
- Paints a child.
- paintChild(Graphics, Rectangle, int) -
Method in class javax.swing.text.html.ListView
- Paints one of the children; called by paint().
- paintChildren(Graphics) -
Method in class javax.swing.JComponent
- Paints this component's children.
- paintChildren(Graphics) -
Method in class javax.swing.JSplitPane
- Subclassed to message the UI with
finishedPaintingChildren
after super has been messaged, as well as painting the border.
- paintChildren(Graphics) -
Method in class javax.swing.text.AsyncBoxView.ChildLocator
- Paint the children that intersect the clip area.
- paintComponent(Graphics) -
Method in class javax.swing.JComponent
- If the UI delegate is non-null, calls its paint
method.
- paintComponent(Graphics) -
Method in class javax.swing.JInternalFrame
-
- paintComponent(Graphics) -
Method in class javax.swing.plaf.basic.BasicInternalFrameTitlePane
-
- paintComponent(Graphics) -
Method in class javax.swing.plaf.metal.MetalInternalFrameTitlePane
-
- paintComponent(Graphics) -
Method in class javax.swing.plaf.metal.MetalComboBoxButton
-
- paintComponent(Graphics, Component, Container, int, int, int, int) -
Static method in class javax.swing.SwingUtilities
- Paint a component c on an abitrary graphics g in the
specified rectangle, specifying the rectangle's upper left corner
and size.
- paintComponent(Graphics, Component, Container, int, int, int, int) -
Method in class javax.swing.CellRendererPane
- Calls this.paintComponent(g, c, p, x, y, w, h, false).
- paintComponent(Graphics, Component, Container, int, int, int, int, boolean) -
Method in class javax.swing.CellRendererPane
- Paint a cell renderer component c on graphics object g.
- paintComponent(Graphics, Component, Container, Rectangle) -
Static method in class javax.swing.SwingUtilities
- Paint a component c on an abitrary graphics g in the
specified rectangle, specifying a Rectangle object.
- paintComponent(Graphics, Component, Container, Rectangle) -
Method in class javax.swing.CellRendererPane
- Calls this.paintComponent() with the rectangles x,y,width,height fields.
- paintComponents(Graphics) -
Method in class java.awt.Container
- Paints each of the components in this container.
- paintContentBorder(Graphics, int, int) -
Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
-
- paintContentBorderBottomEdge(Graphics, int, int, int, int, int, int) -
Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
-
- paintContentBorderBottomEdge(Graphics, int, int, int, int, int, int) -
Method in class javax.swing.plaf.metal.MetalTabbedPaneUI
-
- paintContentBorderLeftEdge(Graphics, int, int, int, int, int, int) -
Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
-
- paintContentBorderLeftEdge(Graphics, int, int, int, int, int, int) -
Method in class javax.swing.plaf.metal.MetalTabbedPaneUI
-
- paintContentBorderRightEdge(Graphics, int, int, int, int, int, int) -
Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
-
- paintContentBorderRightEdge(Graphics, int, int, int, int, int, int) -
Method in class javax.swing.plaf.metal.MetalTabbedPaneUI
-
- paintContentBorderTopEdge(Graphics, int, int, int, int, int, int) -
Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
-
- paintContentBorderTopEdge(Graphics, int, int, int, int, int, int) -
Method in class javax.swing.plaf.metal.MetalTabbedPaneUI
-
- PaintContext - interface java.awt.PaintContext.
- The
PaintContext
interface defines the encapsulated
and optimized environment to generate color patterns in device
space for fill or stroke operations on a
Graphics2D
. - paintCurrentValue(Graphics, Rectangle, boolean) -
Method in class javax.swing.plaf.basic.BasicComboBoxUI
- Paints the currently selected item.
- paintCurrentValueBackground(Graphics, Rectangle, boolean) -
Method in class javax.swing.plaf.basic.BasicComboBoxUI
- Paints the background of the currently selected item.
- paintDecreaseHighlight(Graphics) -
Method in class javax.swing.plaf.basic.BasicScrollBarUI
-
- paintDirtyRegions() -
Method in class javax.swing.RepaintManager
- Paint all of the components that have been marked dirty.
- paintDisabledText(JLabel, Graphics, String, int, int) -
Method in class javax.swing.plaf.basic.BasicLabelUI
- Paint clippedText at textX, textY with background.lighter() and then
shifted down and to the right by one pixel with background.darker().
- paintDisabledText(JLabel, Graphics, String, int, int) -
Method in class javax.swing.plaf.metal.MetalLabelUI
- Just paint the text gray (Label.disabledForeground) rather than
in the labels foreground color.
- paintEnabledText(JLabel, Graphics, String, int, int) -
Method in class javax.swing.plaf.basic.BasicLabelUI
- Paint clippedText at textX, textY with the labels foreground color.
- 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.
- paintExpandControl(Graphics, Rectangle, Insets, Rectangle, TreePath, int, boolean, boolean, boolean) -
Method in class javax.swing.plaf.basic.BasicTreeUI
- Paints the expand (toggle) part of a row.
- paintFocus(Graphics) -
Method in class javax.swing.plaf.basic.BasicSliderUI
-
- paintFocus(Graphics) -
Method in class javax.swing.plaf.metal.MetalSliderUI
-
- paintFocus(Graphics, AbstractButton, Rectangle, Rectangle, Rectangle) -
Method in class javax.swing.plaf.basic.BasicButtonUI
-
- paintFocus(Graphics, AbstractButton, Rectangle, Rectangle, Rectangle) -
Method in class javax.swing.plaf.basic.BasicToggleButtonUI
-
- paintFocus(Graphics, AbstractButton, Rectangle, Rectangle, Rectangle) -
Method in class javax.swing.plaf.metal.MetalToggleButtonUI
-
- paintFocus(Graphics, AbstractButton, Rectangle, Rectangle, Rectangle) -
Method in class javax.swing.plaf.metal.MetalButtonUI
-
- paintFocus(Graphics, Rectangle, Dimension) -
Method in class javax.swing.plaf.basic.BasicRadioButtonUI
-
- paintFocus(Graphics, Rectangle, Dimension) -
Method in class javax.swing.plaf.metal.MetalRadioButtonUI
-
- paintFocusIndicator(Graphics, int, Rectangle[], int, Rectangle, Rectangle, boolean) -
Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
-
- paintFocusIndicator(Graphics, int, Rectangle[], int, Rectangle, Rectangle, boolean) -
Method in class javax.swing.plaf.metal.MetalTabbedPaneUI
-
- paintHighlightBelowTab() -
Method in class javax.swing.plaf.metal.MetalTabbedPaneUI
-
- paintHorizontalLabel(Graphics, int, Component) -
Method in class javax.swing.plaf.basic.BasicSliderUI
- Called for every label in the label table.
- paintHorizontalLine(Graphics, JComponent, int, int, int) -
Method in class javax.swing.plaf.basic.BasicTreeUI
- Paints a horizontal line.
- paintHorizontalPartOfLeg(Graphics, Rectangle, Insets, Rectangle, TreePath, int, boolean, boolean, boolean) -
Method in class javax.swing.plaf.basic.BasicTreeUI
- Paints the horizontal part of the leg.
- paintHorizontalPartOfLeg(Graphics, Rectangle, Insets, Rectangle, TreePath, int, boolean, boolean, boolean) -
Method in class javax.swing.plaf.metal.MetalTreeUI
-
- paintHorizontalSeparators(Graphics, JComponent) -
Method in class javax.swing.plaf.metal.MetalTreeUI
-
- paintIcon(Component, Graphics, int, int) -
Method in interface javax.swing.Icon
- Draw the icon at the specified location.
- paintIcon(Component, Graphics, int, int) -
Method in class javax.swing.ImageIcon
- Paints the icon.
- paintIcon(Component, Graphics, int, int) -
Method in class javax.swing.plaf.IconUIResource
-
- paintIcon(Component, Graphics, int, int) -
Method in class javax.swing.plaf.metal.MetalCheckBoxIcon
-
- paintIcon(Component, Graphics, int, int) -
Method in class javax.swing.plaf.metal.MetalIconFactory.PaletteCloseIcon
-
- paintIcon(Component, Graphics, int, int) -
Method in class javax.swing.plaf.metal.MetalIconFactory.FolderIcon16
-
- paintIcon(Component, Graphics, int, int) -
Method in class javax.swing.plaf.metal.MetalIconFactory.FileIcon16
-
- paintIcon(Component, Graphics, int, int) -
Method in class javax.swing.plaf.metal.MetalIconFactory.TreeControlIcon
-
- paintIcon(Component, Graphics, int, int) -
Method in class javax.swing.plaf.metal.MetalComboBoxIcon
- Paints the horizontal bars for the
- paintIcon(Graphics, AbstractButton, Rectangle) -
Method in class javax.swing.plaf.basic.BasicToggleButtonUI
-
- paintIcon(Graphics, int, int, Icon, Rectangle, boolean) -
Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
-
- paintIcon(Graphics, JComponent, Rectangle) -
Method in class javax.swing.plaf.basic.BasicButtonUI
-
- paintImmediately(int, int, int, int) -
Method in class javax.swing.JComponent
- Paints the specified region in this component and all of its
descendants that overlap the region, immediately.
- paintImmediately(Rectangle) -
Method in class javax.swing.JComponent
- Paints the specified region now.
- paintIncreaseHighlight(Graphics) -
Method in class javax.swing.plaf.basic.BasicScrollBarUI
-
- paintLabels(Graphics) -
Method in class javax.swing.plaf.basic.BasicSliderUI
-
- paintLayer(Graphics, int, int, Shape, JTextComponent, View) -
Method in class javax.swing.text.LayeredHighlighter.LayerPainter
-
- paintLayer(Graphics, int, int, Shape, JTextComponent, View) -
Method in class javax.swing.text.DefaultHighlighter.DefaultHighlightPainter
- Paints a portion of a highlight.
- paintLayeredHighlights(Graphics, int, int, Shape, JTextComponent, View) -
Method in class javax.swing.text.LayeredHighlighter
- When leaf Views (such as LabelView) are rendering they should
call into this method.
- paintLayeredHighlights(Graphics, int, int, Shape, JTextComponent, View) -
Method in class javax.swing.text.DefaultHighlighter
- When leaf Views (such as LabelView) are rendering they should
call into this method.
- paintLeftTabBorder(int, Graphics, int, int, int, int, int, int, boolean) -
Method in class javax.swing.plaf.metal.MetalTabbedPaneUI
-
- paintLoweredBevel(Component, Graphics, int, int, int, int) -
Method in class javax.swing.border.BevelBorder
-
- paintMajorTickForHorizSlider(Graphics, Rectangle, int) -
Method in class javax.swing.plaf.basic.BasicSliderUI
-
- paintMajorTickForHorizSlider(Graphics, Rectangle, int) -
Method in class javax.swing.plaf.metal.MetalSliderUI
-
- paintMajorTickForVertSlider(Graphics, Rectangle, int) -
Method in class javax.swing.plaf.basic.BasicSliderUI
-
- paintMajorTickForVertSlider(Graphics, Rectangle, int) -
Method in class javax.swing.plaf.metal.MetalSliderUI
-
- paintMe(Component, Graphics, int, int) -
Method in class javax.swing.plaf.metal.MetalIconFactory.TreeControlIcon
-
- paintMenuItem(Graphics, JComponent, Icon, Icon, Color, Color, int) -
Method in class javax.swing.plaf.basic.BasicMenuItemUI
-
- paintMinorTickForHorizSlider(Graphics, Rectangle, int) -
Method in class javax.swing.plaf.basic.BasicSliderUI
-
- paintMinorTickForHorizSlider(Graphics, Rectangle, int) -
Method in class javax.swing.plaf.metal.MetalSliderUI
-
- paintMinorTickForVertSlider(Graphics, Rectangle, int) -
Method in class javax.swing.plaf.basic.BasicSliderUI
-
- paintMinorTickForVertSlider(Graphics, Rectangle, int) -
Method in class javax.swing.plaf.metal.MetalSliderUI
-
- paintPalette(Graphics) -
Method in class javax.swing.plaf.metal.MetalInternalFrameTitlePane
-
- paintRaisedBevel(Component, Graphics, int, int, int, int) -
Method in class javax.swing.border.BevelBorder
-
- paintRightTabBorder(int, Graphics, int, int, int, int, int, int, boolean) -
Method in class javax.swing.plaf.metal.MetalTabbedPaneUI
-
- paintRow(Graphics, Rectangle, Insets, Rectangle, TreePath, int, boolean, boolean, boolean) -
Method in class javax.swing.plaf.basic.BasicTreeUI
- Paints the renderer part of a row.
- paintSafely(Graphics) -
Method in class javax.swing.plaf.basic.BasicTextUI
- Paints the interface safely with a guarantee that
the model won't change from the view of this thread.
- paintString -
Variable in class javax.swing.JProgressBar
- Whether to textually display a String on the progress bar.
- paintString(Graphics, int, int, int, int, int, Insets) -
Method in class javax.swing.plaf.basic.BasicProgressBarUI
-
- paintTab(Graphics, int, Rectangle[], int, Rectangle, Rectangle) -
Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
-
- paintTabBackground(Graphics, int, int, int, int, int, int, boolean) -
Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
-
- paintTabBackground(Graphics, int, int, int, int, int, int, boolean) -
Method in class javax.swing.plaf.metal.MetalTabbedPaneUI
-
- paintTabBorder(Graphics, int, int, int, int, int, int, boolean) -
Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
- this function draws the border around each tab
note that this function does now draw the background of the tab.
- paintTabBorder(Graphics, int, int, int, int, int, int, boolean) -
Method in class javax.swing.plaf.metal.MetalTabbedPaneUI
-
- paintText(Graphics, AbstractButton, Rectangle, String) -
Method in class javax.swing.plaf.basic.BasicToggleButtonUI
-
- paintText(Graphics, int, Font, FontMetrics, int, String, Rectangle, boolean) -
Method in class javax.swing.plaf.basic.BasicTabbedPaneUI
-
- paintText(Graphics, JComponent, Rectangle, String) -
Method in class javax.swing.plaf.basic.BasicButtonUI
-
- paintText(Graphics, JComponent, Rectangle, String) -
Method in class javax.swing.plaf.metal.MetalToggleButtonUI
-
- paintText(Graphics, JComponent, Rectangle, String) -
Method in class javax.swing.plaf.metal.MetalButtonUI
-
- paintThumb(Graphics) -
Method in class javax.swing.plaf.basic.BasicSliderUI
-
- paintThumb(Graphics) -
Method in class javax.swing.plaf.metal.MetalSliderUI
-
- paintThumb(Graphics, JComponent, Rectangle) -
Method in class javax.swing.plaf.basic.BasicScrollBarUI
-
- paintThumb(Graphics, JComponent, Rectangle) -
Method in class javax.swing.plaf.metal.MetalScrollBarUI
-
- paintTicks(Graphics) -
Method in class javax.swing.plaf.basic.BasicSliderUI
-
- paintTopTabBorder(int, Graphics, int, int, int, int, int, int, boolean) -
Method in class javax.swing.plaf.metal.MetalTabbedPaneUI
-
- paintTrack(Graphics) -
Method in class javax.swing.plaf.basic.BasicSliderUI
-
- paintTrack(Graphics) -
Method in class javax.swing.plaf.metal.MetalSliderUI
-
- paintTrack(Graphics, JComponent, Rectangle) -
Method in class javax.swing.plaf.basic.BasicScrollBarUI
-
- paintTrack(Graphics, JComponent, Rectangle) -
Method in class javax.swing.plaf.metal.MetalScrollBarUI
-
- paintTriangle(Graphics, int, int, int, int, boolean) -
Method in class javax.swing.plaf.basic.BasicArrowButton
-
- paintValue(Graphics, Rectangle) -
Method in interface java.beans.PropertyEditor
- Paint a representation of the value into a given area of screen
real estate.
- paintValue(Graphics, Rectangle) -
Method in class java.beans.PropertyEditorSupport
- Paint a representation of the value into a given area of screen
real estate.
- paintVerticalLabel(Graphics, int, Component) -
Method in class javax.swing.plaf.basic.BasicSliderUI
- Called for every label in the label table.
- paintVerticalLine(Graphics, JComponent, int, int, int) -
Method in class javax.swing.plaf.basic.BasicTreeUI
- Paints a vertical line.
- paintVerticalPartOfLeg(Graphics, Rectangle, Insets, TreePath) -
Method in class javax.swing.plaf.basic.BasicTreeUI
- Paints the vertical part of the leg.
- paintVerticalPartOfLeg(Graphics, Rectangle, Insets, TreePath) -
Method in class javax.swing.plaf.metal.MetalTreeUI
-
- PALETTE_LAYER -
Static variable in class javax.swing.JLayeredPane
- Convenience object defining the Palette layer.
- paletteCloseIcon -
Variable in class javax.swing.plaf.metal.MetalInternalFrameTitlePane
-
- paletteTitleHeight -
Variable in class javax.swing.plaf.metal.MetalInternalFrameTitlePane
-
- PAN -
Static variable in class javax.sound.sampled.FloatControl.Type
- Represents a control for the relative pan (left-right positioning)
of the signal.
- Panel - class java.awt.Panel.
Panel
is the simplest container class.- PANEL -
Static variable in class javax.accessibility.AccessibleRole
- A generic container that is often used to group objects.
- Panel.AccessibleAWTPanel - class java.awt.Panel.AccessibleAWTPanel.
- This class implements accessibility support for the
Panel
class. - Panel.AccessibleAWTPanel(Panel) -
Constructor for class java.awt.Panel.AccessibleAWTPanel
-
- 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 javax.swing.plaf.PanelUI.
- Pluggable look and feel interface for Panel.
- PanelUI() -
Constructor for class javax.swing.plaf.PanelUI
-
- Paper - class java.awt.print.Paper.
- The
Paper
class describes the physical characteristics of
a piece of paper. - 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 javax.swing.text.html.HTMLEditorKit
- The paragraph left indent action identifier
- PARA_INDENT_RIGHT -
Static variable in class javax.swing.text.html.HTMLEditorKit
- The paragraph right indent action identifier
- PARAGRAPH_SEPARATOR -
Static variable in class java.lang.Character
- Public data for enumerated Unicode general category types.
- ParagraphElementName -
Static variable in class javax.swing.text.AbstractDocument
- Name of elements used to represent paragraphs
- ParagraphView - class javax.swing.text.ParagraphView.
- View of a simple line-wrapping paragraph that supports
multiple fonts, colors, components, icons, etc.
- ParagraphView - class javax.swing.text.html.ParagraphView.
- Displays the a paragraph, and uses css attributes for its
configuration.
- ParagraphView(Element) -
Constructor for class javax.swing.text.ParagraphView
- Constructs a ParagraphView for the given element.
- ParagraphView(Element) -
Constructor for class javax.swing.text.html.ParagraphView
- Constructs a ParagraphView for the given element.
- param -
Variable in class javax.swing.text.html.parser.DTD
-
- PARAM -
Static variable in class javax.swing.text.html.HTML.Tag
-
- PARAMETER -
Static variable in interface javax.swing.text.html.parser.DTDConstants
-
- 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) -
Constructor for class java.awt.image.renderable.ParameterBlock
- Constructs a
ParameterBlock
with a given Vector
of sources.
- ParameterBlock(Vector, Vector) -
Constructor for class java.awt.image.renderable.ParameterBlock
- Constructs a
ParameterBlock
with a given Vector of sources and
Vector of parameters.
- 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.Method
class.
- ParameterDescriptor() -
Constructor for class java.beans.ParameterDescriptor
- Public default constructor.
- parameters -
Variable in class java.awt.image.renderable.ParameterBlock
- A Vector of non-source parameters, stored as arbitrary Objects.
- params(NVList) -
Method in class org.omg.CORBA.ServerRequest
- Deprecated. use the method
arguments
- paramString() -
Method in class java.awt.Component
- Returns a 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.Event
- Returns the parameter string representing this event.
- 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.MenuComponent
- Returns the parameter string representing the state of this
menu component.
- paramString() -
Method in class java.awt.MenuItem
- Returns the parameter string representing the state of this menu
item.
- paramString() -
Method in class java.awt.Menu
- Gets the parameter string representing the state of this menu.
- 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.Dialog
- Returns the parameter string representing the state of this
dialog window.
- 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.List
- Returns the parameter string representing the state of this
scrolling list.
- paramString() -
Method in class java.awt.TextComponent
- Returns the parameter string representing the state of this text
component.
- paramString() -
Method in class java.awt.Choice
- Returns the parameter string representing the state of this
choice menu.
- paramString() -
Method in class java.awt.Frame
- Returns the parameter String of this Frame.
- paramString() -
Method in class java.awt.AWTEvent
- Returns a string representing the state of this event.
- paramString() -
Method in class java.awt.Label
- Returns the parameter string representing the state of this
label.
- paramString() -
Method in class java.awt.TextField
- Returns the parameter string representing the state of this
text field.
- paramString() -
Method in class java.awt.Button
- Returns the parameter string representing the state of this
button.
- 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.TextArea
- Returns the parameter string representing the state of
this text area.
- paramString() -
Method in class java.awt.event.InputMethodEvent
- Returns a parameter string identifying this event.
- paramString() -
Method in class java.awt.event.HierarchyEvent
- Returns a parameter string identifying this event.
- paramString() -
Method in class java.awt.event.ComponentEvent
- 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.ContainerEvent
- Returns a parameter string identifying this event.
- paramString() -
Method in class java.awt.event.ActionEvent
- Returns a parameter string identifying this action event.
- paramString() -
Method in class java.awt.event.MouseEvent
- Returns a parameter string identifying this event.
- paramString() -
Method in class java.awt.event.TextEvent
- Returns a parameter string identifying this text event.
- paramString() -
Method in class java.awt.event.PaintEvent
-
- paramString() -
Method in class java.awt.event.AdjustmentEvent
-
- paramString() -
Method in class java.awt.event.ItemEvent
- Returns a parameter string identifying this item event.
- 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.KeyEvent
- Returns a parameter string identifying this event.
- paramString() -
Method in class javax.swing.JComponent
- Returns a string representation of this JComponent.
- paramString() -
Method in class javax.swing.JEditorPane
- Returns a string representation of this
JEditorPane
.
- paramString() -
Method in class javax.swing.JTextPane
- Returns a string representation of this JTextPane.
- paramString() -
Method in class javax.swing.JViewport
- Returns a string representation of this
JViewport
.
- paramString() -
Method in class javax.swing.JTabbedPane
- Returns a string representation of this
JTabbedPane
.
- paramString() -
Method in class javax.swing.AbstractButton
- Returns a string representation of this
AbstractButton
.
- paramString() -
Method in class javax.swing.JMenuItem
- Returns a string representation of this JMenuItem.
- paramString() -
Method in class javax.swing.JCheckBoxMenuItem
- Returns a string representation of this JCheckBoxMenuItem.
- paramString() -
Method in class javax.swing.JLayeredPane
- Returns a string representation of this JLayeredPane.
- paramString() -
Method in class javax.swing.JToggleButton
- Returns a string representation of this JToggleButton.
- paramString() -
Method in class javax.swing.JCheckBox
- Returns a string representation of this JCheckBox.
- paramString() -
Method in class javax.swing.JTextField
- Returns a string representation of this JTextField.
- paramString() -
Method in class javax.swing.JPasswordField
- Returns a string representation of this JPasswordField.
- paramString() -
Method in class javax.swing.JOptionPane
- Returns a string representation of this
JOptionPane
.
- paramString() -
Method in class javax.swing.JMenu
- Returns a string representation of this
JMenu
.
- paramString() -
Method in class javax.swing.JColorChooser
- Returns a string representation of this
JColorChooser
.
- paramString() -
Method in class javax.swing.JButton
- Returns a string representation of this JButton.
- paramString() -
Method in class javax.swing.JPopupMenu
- Returns a string representation of this
JPopupMenu
.
- paramString() -
Method in class javax.swing.JSeparator
- Returns a string representation of this
JSeparator
.
- paramString() -
Method in class javax.swing.JWindow
- Returns a string representation of this
JWindow
.
- paramString() -
Method in class javax.swing.JApplet
- Returns a string representation of this JApplet.
- paramString() -
Method in class javax.swing.JComboBox
- Returns a string representation of this
JComboBox
.
- paramString() -
Method in class javax.swing.JList
- Returns a string representation of this
JList
.
- paramString() -
Method in class javax.swing.JToolTip
- Returns a string representation of this
JToolTip
.
- paramString() -
Method in class javax.swing.JInternalFrame
- Returns a string representation of this JInternalFrame.
- paramString() -
Method in class javax.swing.JPanel
- Returns a string representation of this JPanel.
- paramString() -
Method in class javax.swing.JFrame
- Returns a string representation of this
JFrame
.
- paramString() -
Method in class javax.swing.JSplitPane
- Returns a string representation of this
JSplitPane
.
- paramString() -
Method in class javax.swing.JTree
- Returns a string representation of this
JTree
.
- paramString() -
Method in class javax.swing.JTable
- Returns a string representation of this table.
- paramString() -
Method in class javax.swing.JLabel
- Returns a string representation of this JLabel.
- paramString() -
Method in class javax.swing.JFileChooser
- Returns a string representation of this
JFileChooser
.
- paramString() -
Method in class javax.swing.JDesktopPane
- Returns a string representation of this JDesktopPane.
- paramString() -
Method in class javax.swing.JRadioButton
- Returns a string representation of this JRadioButton.
- paramString() -
Method in class javax.swing.JToolBar
- Returns a string representation of this
JToolBar
.
- paramString() -
Method in class javax.swing.JMenuBar
- Returns a string representation of this
JMenuBar
.
- paramString() -
Method in class javax.swing.JRadioButtonMenuItem
- Returns a string representation of this
JRadioButtonMenuItem
.
- paramString() -
Method in class javax.swing.JTextArea
- Returns a string representation of this JTextArea.
- paramString() -
Method in class javax.swing.JScrollPane
- Returns a string representation of this
JScrollPane
.
- paramString() -
Method in class javax.swing.JScrollBar
- Returns a string representation of this JScrollBar.
- paramString() -
Method in class javax.swing.JProgressBar
- Returns a string representation of this JProgressBar.
- paramString() -
Method in class javax.swing.JRootPane
- Returns a string representation of this JRootPane.
- paramString() -
Method in class javax.swing.JDialog
- Returns a string representation of this
JDialog
.
- paramString() -
Method in class javax.swing.JSlider
- Returns a string representation of this JSlider.
- paramString() -
Method in class javax.swing.event.InternalFrameEvent
- Returns a parameter string identifying this event.
- paramString() -
Method in class javax.swing.table.JTableHeader
- Returns a string representation of this
JTableHeader
.
- paramString() -
Method in class javax.swing.text.JTextComponent
- Returns a string representation of this JTextComponent.
- 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 -
Variable in class javax.swing.tree.DefaultMutableTreeNode
- this node's parent, or null if this node has no parent
- PARENT_CHANGED -
Static variable in class java.awt.event.HierarchyEvent
- The hierarchy changed through a reparent operation.
- 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.
- parentTag -
Variable in class javax.swing.text.html.HTMLEditorKit.InsertHTMLTextAction
- Tag to check for in the document.
- parse(Reader) -
Method in class javax.swing.text.html.parser.Parser
- Parse an HTML stream, given a DTD.
- parse(Reader, HTMLEditorKit.ParserCallback, boolean) -
Method in class javax.swing.text.html.HTMLEditorKit.Parser
- Parse the given stream and drive the given callback
with the results of the parse.
- parse(Reader, HTMLEditorKit.ParserCallback, boolean) -
Method in class javax.swing.text.html.parser.ParserDelegator
-
- parse(Reader, HTMLEditorKit.ParserCallback, boolean) -
Method in class javax.swing.text.html.parser.DocumentParser
-
- 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 interface javax.naming.NameParser
- Parses a name into its components.
- parse(String, ParsePosition) -
Method in class java.text.NumberFormat
- Returns a Long if possible (e.g., within the range [Long.MIN_VALUE,
Long.MAX_VALUE] and with no decimals), otherwise a Double.
- parse(String, ParsePosition) -
Method in class java.text.ChoiceFormat
- Parses a Number from the input text.
- 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.DecimalFormat
- Returns an instance of
Number
with a value matching the
given string.
- parse(String, ParsePosition) -
Method in class java.text.MessageFormat
- Parses the string.
- parseBuffer -
Variable in class javax.swing.text.html.HTMLDocument.HTMLReader
-
- parseByte(String) -
Static method in class java.lang.Byte
- Assuming the specified String represents a byte, returns
that byte's value.
- parseByte(String, int) -
Static method in class java.lang.Byte
- Assuming the specified String represents a byte, returns
that byte's value.
- parseDouble(String) -
Static method in class java.lang.Double
- Returns a new double initialized to the value represented by the
specified
String
, as performed by the valueOf
method of class Double
.
- parseDTDMarkup() -
Method in class javax.swing.text.html.parser.Parser
- Parses th Document Declaration Type markup declaration.
- ParseException - exception java.text.ParseException.
- Signals that an error 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.
- parseFloat(String) -
Static method in class java.lang.Float
- Returns a new float initialized to the value represented by the
specified
String
, as performed by the valueOf
method of class Double
.
- parseInt(String) -
Static method in class java.lang.Integer
- Parses the string argument as a signed decimal integer.
- 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.
- parseLevel(String) -
Static method in class java.rmi.server.LogStream
- Deprecated. no replacement
- parseLong(String) -
Static method in class java.lang.Long
- Parses the string argument as a signed decimal
long
.
- 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.
- parseMarkupDeclarations(StringBuffer) -
Method in class javax.swing.text.html.parser.Parser
- Parse markup declarations.
- parseNumbers() -
Method in class java.io.StreamTokenizer
- Specifies that numbers should be parsed by this tokenizer.
- parseObject(String) -
Method in class java.text.Format
- Parses a string to produce an object.
- 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
- Parses a string to produce an object.
- 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.
- 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.
- Parser - class javax.swing.text.html.parser.Parser.
- A simple DTD-driven HTML parser.
- Parser(DTD) -
Constructor for class javax.swing.text.html.parser.Parser
-
- ParserDelegator - class javax.swing.text.html.parser.ParserDelegator.
- Responsible for starting up a new DocumentParser
each time its parse method is invoked.
- ParserDelegator() -
Constructor for class javax.swing.text.html.parser.ParserDelegator
-
- parseShort(String) -
Static method in class java.lang.Short
- Assuming the specified String represents a short, returns
that short's value.
- parseShort(String, int) -
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.
- PartialResultException - exception javax.naming.PartialResultException.
- This exception is thrown to indicate that the result being returned
or returned so far is partial, and that the operation cannot
be completed.
- PartialResultException() -
Constructor for class javax.naming.PartialResultException
- Constructs a new instance of PartialResultException.
- PartialResultException(String) -
Constructor for class javax.naming.PartialResultException
- Constructs a new instance of the exception using the explanation
message specified.
- PASSWORD_TEXT -
Static variable in class javax.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 javax.swing.text.PasswordView.
- Implements a View suitable for use in JPasswordField
UI implementations.
- PasswordView(Element) -
Constructor for class javax.swing.text.PasswordView
- Constructs a new view wrapped on an element.
- paste() -
Method in class javax.swing.text.JTextComponent
- Transfers the contents of the system clipboard into the
associated text model.
- pasteAction -
Static variable in class javax.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.
- Patch - class javax.sound.midi.Patch.
- A
Patch
object represents a location, on a MIDI
synthesizer, into which a single instrument is stored (loaded). - Patch(int, int) -
Constructor for class javax.sound.midi.Patch
- Constructs a new patch object from the specified bank and program
numbers (which should be in the range from 0 to 127).
- path -
Variable in class javax.swing.event.TreeExpansionEvent
- Path to the value this event represents.
- path -
Variable in class javax.swing.event.TreeModelEvent
- Path to the parent of the nodes that have changed.
- pathByAddingChild(Object) -
Method in class javax.swing.tree.TreePath
- Returns a new path containing all the elements of this object
plus
child
.
- pathFromAncestorEnumeration(TreeNode) -
Method in class javax.swing.tree.DefaultMutableTreeNode
- Creates and returns an enumeration that follows the path from
ancestor
to this node.
- PathIterator - interface java.awt.geom.PathIterator.
- The
PathIterator
interface provides the mechanism
for objects that implement the Shape
interface to return the geometry of their boundary by allowing
a caller to retrieve the path of that boundary a segment at a
time. - paths -
Variable in class javax.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.
- pathWasCollapsed(TreePath) -
Method in class javax.swing.plaf.basic.BasicTreeUI
- Messaged from the VisibleTreeNode after it has collapsed.
- pathWasExpanded(TreePath) -
Method in class javax.swing.plaf.basic.BasicTreeUI
- Messaged from the VisibleTreeNode after it has been expanded.
- PAUSE -
Static variable in class java.awt.Event
- The Pause key, a non-ASCII action key.
- pcdata -
Variable in class javax.swing.text.html.parser.DTD
-
- PCM_SIGNED -
Static variable in class javax.sound.sampled.AudioFormat.Encoding
- Specifies signed, linear PCM data.
- PCM_UNSIGNED -
Static variable in class javax.sound.sampled.AudioFormat.Encoding
- Specifies unsigned, linear PCM data.
- pcSupport -
Variable in class java.beans.beancontext.BeanContextChildSupport
- The PropertyChangeSupport associated with this
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 on the EventQueue without removing it.
- peekEvent(int) -
Method in class java.awt.EventQueue
- Return the first event with the specified id, if any.
- perform_work() -
Method in class org.omg.CORBA.ORB
- Performs an implementation-dependent unit of work if called
by the main thread.
- performDefaultLayout() -
Method in class java.awt.font.GlyphVector
- Assigns default positions to each glyph in this
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.COMPLETED_NO,
and a null description.
- 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) -
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.
- 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.
- PERSONAL -
Static variable in class java.awt.PageAttributes.MediaType
- An alias for PERSONAL_ENVELOPE.
- PERSONAL_ENVELOPE -
Static variable in class java.awt.PageAttributes.MediaType
- The MediaType instance for 6 3/4 envelope, 3 5/8 x 6 1/2 in.
- 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, which are enqueued after the collector
determines that their referents may otherwise be reclaimed.
- PhantomReference(Object, ReferenceQueue) -
Constructor for class java.lang.ref.PhantomReference
- Creates a new phantom reference that refers to the given object and
is registered with the given queue.
- PHYSICAL -
Static variable in class java.awt.PageAttributes.OriginType
- The OriginType instance to use for specifying a physical origin.
- PI -
Static variable in class java.lang.StrictMath
- The
double
value that is closer than any other to
pi, the ratio of the circumference of a circle to its diameter.
- PI -
Static variable in class java.lang.Math
- The
double
value that is closer than any other to
pi, the ratio of the circumference of a circle to its diameter.
- PI -
Static variable in interface javax.swing.text.html.parser.DTDConstants
-
- 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 from that point 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
- Creates a
PipedReader
so
that it is not yet connected.
- PipedReader(PipedWriter) -
Constructor for class java.io.PipedReader
- Creates a
PipedReader
so
that it is connected to the piped writer
src
.
- PipedWriter - class java.io.PipedWriter.
- Piped character-output streams.
- PipedWriter() -
Constructor for class java.io.PipedWriter
- Creates a piped writer that is not yet connected to a
piped reader.
- PipedWriter(PipedReader) -
Constructor for class java.io.PipedWriter
- Creates a piped writer connected to the specified piped
reader.
- PITCH_BEND -
Static variable in class javax.sound.midi.ShortMessage
- Command value for Pitch Bend message (0xE0, or 224)
- pixel_bits -
Variable in class java.awt.image.ColorModel
- The total number of bits in the pixel.
- 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.
- PKCS8EncodedKeySpec - class java.security.spec.PKCS8EncodedKeySpec.
- This class represents the ASN.1 encoding of a private key,
encoded according to the ASN.1 type
PrivateKeyInfo
,
whose syntax is defined in the PKCS#8 standard, as follows:
- 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 javax.swing.JOptionPane
- No icon is used.
- PlainDocument - class javax.swing.text.PlainDocument.
- A plain document that maintains no character attributes.
- PlainDocument() -
Constructor for class javax.swing.text.PlainDocument
- Constructs a plain text document.
- PlainDocument(AbstractDocument.Content) -
Constructor for class javax.swing.text.PlainDocument
- Constructs a plain text document.
- plainTextFlavor -
Static variable in class java.awt.datatransfer.DataFlavor
- Deprecated. as of 1.3. Use
DataFlavor.getReaderForText(
Transferable)
instead of Transferable.
getTransferData(DataFlavor.plainTextFlavor)
.
- PlainView - class javax.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 javax.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) -
Method in class java.applet.Applet
- Plays the audio clip at the specified absolute URL.
- play(URL, String) -
Method in class java.applet.Applet
- Plays the audio clip given the URL and a specifier that is
relative to it.
- 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
(x, y) 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.
- The
Point2D
class defines a point representing a location
in (x, y) coordinate space. - Point2D.Double - class java.awt.geom.Point2D.Double.
- The
Double
class defines a point specified in
double
precision. - Point2D.Double() -
Constructor for class java.awt.geom.Point2D.Double
- Constructs and initializes a
Point2D
with
coordinates (0, 0).
- Point2D.Double(double, double) -
Constructor for class java.awt.geom.Point2D.Double
- Constructs and initializes a
Point2D
with the
specified coordinates.
- Point2D.Float - class java.awt.geom.Point2D.Float.
- The
Float
class defines a point specified in float
precision. - Point2D.Float() -
Constructor for class java.awt.geom.Point2D.Float
- Constructs and initializes a
Point2D
with
coordinates (0, 0).
- Point2D.Float(float, float) -
Constructor for class java.awt.geom.Point2D.Float
- Constructs and initializes a
Point2D
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.
- org/omg/CORBA/Policy.java
Generated by the IDL-to-Java compiler (portable), version "3.0"
from ../../../../../src/share/classes/org/omg/PortableServer/corba.idl
Saturday, July 17, 1999 12:26:20 AM PDT
- policy_type() -
Method in interface org.omg.CORBA.PolicyOperations
- Return the constant value that corresponds to the
type of the policy object.
- policy_type() -
Method in class org.omg.CORBA._PolicyStub
- Returns the constant value that corresponds to the
type of the policy object.
- Policy() -
Constructor for class java.security.Policy
-
- PolicyError - exception org.omg.CORBA.PolicyError.
- An exception carrying one of the following policy error reason codes
defined in the org.omg.CORBA package:
BAD_POLICY, BAD_POLICY_TYPE, BAD_POLICY_VALUE, UNSUPPORTED_POLICY, UNSUPPORTED_POLICY_VALUE
- PolicyError() -
Constructor for class org.omg.CORBA.PolicyError
- Constructs a default
PolicyError
user exception
with no reason code and an empty reason detail message.
- PolicyError(short) -
Constructor for class org.omg.CORBA.PolicyError
- Constructs a
PolicyError
user exception
initialized with the given reason code and an empty reason detail message.
- PolicyError(String, short) -
Constructor for class org.omg.CORBA.PolicyError
- Constructs a
PolicyError
user exception
initialized with the given reason detail message and reason code.
- PolicyHelper - class org.omg.CORBA.PolicyHelper.
- org/omg/CORBA/PolicyHelper.java
Generated by the IDL-to-Java compiler (portable), version "3.0"
from ../../../../../src/share/classes/org/omg/PortableServer/corba.idl
Saturday, July 17, 1999 12:26:20 AM PDT
- PolicyHelper() -
Constructor for class org.omg.CORBA.PolicyHelper
-
- PolicyHolder - class org.omg.CORBA.PolicyHolder.
- org/omg/CORBA/PolicyHolder.java
Generated by the IDL-to-Java compiler (portable), version "3.0"
from ../../../../../src/share/classes/org/omg/PortableServer/corba.idl
Saturday, July 17, 1999 12:26:20 AM PDT
- PolicyHolder() -
Constructor for class org.omg.CORBA.PolicyHolder
-
- PolicyHolder(Policy) -
Constructor for class org.omg.CORBA.PolicyHolder
-
- PolicyListHelper - class org.omg.CORBA.PolicyListHelper.
- org/omg/CORBA/PolicyListHelper.java
Generated by the IDL-to-Java compiler (portable), version "3.0"
from ../../../../../src/share/classes/org/omg/PortableServer/corba.idl
Saturday, July 17, 1999 12:26:21 AM PDT
- PolicyListHelper() -
Constructor for class org.omg.CORBA.PolicyListHelper
-
- PolicyListHolder - class org.omg.CORBA.PolicyListHolder.
- org/omg/CORBA/PolicyListHolder.java
Generated by the IDL-to-Java compiler (portable), version "3.0"
from ../../../../../src/share/classes/org/omg/PortableServer/corba.idl
Saturday, July 17, 1999 12:26:21 AM PDT
- PolicyListHolder() -
Constructor for class org.omg.CORBA.PolicyListHolder
-
- PolicyListHolder(Policy[]) -
Constructor for class org.omg.CORBA.PolicyListHolder
-
- PolicyOperations - interface org.omg.CORBA.PolicyOperations.
- org/omg/CORBA/PolicyOperations.java
Generated by the IDL-to-Java compiler (portable), version "3.0"
from ../../../../../src/share/classes/org/omg/PortableServer/corba.idl
Saturday, July 17, 1999 12:26:20 AM PDT
- PolicyTypeHelper - class org.omg.CORBA.PolicyTypeHelper.
- org/omg/CORBA/PolicyTypeHelper.java
Generated by the IDL-to-Java compiler (portable), version "3.0"
from ../../../../../src/share/classes/org/omg/PortableServer/corba.idl
Saturday, July 17, 1999 12:26:20 AM PDT
- PolicyTypeHelper() -
Constructor for class org.omg.CORBA.PolicyTypeHelper
-
- 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
- Polls this queue to see if a reference object is available,
returning one immediately if so.
- POLY_PRESSURE -
Static variable in class javax.sound.midi.ShortMessage
- Command value for Polyphonic Key Pressure (Aftertouch) message (0xA0, or 128)
- 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 javax.swing.text.html.HTMLDocument.HTMLReader
- Pops a previously pushed character style off the stack
to return to a previous style.
- popup -
Variable in class javax.swing.plaf.basic.BasicComboBoxUI
-
- POPUP_LAYER -
Static variable in class javax.swing.JLayeredPane
- Convenience object defining the Popup layer.
- POPUP_MENU -
Static variable in class javax.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.
- popupKeyListener -
Variable in class javax.swing.plaf.basic.BasicComboBoxUI
-
- popupListener -
Variable in class javax.swing.JMenu
- The window-closing listener for the popup.
- popupMenu -
Variable in class javax.swing.plaf.basic.BasicPopupMenuUI
-
- 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.AccessibleAWTPopupMenu - class java.awt.PopupMenu.AccessibleAWTPopupMenu.
- Inner class of PopupMenu used to provide default support for
accessibility.
- PopupMenu.AccessibleAWTPopupMenu(PopupMenu) -
Constructor for class java.awt.PopupMenu.AccessibleAWTPopupMenu
-
- 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 javax.swing.event.PopupMenuListener
- This method is called when the popup menu is canceled
- PopupMenuEvent - class javax.swing.event.PopupMenuEvent.
- PopupMenuEvent only contains the source of the event which is the JPoupMenu
sending the event
- PopupMenuEvent(Object) -
Constructor for class javax.swing.event.PopupMenuEvent
- Constructs a PopupMenuEvent object.
- PopupMenuListener - interface javax.swing.event.PopupMenuListener.
- A popup menu listener
- PopupMenuUI - class javax.swing.plaf.PopupMenuUI.
- Pluggable look and feel interface for JPopupMenu.
- PopupMenuUI() -
Constructor for class javax.swing.plaf.PopupMenuUI
-
- popupMenuWillBecomeInvisible(PopupMenuEvent) -
Method in interface javax.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 javax.swing.event.PopupMenuListener
- This method is called before the popup menu becomes visible
- popupMouseListener -
Variable in class javax.swing.plaf.basic.BasicComboBoxUI
-
- popupMouseMotionListener -
Variable in class javax.swing.plaf.basic.BasicComboBoxUI
-
- port -
Variable in class java.net.SocketImpl
- The port number on the remote host to which this socket is connected.
- Port - interface javax.sound.sampled.Port.
- Ports are simple lines for input or output of audio to or from audio devices.
- Port.Info - class javax.sound.sampled.Port.Info.
- The
Port.Info
class extends Line.Info
with additional information specific to ports, including the port's name
and whether it is a source or a target for its mixer. - Port.Info(Class, String, boolean) -
Constructor for class javax.sound.sampled.Port.Info
- Constructs a port's info object from the information given.
- PortableRemoteObject - class javax.rmi.PortableRemoteObject.
- Server implementation objects may either inherit from
javax.rmi.PortableRemoteObject or they may implement a remote interface
and then use the exportObject method to register themselves as a server object.
- PortableRemoteObject() -
Constructor for class javax.rmi.PortableRemoteObject
- Initializes the object by calling
exportObject(this)
.
- PortableRemoteObjectDelegate - interface javax.rmi.CORBA.PortableRemoteObjectDelegate.
- Supports delegation for method implementations in
PortableRemoteObject
. - PORTRAIT -
Static variable in class java.awt.PageAttributes.OrientationRequestedType
- The OrientationRequestedType instance to use for specifying a
portrait orientation.
- 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.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.BufferedInputStream
- The current position in the buffer.
- pos -
Variable in class java.io.ByteArrayInputStream
- The index of the next character to read from the input stream buffer.
- pos -
Variable in class java.io.CharArrayReader
- The current buffer position.
- Position - interface javax.swing.text.Position.
- Represents a location within a document.
- Position.Bias - class javax.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
- Determines the byte position in the
BLOB
value
designated by this Blob
object at which
pattern
begins.
- position(byte[], long) -
Method in interface java.sql.Blob
- Determines the byte position at which the specified byte
pattern
begins within the BLOB
value that this Blob
object represents.
- position(Clob, long) -
Method in interface java.sql.Clob
- Determines the character position at which the specified
Clob
object searchstr
appears in this
Clob
object.
- position(String, long) -
Method in interface java.sql.Clob
- Determines the character position at which the specified substring
searchstr
appears in the SQL CLOB
value
represented by this Clob
object.
- positionCaret(MouseEvent) -
Method in class javax.swing.text.DefaultCaret
- Tries to set the position of the caret from
the coordinates of a mouse event, using viewToModel().
- positionForMouseEvent(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicSplitPaneDivider.DragController
- Returns the new position to put the divider at based on
the passed in MouseEvent.
- positionForMouseEvent(MouseEvent) -
Method in class javax.swing.plaf.basic.BasicSplitPaneDivider.VerticalDragController
- Returns the new position to put the divider at based on
the passed in MouseEvent.
- positionToElement(int) -
Method in class javax.swing.text.AbstractDocument.BranchElement
- Gets the child element that contains
the given model position.
- POSITIVE_INFINITY -
Static variable in class java.lang.Float
- The positive infinity of type
float
.
- POSITIVE_INFINITY -
Static variable in class java.lang.Double
- The positive infinity of type
double
.
- POSITIVE_SCROLL -
Static variable in class javax.swing.plaf.basic.BasicSliderUI
-
- postActionEvent() -
Method in class javax.swing.JTextField
- Processes action events occurring on this textfield by
dispatching them to any registered ActionListener objects.
- postClosingEvent(JInternalFrame) -
Method in class javax.swing.plaf.basic.BasicInternalFrameTitlePane
- Post a WINDOW_CLOSING-like event to the frame, so that it can
be treated like a regular Frame.
- postEdit(UndoableEdit) -
Method in class javax.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.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).
- postEvent(Event) -
Method in class java.awt.Window
- Deprecated. As of JDK version 1.1
replaced by
dispatchEvent(AWTEvent)
.
- postorderEnumeration() -
Method in class javax.swing.tree.DefaultMutableTreeNode
- Creates and returns an enumeration that traverses the subtree rooted at
this node in postorder.
- postRemoveUpdate(AbstractDocument.DefaultDocumentEvent) -
Method in class javax.swing.text.AbstractDocument
- Updates any document structure as a result of text removal.
- postState -
Variable in class javax.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.StrictMath
- Returns of value of the first argument raised to the power of the
second argument.
- 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).
- PPQ -
Static variable in class javax.sound.midi.Sequence
- The tempo-based timing type, for which the resolution is expressed in pulses (ticks) per quarter note.
- PRC -
Static variable in class java.util.Locale
- Useful constant for country.
- PRE -
Static variable in class javax.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.
- preConcatenateTransform(AffineTransform) -
Method in class java.awt.image.renderable.RenderContext
- Modifies the current user-to-device transform by prepending another
transform.
- preConcetenateTransform(AffineTransform) -
Method in class java.awt.image.renderable.RenderContext
- Deprecated. replaced by
preConcatenateTransform(AffineTransform)
.
- preContent(char[]) -
Method in class javax.swing.text.html.HTMLDocument.HTMLReader
- Adds the given content that was encountered in a
PRE element.
- predefined -
Static variable in class java.awt.Cursor
-
- preferenceChanged(boolean, boolean) -
Method in class javax.swing.text.AsyncBoxView.ChildState
- Mark preferences changed for this child.
- preferenceChanged(View, boolean, boolean) -
Method in class javax.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 javax.swing.text.BoxView
- This is called by a child to indicated its
preferred span has changed.
- preferenceChanged(View, boolean, boolean) -
Method in class javax.swing.text.AsyncBoxView
- Child views can call this on the parent to indicate that
the preference has changed and should be reconsidered
for layout.
- preferred -
Variable in class javax.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 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 class java.awt.BorderLayout
- Determines the preferred size of the
target
container using this layout manager, based on the components
in the container.
- preferredLayoutSize(Container) -
Method in 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 javax.swing.ViewportLayout
- Returns the preferred dimensions for this layout given the components
in the specified target container.
- preferredLayoutSize(Container) -
Method in class javax.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 javax.swing.BoxLayout
- Returns the preferred dimensions for this layout, given the components
in the specified target container.
- preferredLayoutSize(Container) -
Method in class javax.swing.OverlayLayout
- Returns the preferred dimensions for this layout given the components
in the specified target container.
- preferredLayoutSize(Container) -
Method in class javax.swing.JRootPane.RootLayout
- Returns the amount of space the layout would like to have.
- preferredLayoutSize(Container) -
Method in class javax.swing.plaf.basic.BasicOptionPaneUI.ButtonAreaLayout
-
- preferredLayoutSize(Container) -
Method in class javax.swing.plaf.basic.BasicTabbedPaneUI.TabbedPaneLayout
-
- preferredLayoutSize(Container) -
Method in class javax.swing.plaf.basic.BasicInternalFrameTitlePane.TitlePaneLayout
-
- preferredLayoutSize(Container) -
Method in class javax.swing.plaf.basic.BasicScrollBarUI
-
- preferredLayoutSize(Container) -
Method in class javax.swing.plaf.basic.BasicInternalFrameUI.InternalFrameLayout
-
- preferredLayoutSize(Container) -
Method in class javax.swing.plaf.basic.BasicComboBoxUI.ComboBoxLayoutManager
-
- preferredLayoutSize(Container) -
Method in class javax.swing.plaf.basic.BasicSplitPaneUI.BasicHorizontalLayoutManager
- Returns the preferred size needed to contain the children.
- preferredLayoutSize(Container) -
Method in class javax.swing.plaf.basic.BasicSplitPaneDivider.DividerLayout
-
- preferredMinSize -
Variable in class javax.swing.plaf.basic.BasicTreeUI
- Minimum preferred size.
- preferredSize -
Variable in class javax.swing.plaf.basic.BasicTreeUI
- Size needed to completely display all the nodes.
- 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.List
- 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(int) -
Method in class java.awt.List
- Deprecated. As of JDK version 1.1,
replaced by
getPreferredSize(int)
.
- preferredSize(int) -
Method in class java.awt.TextField
- Deprecated. As of JDK version 1.1,
replaced by
getPreferredSize(int)
.
- preferredSize(int, int) -
Method in class java.awt.TextArea
- Deprecated. As of JDK version 1.1,
replaced by
getPreferredSize(int, int)
.
- preferredTabAreaHeight(int, int) -
Method in class javax.swing.plaf.basic.BasicTabbedPaneUI.TabbedPaneLayout
-
- preferredTabAreaWidth(int, int) -
Method in class javax.swing.plaf.basic.BasicTabbedPaneUI.TabbedPaneLayout
-
- preferredViewportSize -
Variable in class javax.swing.JTable
- Used by the
Scrollable
interface to determine the initial visible area.
- preorderEnumeration() -
Method in class javax.swing.tree.DefaultMutableTreeNode
- Creates and returns an enumeration that traverses the subtree rooted at
this node in preorder.
- prepareCall(String) -
Method in interface java.sql.Connection
- Creates a
CallableStatement
object for calling
database stored procedures.
- prepareCall(String, int, int) -
Method in interface java.sql.Connection
- Creates a
CallableStatement
object that will generate
ResultSet
objects with the given type and concurrency.
- PreparedStatement - interface java.sql.PreparedStatement.
- An object that represents a precompiled SQL statement.
- prepareEditor(TableCellEditor, int, int) -
Method in class javax.swing.JTable
- Prepares the editor by querying the data model for the value and
selection state of the cell at
row
, column
.
- prepareForDragging() -
Method in class javax.swing.plaf.basic.BasicSplitPaneDivider
- Message to prepare for dragging.
- prepareForEditing() -
Method in class javax.swing.tree.DefaultTreeCellEditor
- Invoked just before editing is to start.
- prepareForUIInstall() -
Method in class javax.swing.plaf.basic.BasicTreeUI
- Invoked after the
tree
instance variable has been
set, but before any defaults/listeners have been installed.
- prepareForUIUninstall() -
Method in class javax.swing.plaf.basic.BasicTreeUI
-
- 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 javax.swing.JTable
- Prepares the renderer by querying the data model for the
value and selection state
of the cell at
row
, column
.
- prepareStatement(String) -
Method in interface java.sql.Connection
- Creates a
PreparedStatement
object for sending
parameterized SQL statements to the database.
- prepareStatement(String, int, int) -
Method in interface java.sql.Connection
- Creates a
PreparedStatement
object that will generate
ResultSet
objects with the given type and concurrency.
- PRESSED -
Static variable in class javax.accessibility.AccessibleState
- Indicates this object is currently pressed.
- PRESSED -
Static variable in class javax.swing.DefaultButtonModel
- Indicates that the button has been "pressed"
(typically, when the mouse is released).
- PRESSED_ICON_CHANGED_PROPERTY -
Static variable in class javax.swing.AbstractButton
- Identifies a change to the icon used when the button has been
pressed.
- preState -
Variable in class javax.swing.undo.StateEdit
- The state information prior to the edit
- PREVIEW_PANEL_PROPERTY -
Static variable in class javax.swing.JColorChooser
- The preview panel property name.
- previewListener -
Variable in class javax.swing.plaf.basic.BasicColorChooserUI
-
- previous() -
Method in interface java.sql.ResultSet
- Moves the cursor to the previous row in this
ResultSet
object.
- previous() -
Method in class java.text.CollationElementIterator
- Get the previous collation element in the string.
- 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.BreakIterator
- Return the boundary preceding the current boundary.
- previous() -
Method in interface java.util.ListIterator
- Returns the previous element in the list.
- previous() -
Method in class javax.swing.text.ElementIterator
- Fetches the previous Element.
- previous() -
Method in class javax.swing.text.Segment
- Decrements the iterator's index by one and returns the character
at the new index.
- 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 javax.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
- Return the primary component of a collation element.
- 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.
- Deprecated. Deprecated by CORBA 2.2.
- Principal() -
Constructor for class org.omg.CORBA.Principal
- Deprecated.
- PrincipalHolder - class org.omg.CORBA.PrincipalHolder.
- Deprecated. Deprecated by CORBA 2.2.
- PrincipalHolder() -
Constructor for class org.omg.CORBA.PrincipalHolder
- Deprecated. Constructs a new
PrincipalHolder
object with its
value
field initialized to null
.
- PrincipalHolder(Principal) -
Constructor for class org.omg.CORBA.PrincipalHolder
- Deprecated. 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.PrintStream
- Print a boolean value.
- print(boolean) -
Method in class java.io.PrintWriter
- Print a boolean value.
- print(char) -
Method in class java.io.PrintStream
- Print a character.
- print(char) -
Method in class java.io.PrintWriter
- Print a character.
- print(char[]) -
Method in class java.io.PrintStream
- Print an array of characters.
- print(char[]) -
Method in class java.io.PrintWriter
- Print an array of characters.
- print(double) -
Method in class java.io.PrintStream
- Print a double-precision floating-point number.
- print(double) -
Method in class java.io.PrintWriter
- Print a double-precision floating-point number.
- print(float) -
Method in class java.io.PrintStream
- Print a floating-point number.
- print(float) -
Method in class java.io.PrintWriter
- Print a floating-point number.
- print(Graphics) -
Method in class java.awt.Component
- Prints this component.
- print(Graphics) -
Method in class java.awt.Container
- Prints the container.
- print(Graphics) -
Method in class javax.swing.JComponent
- Invoke this method to print the receiver.
- print(Graphics, PageFormat, int) -
Method in interface java.awt.print.Printable
- Prints the page at the specified index into the specified
Graphics
context in the specified
format.
- print(int) -
Method in class java.io.PrintStream
- Print an integer.
- print(int) -
Method in class java.io.PrintWriter
- Print an integer.
- print(long) -
Method in class java.io.PrintStream
- Print a long integer.
- print(long) -
Method in class java.io.PrintWriter
- Print a long integer.
- print(Object) -
Method in class java.io.PrintStream
- Print an object.
- print(Object) -
Method in class java.io.PrintWriter
- Print an object.
- print(String) -
Method in class java.io.PrintStream
- Print a string.
- print(String) -
Method in class java.io.PrintWriter
- Print a string.
- Printable - interface java.awt.print.Printable.
- The
Printable
interface is implemented
by the print
methods of the current
page painter, which is called by the printing
system to render a page. - PRINTABLE -
Static variable in class java.awt.PageAttributes.OriginType
- The OriginType instance to use for specifying a printable origin.
- printAll(Graphics) -
Method in class java.awt.Component
- Prints this component and all of its subcomponents.
- printAll(Graphics) -
Method in class javax.swing.JComponent
- Invoke this method to print the receiver.
- printBorder(Graphics) -
Method in class javax.swing.JComponent
- Prints the component's border.
- printChildren(Graphics) -
Method in class javax.swing.JComponent
- Prints this component's children.
- printComponent(Graphics) -
Method in class javax.swing.JComponent
- This is invoked during a printing operation.
- 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 a dialog to the user for changing the properties of
the print job.
- PRINTER -
Static variable in class java.awt.JobAttributes.DestinationType
- The DestinationType instance to use for specifying print to printer.
- PrinterAbortException - exception java.awt.print.PrinterAbortException.
- The
PrinterAbortException
class is a subclass of
PrinterException
and is used to indicate that a user
or application has terminated the print job while it was in
the process of printing. - PrinterAbortException() -
Constructor for class java.awt.print.PrinterAbortException
- Constructs a new
PrinterAbortException
with no
detail message.
- PrinterAbortException(String) -
Constructor for class java.awt.print.PrinterAbortException
- Constructs a new
PrinterAbortException
with
the specified detail message.
- PrinterException - exception java.awt.print.PrinterException.
- The
PrinterException
class 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
- Constructs a new
PrinterException
object
without a detail message.
- PrinterException(String) -
Constructor for class java.awt.print.PrinterException
- Constructs a new
PrinterException
object
with the specified detail message.
- PrinterGraphics - interface java.awt.print.PrinterGraphics.
- The
PrinterGraphics
interface is implemented by
Graphics
objects that are passed to
Printable
objects to render a page. - PrinterIOException - exception java.awt.print.PrinterIOException.
- The
PrinterIOException
class is a subclass of
PrinterException
and is used to indicate that an IO error
of some sort has occurred while printing. - PrinterIOException(IOException) -
Constructor for class java.awt.print.PrinterIOException
- Constructs a new
PrinterIOException
with the string representation of the specified
IOException
.
- PrinterJob - class java.awt.print.PrinterJob.
- The
PrinterJob
class is the principal class that controls
printing. - PrinterJob() -
Constructor for class java.awt.print.PrinterJob
- A
PrinterJob
object should be created using the
static getPrinterJob
method.
- 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.
- PrintJob() -
Constructor for class java.awt.PrintJob
-
- println() -
Method in class java.io.PrintStream
- Terminate the current line by writing the line separator string.
- println() -
Method in class java.io.PrintWriter
- Terminate the current line by writing the line separator string.
- println(boolean) -
Method in class java.io.PrintStream
- Print a boolean and then terminate the line.
- println(boolean) -
Method in class java.io.PrintWriter
- Print a boolean value 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 a character and then terminate the line.
- println(char[]) -
Method in class java.io.PrintStream
- Print an array of characters and then terminate the line.
- println(char[]) -
Method in class java.io.PrintWriter
- Print an array of characters and then terminate the line.
- println(double) -
Method in class java.io.PrintStream
- Print a double 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(float) -
Method in class java.io.PrintStream
- Print a float and then terminate the line.
- println(float) -
Method in class java.io.PrintWriter
- Print a floating-point number and then terminate the line.
- println(int) -
Method in class java.io.PrintStream
- Print an integer and then terminate the line.
- println(int) -
Method in class java.io.PrintWriter
- Print an integer and then terminate the line.
- println(long) -
Method in class java.io.PrintStream
- Print a long and then terminate the line.
- println(long) -
Method in class java.io.PrintWriter
- Print a long integer and then terminate the line.
- println(Object) -
Method in class java.io.PrintStream
- Print an Object and then terminate the line.
- println(Object) -
Method in class java.io.PrintWriter
- Print an Object and then terminate the line.
- println(String) -
Method in class java.io.PrintStream
- Print a String and then terminate the line.
- println(String) -
Method in class java.io.PrintWriter
- Print a String and then terminate the line.
- println(String) -
Static method in class java.sql.DriverManager
- Prints a message to the current JDBC log stream.
- printStackTrace() -
Method in class java.lang.Throwable
- Prints this
Throwable
and its backtrace to the
standard error stream.
- printStackTrace() -
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.lang.reflect.UndeclaredThrowableException
- Prints this
UndeclaredThrowableException
and its
backtrace to the standard error stream.
- printStackTrace() -
Method in class java.rmi.RemoteException
- Prints the composite message to
System.err
.
- printStackTrace() -
Method in class java.rmi.activation.ActivationException
- Prints the composite message to
System.err
.
- printStackTrace() -
Method in class java.rmi.server.ServerCloneException
- Returns the detail message, including the message from the nested
exception if there is one.
- printStackTrace() -
Method in class java.security.PrivilegedActionException
- Prints the stack trace of the exception that occurred.
- printStackTrace() -
Method in class javax.naming.NamingException
- Prints this exception's stack trace to System.err.
- 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.lang.reflect.UndeclaredThrowableException
- Prints this
UndeclaredThrowableException
and its
backtrace to the specified PrintStream
.
- printStackTrace(PrintStream) -
Method in class java.rmi.RemoteException
- Prints the composite message and the embedded stack trace to
the specified stream
ps
.
- printStackTrace(PrintStream) -
Method in class java.rmi.activation.ActivationException
- Prints the composite message and the embedded stack trace to
the specified stream
ps
.
- printStackTrace(PrintStream) -
Method in class java.rmi.server.ServerCloneException
- Prints the composite message and the embedded stack trace to
the specified stream
ps
.
- printStackTrace(PrintStream) -
Method in class java.security.PrivilegedActionException
- Prints the stack trace of the exception that occurred to the
specified print stream.
- printStackTrace(PrintStream) -
Method in class javax.naming.NamingException
- Prints this exception's stack trace to a 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.lang.reflect.UndeclaredThrowableException
- Prints this
UndeclaredThrowableException
and its
backtrace to the specified PrintWriter
.
- printStackTrace(PrintWriter) -
Method in class java.rmi.RemoteException
- Prints the composite message and the embedded stack trace to
the specified print writer
pw
.
- printStackTrace(PrintWriter) -
Method in class java.rmi.activation.ActivationException
- Prints the composite message and the embedded stack trace to
the specified print writer
pw
.
- printStackTrace(PrintWriter) -
Method in class java.rmi.server.ServerCloneException
- Prints the composite message and the embedded stack trace to
the specified writer
pw
.
- printStackTrace(PrintWriter) -
Method in class java.security.PrivilegedActionException
- Prints the stack trace of the exception that occurred to the
specified print writer.
- printStackTrace(PrintWriter) -
Method in class javax.naming.NamingException
- Prints this exception's stack trace to a 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) -
Constructor for class java.io.PrintStream
- Create a new print stream.
- PrintStream(OutputStream, boolean) -
Constructor for class java.io.PrintStream
- Create a new print stream.
- PrintWriter - class java.io.PrintWriter.
- Print formatted representations of objects to a text-output stream.
- PrintWriter(OutputStream) -
Constructor for class java.io.PrintWriter
- Create a new PrintWriter, without automatic line flushing, from an
existing OutputStream.
- PrintWriter(OutputStream, boolean) -
Constructor for class java.io.PrintWriter
- Create a new PrintWriter from an existing OutputStream.
- PrintWriter(Writer) -
Constructor for class java.io.PrintWriter
- Create a new PrintWriter, without automatic line flushing.
- PrintWriter(Writer, boolean) -
Constructor for class java.io.PrintWriter
- Create a new PrintWriter.
- 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 -
Static variable in class java.lang.reflect.Modifier
- The
int
value representing the private
modifier.
- PRIVATE_MEMBER - interface org.omg.CORBA.PRIVATE_MEMBER.
PRIVATE_MEMBER
is one of the two constants of typedef
Visibility
used in the interface repository
to identify visibility of a ValueMember
type.- PRIVATE_USE -
Static variable in class java.lang.Character
- Public data for enumerated Unicode general category types.
- PRIVATE_USE_AREA -
Static variable in class java.lang.Character.UnicodeBlock
- 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
- Indicates that the column stores IN parameters.
- procedureColumnInOut -
Static variable in interface java.sql.DatabaseMetaData
- Indicates that the column stores INOUT parameters.
- procedureColumnOut -
Static variable in interface java.sql.DatabaseMetaData
- Indicates that the column stores OUT parameters.
- procedureColumnResult -
Static variable in interface java.sql.DatabaseMetaData
- Indicates that the column stores results.
- procedureColumnReturn -
Static variable in interface java.sql.DatabaseMetaData
- Indicates that the column stores return values.
- procedureColumnUnknown -
Static variable in interface java.sql.DatabaseMetaData
- Indicates that type of the column is unknown.
- procedureNoNulls -
Static variable in interface java.sql.DatabaseMetaData
- Indicates that
NULL
values are not allowed.
- procedureNoResult -
Static variable in interface java.sql.DatabaseMetaData
- A possible value for column
PROCEDURE_TYPE
in the
ResultSet
object returned by the method
getProcedures
.
- procedureNullable -
Static variable in interface java.sql.DatabaseMetaData
- Indicates that
NULL
values are allowed.
- procedureNullableUnknown -
Static variable in interface java.sql.DatabaseMetaData
- Indicates that whether
NULL
values are allowed
is unknown.
- procedureResultUnknown -
Static variable in interface java.sql.DatabaseMetaData
- A possible value for column
PROCEDURE_TYPE
in the
ResultSet
object returned by the method
getProcedures
.
- procedureReturnsResult -
Static variable in interface java.sql.DatabaseMetaData
- A possible value for column
PROCEDURE_TYPE
in the
ResultSet
object returned by the method
getProcedures
.
- 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. - Process() -
Constructor for class java.lang.Process
-
- 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.List
- Processes action events occurring on this component
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.Button
- Processes action events occurring on this button
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 javax.swing.JComponent
- Processes any key events that the component itself
recognizes.
- processComponentKeyEvent(KeyEvent) -
Method in class javax.swing.JEditorPane
- Overridden to handle processing of tab/shift tab.
- 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.Scrollbar
- Processes events on this scroll bar.
- processEvent(AWTEvent) -
Method in class java.awt.MenuComponent
- Processes events occurring on this menu component.
- processEvent(AWTEvent) -
Method in class java.awt.MenuItem
- Processes events on this menu item.
- processEvent(AWTEvent) -
Method in class java.awt.Checkbox
- Processes events on this check box.
- processEvent(AWTEvent) -
Method in class java.awt.Window
- Processes events on this window.
- processEvent(AWTEvent) -
Method in class java.awt.List
- Processes events on this scrolling list.
- processEvent(AWTEvent) -
Method in class java.awt.TextComponent
- Processes events on this text component.
- processEvent(AWTEvent) -
Method in class java.awt.Choice
- Processes events on this choice.
- processEvent(AWTEvent) -
Method in class java.awt.TextField
- Processes events on this text field.
- processEvent(AWTEvent) -
Method in class java.awt.Button
- Processes events on this button.
- processEvent(AWTEvent) -
Method in class java.awt.CheckboxMenuItem
- Processes events on this check box menu item.
- processFocusEvent(FocusEvent) -
Method in class java.awt.Component
- Processes focus events occurring on this component by
dispatching them to any registered
FocusListener
objects.
- processFocusEvent(FocusEvent) -
Method in class javax.swing.JComponent
-
- processFocusEvent(FocusEvent) -
Method in class javax.swing.JMenu
- Processes any focus events, such as
FocusEvent.FOCUS_GAINED
or
FocusEvent.FOCUS_LOST
.
- processHierarchyBoundsEvent(HierarchyEvent) -
Method in class java.awt.Component
- Processes hierarchy bounds events occurring on this component by
dispatching them to any registered
HierarchyBoundsListener
objects.
- processHierarchyEvent(HierarchyEvent) -
Method in class java.awt.Component
- Processes hierarchy events occurring on this component by
dispatching them to any registered
HierarchyListener
objects.
- processHTMLFrameHyperlinkEvent(HTMLFrameHyperlinkEvent) -
Method in class javax.swing.text.html.HTMLDocument
- Processes HyperlinkEvents that
are generated by documents in an HTML frame.
- processInputMethodEvent(InputMethodEvent) -
Method in class java.awt.Component
- Processes input method events occurring on this component by
dispatching them to any registered
InputMethodListener
objects.
- processInputMethodEvent(InputMethodEvent) -
Method in class javax.swing.text.JTextComponent
-
- 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.List
- Processes item events occurring on this list 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.
- processKeyBinding(KeyStroke, KeyEvent, int, boolean) -
Method in class javax.swing.JComponent
- Invoked to process the key bindings for
ks
as the result
of the KeyEvent e
.
- processKeyBinding(KeyStroke, KeyEvent, int, boolean) -
Method in class javax.swing.JTable
-
- processKeyBinding(KeyStroke, KeyEvent, int, boolean) -
Method in class javax.swing.JMenuBar
- Subclassed to check all the child menus.
- processKeyEvent(Component, KeyEvent) -
Method in class javax.swing.FocusManager
- This method is called by JComponents when a key event occurs.
- processKeyEvent(Component, KeyEvent) -
Method in class javax.swing.DefaultFocusManager
-
- processKeyEvent(KeyEvent) -
Method in class java.awt.Component
- Processes key events occurring on this component by
dispatching them to any registered
KeyListener
objects.
- processKeyEvent(KeyEvent) -
Method in class javax.swing.JComponent
- Overrides processKeyEvent to process events.
- processKeyEvent(KeyEvent) -
Method in class javax.swing.JEditorPane
- Make sure that TAB and Shift-TAB events get consumed, so that
awt doesn't attempt focus traversal.
- processKeyEvent(KeyEvent) -
Method in class javax.swing.JMenu
- Processes key stroke events for this menu, such as mnemonics and
accelerators.
- processKeyEvent(KeyEvent) -
Method in class javax.swing.MenuSelectionManager
- When a MenuElement receives an event from a KeyListener, it should never process the event
directly.
- processKeyEvent(KeyEvent) -
Method in class javax.swing.JApplet
-
- processKeyEvent(KeyEvent) -
Method in class javax.swing.JComboBox
- Handles
KeyEvent
s, looking for the Tab key.
- processKeyEvent(KeyEvent) -
Method in class javax.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 javax.swing.JTextArea
- Make sure that TAB and Shift-TAB events get consumed, so that
awt doesn't attempt focus traversal.
- processKeyEvent(KeyEvent) -
Method in class javax.swing.JDialog
- Processes key events occurring on this component and, if appropriate,
passes them on to components in the dialog which have registered
interest in them.
- processKeyEvent(KeyEvent, MenuElement[], MenuSelectionManager) -
Method in class javax.swing.JMenuItem
- Process a key event forwarded from the MenuSelectionManager.
- processKeyEvent(KeyEvent, MenuElement[], MenuSelectionManager) -
Method in class javax.swing.JPopupMenu
- This method is required to conform to the
MenuElement
interface, but it not implemented.
- processKeyEvent(KeyEvent, MenuElement[], MenuSelectionManager) -
Method in class javax.swing.JMenuBar
- Implemented to be a
MenuElement
-- does nothing.
- processKeyEvent(KeyEvent, MenuElement[], MenuSelectionManager) -
Method in interface javax.swing.MenuElement
- Process a key event.
- processMenuDragMouseEvent(MenuDragMouseEvent) -
Method in class javax.swing.JMenuItem
- Handle mouse drag in a menu.
- processMenuKeyEvent(MenuKeyEvent) -
Method in class javax.swing.JMenuItem
- Handle a keystroke in a menu.
- processMouseEvent(JMenuItem, MouseEvent, MenuElement[], MenuSelectionManager) -
Method in class javax.swing.plaf.basic.BasicRadioButtonMenuItemUI
-
- processMouseEvent(JMenuItem, MouseEvent, MenuElement[], MenuSelectionManager) -
Method in class javax.swing.plaf.basic.BasicCheckBoxMenuItemUI
-
- processMouseEvent(MouseEvent) -
Method in class java.awt.Component
- Processes mouse events occurring on this component by
dispatching them to any registered
MouseListener
objects.
- processMouseEvent(MouseEvent) -
Method in class javax.swing.MenuSelectionManager
- When a MenuElement receives an event from a MouseListener, it should never process the event
directly.
- processMouseEvent(MouseEvent, MenuElement[], MenuSelectionManager) -
Method in class javax.swing.JMenuItem
- Process a mouse event forwarded from the MenuSelectionManager.
- processMouseEvent(MouseEvent, MenuElement[], MenuSelectionManager) -
Method in class javax.swing.JPopupMenu
- This method is required to conform to the
MenuElement
interface, but it not implemented.
- processMouseEvent(MouseEvent, MenuElement[], MenuSelectionManager) -
Method in class javax.swing.JMenuBar
- Implemented to be a
MenuElement
-- does nothing.
- processMouseEvent(MouseEvent, MenuElement[], MenuSelectionManager) -
Method in interface javax.swing.MenuElement
- Process a mouse event.
- processMouseMotionEvent(MouseEvent) -
Method in class java.awt.Component
- Processes mouse motion events occurring on this component by
dispatching them to any registered
MouseMotionListener
objects.
- processMouseMotionEvent(MouseEvent) -
Method in class javax.swing.JComponent
-
- 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 java.awt.Window
- Processes window events occurring on this window by
dispatching them to any registered WindowListener objects.
- processWindowEvent(WindowEvent) -
Method in class javax.swing.JFrame
- Processes window events occurring on this component.
- processWindowEvent(WindowEvent) -
Method in class javax.swing.JDialog
- Handles window events depending on the state of the
defaultCloseOperation
property.
- 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
- Constructs a ProfileDataException with the specified detail message.
- program -
Variable in class javax.sound.midi.VoiceStatus
- The program number of the instrument that this voice is currently using.
- PROGRAM_CHANGE -
Static variable in class javax.sound.midi.ShortMessage
- Command value for Program Change message (0xC0, or 192)
- programChange(int) -
Method in interface javax.sound.midi.MidiChannel
- Changes a program (patch).
- programChange(int, int) -
Method in interface javax.sound.midi.MidiChannel
- Changes the program using bank and program (patch) numbers.
- PROGRESS_BAR -
Static variable in class javax.accessibility.AccessibleRole
- An object used to indicate how much of a task has been completed.
- progressBar -
Variable in class javax.swing.plaf.basic.BasicProgressBarUI
-
- ProgressBarUI - class javax.swing.plaf.ProgressBarUI.
- Pluggable look and feel interface for JProgressBar.
- ProgressBarUI() -
Constructor for class javax.swing.plaf.ProgressBarUI
-
- ProgressMonitor - class javax.swing.ProgressMonitor.
- A class to monitor the progress of some operation.
- ProgressMonitor(Component, Object, String, int, int) -
Constructor for class javax.swing.ProgressMonitor
- Constructs a graphic object that shows progress, typically by filling
in a rectangular bar as the process nears completion.
- ProgressMonitorInputStream - class javax.swing.ProgressMonitorInputStream.
- Monitors the progress of reading from some InputStream.
- ProgressMonitorInputStream(Component, Object, InputStream) -
Constructor for class javax.swing.ProgressMonitorInputStream
- Constructs an object to monitor the progress of an input stream.
- progressString -
Variable in class javax.swing.JProgressBar
- A optional String that can be displayed on the progress bar.
- PROMPT -
Static variable in class javax.swing.text.html.HTML.Attribute
-
- propagatedFrom -
Variable in class java.beans.beancontext.BeanContextEvent
- The
BeanContext
from which this event was propagated
- 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 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.
- propertyChange(PropertyChangeEvent) -
Method in class javax.swing.JList.AccessibleJList
- Property Change Listener change method.
- propertyChange(PropertyChangeEvent) -
Method in class javax.swing.JTable.AccessibleJTable
- Track changes to selection model, column model, etc.
- propertyChange(PropertyChangeEvent) -
Method in class javax.swing.table.DefaultTableColumnModel
- Property Change Listener change method.
- propertyChange(PropertyChangeEvent) -
Method in class javax.swing.plaf.basic.BasicTextUI
- This method gets called when a bound property is changed
on the associated JTextComponent.
- propertyChange(PropertyChangeEvent) -
Method in class javax.swing.plaf.basic.BasicEditorPaneUI
- This method gets called when a bound property is changed
on the associated JTextComponent.
- propertyChange(PropertyChangeEvent) -
Method in class javax.swing.plaf.basic.BasicTextPaneUI
- This method gets called when a bound property is changed
on the associated JTextComponent.
- propertyChange(PropertyChangeEvent) -
Method in class javax.swing.plaf.basic.BasicComboPopup.PropertyChangeHandler
-
- propertyChange(PropertyChangeEvent) -
Method in class javax.swing.plaf.basic.BasicOptionPaneUI.PropertyChangeHandler
- If the source of the PropertyChangeEvent
e
equals the
optionPane and is one of the ICON_PROPERTY, MESSAGE_PROPERTY,
OPTIONS_PROPERTY or INITIAL_VALUE_PROPERTY,
validateComponent is invoked.
- propertyChange(PropertyChangeEvent) -
Method in class javax.swing.plaf.basic.BasicTabbedPaneUI.PropertyChangeHandler
-
- propertyChange(PropertyChangeEvent) -
Method in class javax.swing.plaf.basic.BasicInternalFrameTitlePane.PropertyChangeHandler
-
- propertyChange(PropertyChangeEvent) -
Method in class javax.swing.plaf.basic.BasicTextFieldUI
- This method gets called when a bound property is changed
on the associated JTextComponent.
- propertyChange(PropertyChangeEvent) -
Method in class javax.swing.plaf.basic.BasicScrollBarUI.PropertyChangeHandler
-
- propertyChange(PropertyChangeEvent) -
Method in class javax.swing.plaf.basic.BasicToolBarUI.PropertyListener
-
- propertyChange(PropertyChangeEvent) -
Method in class javax.swing.plaf.basic.BasicButtonListener
-
- propertyChange(PropertyChangeEvent) -
Method in class javax.swing.plaf.basic.BasicInternalFrameUI.InternalFramePropertyChangeListener
- Detects changes in state from the JInternalFrame and handles actions.
- propertyChange(PropertyChangeEvent) -
Method in class javax.swing.plaf.basic.BasicListUI.PropertyChangeHandler
-
- propertyChange(PropertyChangeEvent) -
Method in class javax.swing.plaf.basic.BasicLabelUI
-
- propertyChange(PropertyChangeEvent) -
Method in class javax.swing.plaf.basic.BasicComboBoxUI.PropertyChangeHandler
-
- propertyChange(PropertyChangeEvent) -
Method in class javax.swing.plaf.basic.BasicDirectoryModel
-
- propertyChange(PropertyChangeEvent) -
Method in class javax.swing.plaf.basic.BasicColorChooserUI.PropertyHandler
-
- propertyChange(PropertyChangeEvent) -
Method in class javax.swing.plaf.basic.BasicTreeUI.PropertyChangeHandler
-
- propertyChange(PropertyChangeEvent) -
Method in class javax.swing.plaf.basic.BasicTreeUI.SelectionModelPropertyChangeHandler
-
- propertyChange(PropertyChangeEvent) -
Method in class javax.swing.plaf.basic.BasicSplitPaneUI.PropertyHandler
- Messaged from the JSplitPane the reciever is contained in.
- propertyChange(PropertyChangeEvent) -
Method in class javax.swing.plaf.basic.BasicSplitPaneDivider
- Property change event, presumably from the JSplitPane, will message
updateOrientation if necessary.
- propertyChange(PropertyChangeEvent) -
Method in class javax.swing.plaf.basic.BasicScrollPaneUI.PropertyChangeHandler
-
- propertyChange(PropertyChangeEvent) -
Method in class javax.swing.plaf.basic.BasicRootPaneUI
- Invoked when a property changes on the root pane.
- propertyChange(PropertyChangeEvent) -
Method in class javax.swing.plaf.basic.BasicTextAreaUI
- This method gets called when a bound property is changed
on the associated JTextComponent.
- propertyChange(PropertyChangeEvent) -
Method in class javax.swing.plaf.basic.BasicSliderUI.PropertyChangeHandler
-
- propertyChange(PropertyChangeEvent) -
Method in class javax.swing.plaf.metal.MetalTextFieldUI
-
- propertyChange(PropertyChangeEvent) -
Method in class javax.swing.plaf.metal.MetalFileChooserUI.FilterComboBoxModel
-
- propertyChange(PropertyChangeEvent) -
Method in class javax.swing.plaf.metal.MetalComboBoxUI.MetalPropertyChangeListener
-
- propertyChange(PropertyChangeEvent) -
Method in class javax.swing.plaf.metal.MetalSliderUI.MetalPropertyListener
-
- propertyChange(PropertyChangeEvent) -
Method in class javax.swing.plaf.metal.MetalToolBarUI.MetalRolloverListener
-
- 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
- Constructs a new
PropertyChangeEvent
.
- propertyChangeListener -
Variable in class javax.swing.plaf.basic.BasicComboPopup
-
- propertyChangeListener -
Variable in class javax.swing.plaf.basic.BasicMenuUI
-
- propertyChangeListener -
Variable in class javax.swing.plaf.basic.BasicOptionPaneUI
-
- propertyChangeListener -
Variable in class javax.swing.plaf.basic.BasicTabbedPaneUI
-
- propertyChangeListener -
Variable in class javax.swing.plaf.basic.BasicInternalFrameTitlePane
-
- propertyChangeListener -
Variable in class javax.swing.plaf.basic.BasicScrollBarUI
-
- propertyChangeListener -
Variable in class javax.swing.plaf.basic.BasicInternalFrameUI
-
- propertyChangeListener -
Variable in class javax.swing.plaf.basic.BasicListUI
-
- propertyChangeListener -
Variable in class javax.swing.plaf.basic.BasicComboBoxUI
-
- propertyChangeListener -
Variable in class javax.swing.plaf.basic.BasicColorChooserUI
-
- propertyChangeListener -
Variable in class javax.swing.plaf.basic.BasicSplitPaneUI
- Instance of the PropertyChangeListener for this JSplitPane.
- propertyChangeListener -
Variable in class javax.swing.plaf.basic.BasicSliderUI
-
- 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
- Constructs a
PropertyChangeSupport
object.
- PropertyDescriptor - class java.beans.PropertyDescriptor.
- A PropertyDescriptor describes one property that a Java Bean
exports via a pair of accessor methods.
- 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, 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, 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.
- PropertyEditorManager() -
Constructor for class java.beans.PropertyEditorManager
-
- 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.
- propertyKey -
Static variable in class javax.swing.plaf.basic.BasicHTML
- Key to use for the html renderer when stored as a
client property of a JComponent.
- propertyListener -
Variable in class javax.swing.plaf.basic.BasicToolBarUI
-
- 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
- Constructs a
PropertyVetoException
with a
detailed message.
- PROTECTED -
Static variable in class java.lang.reflect.Modifier
- The
int
value representing the protected
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.
- prototypeCellValueChanged -
Static variable in class javax.swing.plaf.basic.BasicListUI
-
- 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_URL -
Static variable in interface javax.naming.Context
- Constant that holds the name of the environment property
for specifying configuration information for the service provider
to use.
- 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.
- proxy -
Variable in class java.beans.beancontext.BeanContextServicesSupport
- Delegate for the BeanContextServiceProvider.
- Proxy - class java.lang.reflect.Proxy.
Proxy
provides static methods for creating dynamic proxy
classes and instances, and it is also the superclass of all
dynamic proxy classes created by those methods.- Proxy(InvocationHandler) -
Constructor for class java.lang.reflect.Proxy
- Constructs a new
Proxy
instance from a subclass
(typically, a dynamic proxy class) with the specified value
for its invocation handler.
- ptLineDist(double, double) -
Method in class java.awt.geom.Line2D
- Returns the distance from a point to this line.
- 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(Point2D) -
Method in class java.awt.geom.Line2D
- Returns the distance from a
Point2D
to this line.
- ptLineDistSq(double, double) -
Method in class java.awt.geom.Line2D
- Returns the square of 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(Point2D) -
Method in class java.awt.geom.Line2D
- Returns the square of the distance from a specified
Point2D
to this line.
- ptSegDist(double, double) -
Method in class java.awt.geom.Line2D
- Returns the distance from a point to this line segment.
- 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(Point2D) -
Method in class java.awt.geom.Line2D
- Returns the distance from a
Point2D
to this 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(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(Point2D) -
Method in class java.awt.geom.Line2D
- Returns the square of the distance from a
Point2D
to
this line segment.
- PUBLIC -
Static variable in interface java.lang.reflect.Member
- Identifies the set of all public members of a class or interface,
including inherited members.
- PUBLIC -
Static variable in class java.lang.reflect.Modifier
- The
int
value representing the public
modifier.
- PUBLIC -
Static variable in interface javax.swing.text.html.parser.DTDConstants
-
- PUBLIC_MEMBER - interface org.omg.CORBA.PUBLIC_MEMBER.
PUBLIC_MEMBER
is one of the two constants of typedef
Visibility
used in the interface repository
to identify visibility of a ValueMember
type.- PublicKey - interface java.security.PublicKey.
- A public key.
- PUSH_BUTTON -
Static variable in class javax.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) -
Constructor for class java.io.PushbackInputStream
- Creates a
PushbackInputStream
and saves its argument, the input stream
in
, for later use.
- 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.
- PushbackReader - class java.io.PushbackReader.
- A character-stream reader that allows characters to be pushed back into the
stream.
- PushbackReader(Reader) -
Constructor for class java.io.PushbackReader
- Create a new pushback reader with a one-character pushback buffer.
- PushbackReader(Reader, int) -
Constructor for class java.io.PushbackReader
- Create a new pushback reader with a pushback buffer of the given size.
- pushCharacterStyle() -
Method in class javax.swing.text.html.HTMLDocument.HTMLReader
- Pushes the current character style on a stack in preparation
for forming a new nested character style.
- put(Attribute) -
Method in interface javax.naming.directory.Attributes
- Adds a new attribute to the attribute set.
- put(Attribute) -
Method in class javax.naming.directory.BasicAttributes
-
- put(KeyStroke, Object) -
Method in class javax.swing.InputMap
- Adds a binding for
keyStroke
to actionMapKey
.
- put(KeyStroke, Object) -
Method in class javax.swing.ComponentInputMap
- Adds a binding for
keyStroke
to actionMapKey
.
- put(Object, Action) -
Method in class javax.swing.ActionMap
- Adds a binding for
key
to action
.
- put(Object, Object) -
Method in class java.awt.RenderingHints
- Maps the specified
key
to the specified
value
in this RenderingHints
object.
- 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.AbstractMap
- Associates the specified value with the specified key in this map
(optional operation).
- put(Object, Object) -
Method in class java.util.WeakHashMap
- Updates this map so that the given
key
maps to the given
value
.
- put(Object, Object) -
Method in class java.util.TreeMap
- Associates the specified value with the specified key in this map.
- put(Object, Object) -
Method in class java.util.HashMap
- Associates the specified value with the specified key in this map.
- put(Object, Object) -
Method in interface java.util.Map
- Associates the specified value with the specified key in this map
(optional operation).
- put(Object, Object) -
Method in class java.util.jar.Attributes
- Associates the specified value with the specified attribute name
(key) in this Map.
- put(Object, Object) -
Method in class javax.swing.UIDefaults
- Sets the value of
key
to value
.
- put(Object, Object) -
Static method in class javax.swing.UIManager
- Stores an object in the defaults table.
- 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.io.ObjectOutputStream.PutField
- Put the value of the named Object field into the persistent field.
- put(String, Object) -
Method in interface javax.naming.directory.Attributes
- Adds a new attribute to the attribute set.
- put(String, Object) -
Method in class javax.naming.directory.BasicAttributes
-
- 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.awt.RenderingHints
- Copies all of the mappings from the specified
Map
to this RenderingHints
.
- putAll(Map) -
Method in class java.security.Provider
- Copies all of the mappings from the specified Map to this provider.
- putAll(Map) -
Method in class java.util.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.TreeMap
- Copies all of the mappings from the specified map to this map.
- putAll(Map) -
Method in class java.util.HashMap
- Copies all of the mappings from the specified map to this one.
- 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.jar.Attributes
- Copies all of the attribute name-value mappings from the specified
Attributes to this Map.
- putClientProperty(Object, Object) -
Method in class javax.swing.JComponent
- Adds an arbitrary key/value "client property" to this component.
- putDefaults(Object[]) -
Method in class javax.swing.UIDefaults
- Puts all of the key/value pairs in the database and
unconditionally generates one
PropertyChangeEvent
.
- putDTDHash(String, DTD) -
Static method in class javax.swing.text.html.parser.DTD
-
- 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 javax.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 javax.swing.text.Document
- Puts a new property on the list.
- putProperty(Object, Object) -
Method in class javax.swing.text.AbstractDocument
- A convenience method for storing up a property value.
- putValue(String, Object) -
Method in interface javax.swing.Action
- Sets one of this object's properties
using the associated key.
- putValue(String, Object) -
Method in class javax.swing.AbstractAction
- Sets the
Value
associated with the specified key.
- putValue(String, String) -
Method in class java.util.jar.Attributes
- Associates the specified value with the specified attribute name,
specified as a String.
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
For further API reference and developer documentation, see Java 2 SDK SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples. Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2001 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.