A B C D E F G H I J K L M N O P R S T U W

A

add(String, int) - Method in interface java.awt.peer.ChoicePeer
Adds an item with the string item to the combo box list at index index.
add(String, int) - Method in interface java.awt.peer.ListPeer
 
addHelpMenu(Menu) - Method in interface java.awt.peer.MenuBarPeer
 
addItem(MenuItem) - Method in interface java.awt.peer.MenuPeer
 
addMenu(Menu) - Method in interface java.awt.peer.MenuBarPeer
 
addSeparator() - Method in interface java.awt.peer.MenuPeer
 
applyShape(Region) - Method in interface java.awt.peer.ComponentPeer
Applies the shape to the native component window.

B

beginLayout() - Method in interface java.awt.peer.ContainerPeer
 
beginValidate() - Method in interface java.awt.peer.ContainerPeer
 
blockWindows(List<Window>) - Method in interface java.awt.peer.DialogPeer
 
browse(URI) - Method in interface java.awt.peer.DesktopPeer
Launches the user default browser to display the given URI.
ButtonPeer - Interface in java.awt.peer
The peer interface for Button.

C

canDetermineObscurity() - Method in interface java.awt.peer.ComponentPeer
Returns true when the peer can determine if a component has been obscured, false false otherwise.
CanvasPeer - Interface in java.awt.peer
The peer interface for Canvas.
CheckboxMenuItemPeer - Interface in java.awt.peer
The peer interface for CheckboxMenuItem.
CheckboxPeer - Interface in java.awt.peer
The peer interface for Checkbox.
checkImage(Image, int, int, ImageObserver) - Method in interface java.awt.peer.ComponentPeer
Determines the status of the construction of the screen representaion of the specified image.
childResized(int, int) - Method in interface java.awt.peer.ScrollPanePeer
 
ChoicePeer - Interface in java.awt.peer
The peer interface for Choice.
clearGlobalFocusOwner(Window) - Method in interface java.awt.peer.KeyboardFocusManagerPeer
 
coalescePaintEvent(PaintEvent) - Method in interface java.awt.peer.ComponentPeer
Called by EventQueue.coalescePaintEvent(java.awt.event.PaintEvent) to let the component peer coalesce paint events.
ComponentPeer - Interface in java.awt.peer
The peer interface for Component.
ContainerPeer - Interface in java.awt.peer
The peer interfaces are intended only for use in porting the AWT.
createBuffers(int, BufferCapabilities) - Method in interface java.awt.peer.ComponentPeer
Create numBuffers flipping buffers with the specified buffer capabilities.
createImage(ImageProducer) - Method in interface java.awt.peer.ComponentPeer
Creates an image using the specified image producer.
createImage(int, int) - Method in interface java.awt.peer.ComponentPeer
Creates an empty image with the specified width and height.
createVolatileImage(int, int) - Method in interface java.awt.peer.ComponentPeer
Creates an empty volatile image with the specified width and height.

D

DEFAULT_OPERATION - Static variable in interface java.awt.peer.ComponentPeer
The default operation, which is to set size and location.
delItem(int) - Method in interface java.awt.peer.MenuPeer
 
delItems(int, int) - Method in interface java.awt.peer.ListPeer
 
delMenu(int) - Method in interface java.awt.peer.MenuBarPeer
 
deselect(int) - Method in interface java.awt.peer.ListPeer
 
DesktopPeer - Interface in java.awt.peer
The DesktopPeer interface provides methods for the operation of open, edit, print, browse and mail with the given URL or file, by launching the associated application.
destroyBuffers() - Method in interface java.awt.peer.ComponentPeer
Destroys all created buffers.
DialogPeer - Interface in java.awt.peer
The peer interfaces are intended only for use in porting the AWT.
displayMessage(String, String, String) - Method in interface java.awt.peer.TrayIconPeer
 
dispose() - Method in interface java.awt.peer.ComponentPeer
Disposes all resources held by the component peer.
dispose() - Method in interface java.awt.peer.MenuComponentPeer
 
dispose() - Method in interface java.awt.peer.RobotPeer
 
dispose() - Method in interface java.awt.peer.TrayIconPeer
 

E

edit(File) - Method in interface java.awt.peer.DesktopPeer
Launches the associated editor and opens the given file for editing.
endLayout() - Method in interface java.awt.peer.ContainerPeer
 
endValidate() - Method in interface java.awt.peer.ContainerPeer
 

F

FileDialogPeer - Interface in java.awt.peer
The peer interfaces are intended only for use in porting the AWT.
fillPointWithCoords(Point) - Method in interface java.awt.peer.MouseInfoPeer
This method does two things: it fills the point fields with the current coordinates of the mouse cursor and returns the number of the screen device where the pointer is located.
flip(BufferCapabilities.FlipContents) - Method in interface java.awt.peer.ComponentPeer
Move the back buffer to the front buffer.
FontPeer - Interface in java.awt.peer
The peer interfaces are intended only for use in porting the AWT.
FramePeer - Interface in java.awt.peer
The peer interfaces are intended only for use in porting the AWT.

G

getBackBuffer() - Method in interface java.awt.peer.ComponentPeer
Returns the back buffer as image.
getBoundsPrivate() - Method in interface java.awt.peer.FramePeer
 
getCaretPosition() - Method in interface java.awt.peer.TextComponentPeer
 
getColorModel() - Method in interface java.awt.peer.ComponentPeer
Returns the color model used by the component.
getCurrentFocusedWindow() - Method in interface java.awt.peer.KeyboardFocusManagerPeer
 
getCurrentFocusOwner() - Method in interface java.awt.peer.KeyboardFocusManagerPeer
 
getFontMetrics(Font) - Method in interface java.awt.peer.ComponentPeer
Returns a font metrics object to determine the metrics properties of the specified font.
getGraphics() - Method in interface java.awt.peer.ComponentPeer
Returns a graphics object to paint on the component.
getGraphicsConfiguration() - Method in interface java.awt.peer.ComponentPeer
Returns the graphics configuration that corresponds to this component.
getHScrollbarHeight() - Method in interface java.awt.peer.ScrollPanePeer
 
getInputMethodRequests() - Method in interface java.awt.peer.TextComponentPeer
 
getInsets() - Method in interface java.awt.peer.ContainerPeer
 
getLocationOnScreen() - Method in interface java.awt.peer.ComponentPeer
Determines the location of the component on the screen.
getMinimumSize() - Method in interface java.awt.peer.ComponentPeer
Determines the minimum size of the component.
getMinimumSize(int) - Method in interface java.awt.peer.ListPeer
 
getMinimumSize(int, int) - Method in interface java.awt.peer.TextAreaPeer
 
getMinimumSize(int) - Method in interface java.awt.peer.TextFieldPeer
 
getPreferredSize() - Method in interface java.awt.peer.ComponentPeer
Determines the preferred size of the component.
getPreferredSize(int) - Method in interface java.awt.peer.ListPeer
 
getPreferredSize(int, int) - Method in interface java.awt.peer.TextAreaPeer
 
getPreferredSize(int) - Method in interface java.awt.peer.TextFieldPeer
 
getRGBPixel(int, int) - Method in interface java.awt.peer.RobotPeer
 
getRGBPixels(Rectangle) - Method in interface java.awt.peer.RobotPeer
 
getSelectedIndexes() - Method in interface java.awt.peer.ListPeer
 
getSelectionEnd() - Method in interface java.awt.peer.TextComponentPeer
 
getSelectionStart() - Method in interface java.awt.peer.TextComponentPeer
 
getState() - Method in interface java.awt.peer.FramePeer
 
getText() - Method in interface java.awt.peer.TextComponentPeer
 
getToolkit() - Method in interface java.awt.peer.ComponentPeer
Returns the toolkit that is responsible for the component.
getTrayIconSize() - Method in interface java.awt.peer.SystemTrayPeer
 
getVScrollbarWidth() - Method in interface java.awt.peer.ScrollPanePeer
 

H

handleEvent(AWTEvent) - Method in interface java.awt.peer.ComponentPeer
Called by Component.dispatchEvent(AWTEvent) to let the component peer handle events.
handlesWheelScrolling() - Method in interface java.awt.peer.ComponentPeer
Determines if the component handles wheel scrolling itself.

I

insert(String, int) - Method in interface java.awt.peer.TextAreaPeer
 
isFocusable() - Method in interface java.awt.peer.ComponentPeer
Returns true when the component takes part in the focus traversal, false otherwise.
isObscured() - Method in interface java.awt.peer.ComponentPeer
Determines if a component has been obscured, i.e. by an overlapping window or similar.
isReparentSupported() - Method in interface java.awt.peer.ComponentPeer
Returns whether this peer supports reparenting to another parent without destroying the peer.
isRestackSupported() - Method in interface java.awt.peer.ContainerPeer
Indicates availabiltity of restacking operation in this container.
isSupported(Desktop.Action) - Method in interface java.awt.peer.DesktopPeer
Returns whether the given action is supported on the current platform.
isWindowUnderMouse(Window) - Method in interface java.awt.peer.MouseInfoPeer
Returns whether or not the window is located under the mouse pointer.

J

java.awt.peer - package java.awt.peer
Provides for interfacing with the underlying window system.

K

KeyboardFocusManagerPeer - Interface in java.awt.peer
 
keyPress(int) - Method in interface java.awt.peer.RobotPeer
 
keyRelease(int) - Method in interface java.awt.peer.RobotPeer
 

L

LabelPeer - Interface in java.awt.peer
The peer interfaces are intended only for use in porting the AWT.
layout() - Method in interface java.awt.peer.ComponentPeer
Used by lightweight implementations to tell a ComponentPeer to layout its sub-elements.
LightweightPeer - Interface in java.awt.peer
The LightweightPeer interface marks a component as depending upon a native container so window related events can be routed to the component.
ListPeer - Interface in java.awt.peer
The peer interfaces are intended only for use in porting the AWT.

M

mail(URI) - Method in interface java.awt.peer.DesktopPeer
Launches the mail composing window of the user default mail client, filling the message fields including to, cc, etc, with the values specified by the given mailto URL.
makeVisible(int) - Method in interface java.awt.peer.ListPeer
 
MenuBarPeer - Interface in java.awt.peer
The peer interfaces are intended only for use in porting the AWT.
MenuComponentPeer - Interface in java.awt.peer
The peer interfaces are intended only for use in porting the AWT.
MenuItemPeer - Interface in java.awt.peer
The peer interfaces are intended only for use in porting the AWT.
MenuPeer - Interface in java.awt.peer
The peer interfaces are intended only for use in porting the AWT.
MouseInfoPeer - Interface in java.awt.peer
The peer interfaces are intended only for use in porting the AWT.
mouseMove(int, int) - Method in interface java.awt.peer.RobotPeer
 
mousePress(int) - Method in interface java.awt.peer.RobotPeer
 
mouseRelease(int) - Method in interface java.awt.peer.RobotPeer
 
mouseWheel(int) - Method in interface java.awt.peer.RobotPeer
 

N

NO_EMBEDDED_CHECK - Static variable in interface java.awt.peer.ComponentPeer
A flag that is used to suppress checks for embedded frames.

O

open(File) - Method in interface java.awt.peer.DesktopPeer
Launches the associated application to open the given file.

P

paint(Graphics) - Method in interface java.awt.peer.ComponentPeer
Paints the component to the specified graphics context.
PanelPeer - Interface in java.awt.peer
The peer interfaces are intended only for use in porting the AWT.
PopupMenuPeer - Interface in java.awt.peer
The peer interfaces are intended only for use in porting the AWT.
prepareImage(Image, int, int, ImageObserver) - Method in interface java.awt.peer.ComponentPeer
Prepare the specified image for rendering on this component.
print(Graphics) - Method in interface java.awt.peer.ComponentPeer
Prints the component to the specified graphics context.
print(File) - Method in interface java.awt.peer.DesktopPeer
Prints the given file with the native desktop printing facility, using the associated application's print command.

R

remove(int) - Method in interface java.awt.peer.ChoicePeer
Removes the item at index index from the combo box list.
removeAll() - Method in interface java.awt.peer.ChoicePeer
Removes all items from the combo box list.
removeAll() - Method in interface java.awt.peer.ListPeer
 
reparent(ContainerPeer) - Method in interface java.awt.peer.ComponentPeer
Reparents this peer to the new parent referenced by newContainer peer.
replaceRange(String, int, int) - Method in interface java.awt.peer.TextAreaPeer
 
requestFocus(Component, boolean, boolean, long, CausedFocusEvent.Cause) - Method in interface java.awt.peer.ComponentPeer
Requests focus on this component.
RESET_OPERATION - Static variable in interface java.awt.peer.ComponentPeer
Resets the setBounds() operation to DEFAULT_OPERATION.
restack() - Method in interface java.awt.peer.ContainerPeer
Restacks native windows - children of this native window - according to Java container order
RobotPeer - Interface in java.awt.peer
RobotPeer defines an interface whereby toolkits support automated testing by allowing native input events to be generated from Java code.

S

ScrollbarPeer - Interface in java.awt.peer
The peer interfaces are intended only for use in porting the AWT.
ScrollPanePeer - Interface in java.awt.peer
The peer interfaces are intended only for use in porting the AWT.
select(int) - Method in interface java.awt.peer.ChoicePeer
Selects the item at index index.
select(int) - Method in interface java.awt.peer.ListPeer
 
select(int, int) - Method in interface java.awt.peer.TextComponentPeer
 
SET_BOUNDS - Static variable in interface java.awt.peer.ComponentPeer
Operation for ComponentPeer.setBounds(int, int, int, int, int), indicating a change in the component size and location.
SET_CLIENT_SIZE - Static variable in interface java.awt.peer.ComponentPeer
Operation for ComponentPeer.setBounds(int, int, int, int, int), indicating a change in the component client size.
SET_LOCATION - Static variable in interface java.awt.peer.ComponentPeer
Operation for ComponentPeer.setBounds(int, int, int, int, int), indicating a change in the component location only.
SET_SIZE - Static variable in interface java.awt.peer.ComponentPeer
Operation for ComponentPeer.setBounds(int, int, int, int, int), indicating a change in the component size only.
setAlignment(int) - Method in interface java.awt.peer.LabelPeer
 
setAlwaysOnTop(boolean) - Method in interface java.awt.peer.WindowPeer
 
setBackground(Color) - Method in interface java.awt.peer.ComponentPeer
Sets the background color of this component.
setBounds(int, int, int, int, int) - Method in interface java.awt.peer.ComponentPeer
Sets the location or size or both of the component.
setBoundsPrivate(int, int, int, int) - Method in interface java.awt.peer.FramePeer
 
setCaretPosition(int) - Method in interface java.awt.peer.TextComponentPeer
 
setCheckboxGroup(CheckboxGroup) - Method in interface java.awt.peer.CheckboxPeer
Sets the checkbox group for this checkbox.
setCurrentFocusOwner(Component) - Method in interface java.awt.peer.KeyboardFocusManagerPeer
 
setDirectory(String) - Method in interface java.awt.peer.FileDialogPeer
 
setEchoChar(char) - Method in interface java.awt.peer.TextFieldPeer
 
setEditable(boolean) - Method in interface java.awt.peer.TextComponentPeer
 
setEnabled(boolean) - Method in interface java.awt.peer.ComponentPeer
Enables or disables a component.
setEnabled(boolean) - Method in interface java.awt.peer.MenuItemPeer
 
setFile(String) - Method in interface java.awt.peer.FileDialogPeer
 
setFilenameFilter(FilenameFilter) - Method in interface java.awt.peer.FileDialogPeer
 
setFont(Font) - Method in interface java.awt.peer.ComponentPeer
Sets the font of this component.
setFont(Font) - Method in interface java.awt.peer.MenuComponentPeer
 
setForeground(Color) - Method in interface java.awt.peer.ComponentPeer
Sets the foreground color of this component.
setLabel(String) - Method in interface java.awt.peer.ButtonPeer
Sets the label that is displayed on the button.
setLabel(String) - Method in interface java.awt.peer.CheckboxPeer
Sets the label that should be displayed on the ckeckbox.
setLabel(String) - Method in interface java.awt.peer.MenuItemPeer
 
setLineIncrement(int) - Method in interface java.awt.peer.ScrollbarPeer
 
setMaximizedBounds(Rectangle) - Method in interface java.awt.peer.FramePeer
 
setMenuBar(MenuBar) - Method in interface java.awt.peer.FramePeer
 
setModalBlocked(Dialog, boolean) - Method in interface java.awt.peer.WindowPeer
 
setMultipleMode(boolean) - Method in interface java.awt.peer.ListPeer
 
setPageIncrement(int) - Method in interface java.awt.peer.ScrollbarPeer
 
setResizable(boolean) - Method in interface java.awt.peer.DialogPeer
 
setResizable(boolean) - Method in interface java.awt.peer.FramePeer
 
setScrollPosition(int, int) - Method in interface java.awt.peer.ScrollPanePeer
 
setState(boolean) - Method in interface java.awt.peer.CheckboxMenuItemPeer
Sets the state of the checkbox to be checked (true) or unchecked (false).
setState(boolean) - Method in interface java.awt.peer.CheckboxPeer
Sets the state of the checkbox to be checked (true) or unchecked (false).
setState(int) - Method in interface java.awt.peer.FramePeer
 
setText(String) - Method in interface java.awt.peer.LabelPeer
 
setText(String) - Method in interface java.awt.peer.TextComponentPeer
 
setTitle(String) - Method in interface java.awt.peer.DialogPeer
 
setTitle(String) - Method in interface java.awt.peer.FramePeer
 
setToolTip(String) - Method in interface java.awt.peer.TrayIconPeer
 
setUnitIncrement(Adjustable, int) - Method in interface java.awt.peer.ScrollPanePeer
 
setValue(Adjustable, int) - Method in interface java.awt.peer.ScrollPanePeer
 
setValues(int, int, int, int) - Method in interface java.awt.peer.ScrollbarPeer
 
setVisible(boolean) - Method in interface java.awt.peer.ComponentPeer
Makes a component visible or invisible.
show(Event) - Method in interface java.awt.peer.PopupMenuPeer
 
showPopupMenu(int, int) - Method in interface java.awt.peer.TrayIconPeer
 
SystemTrayPeer - Interface in java.awt.peer
 

T

TextAreaPeer - Interface in java.awt.peer
The peer interfaces are intended only for use in porting the AWT.
TextComponentPeer - Interface in java.awt.peer
The peer interfaces are intended only for use in porting the AWT.
TextFieldPeer - Interface in java.awt.peer
The peer interfaces are intended only for use in porting the AWT.
toBack() - Method in interface java.awt.peer.WindowPeer
 
toFront() - Method in interface java.awt.peer.WindowPeer
 
TrayIconPeer - Interface in java.awt.peer
 

U

updateCursorImmediately() - Method in interface java.awt.peer.ComponentPeer
Updates the cursor of the component.
updateFocusableWindowState() - Method in interface java.awt.peer.WindowPeer
 
updateIconImages() - Method in interface java.awt.peer.WindowPeer
 
updateImage() - Method in interface java.awt.peer.TrayIconPeer
 
updateMinimumSize() - Method in interface java.awt.peer.WindowPeer
 

W

WindowPeer - Interface in java.awt.peer
The peer interfaces are intended only for use in porting the AWT.

A B C D E F G H I J K L M N O P R S T U W