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

A

add(ManagedWindow) - Method in interface sun.awt.peer.cacio.managed.ManagedWindowContainer
Adds a child window to this container.
addRenderingHints(Map<?, ?>) - Method in class sun.awt.peer.cacio.WindowClippedGraphics
 
App - Class in net.java.openjdk.cacio
Hello world!
App() - Constructor for class net.java.openjdk.cacio.App
 
applyShape(Region) - Method in interface sun.awt.peer.cacio.PlatformWindow
Applies the specified shape to the native component window.
areExtraMouseButtonsEnabled() - Method in class sun.awt.peer.cacio.CacioToolkit
 

B

BlitClipHelper - Class in sun.awt.peer.cacio
Implements clipping for blit functions for systems that don't support clipping for blits at all, or that only support clipping with rectangular clips.
BlitClipHelper() - Constructor for class sun.awt.peer.cacio.BlitClipHelper
 
BlitClipHelper.Blitter - Interface in sun.awt.peer.cacio
This is the actual blitting function to be called by this utility class.
blitWithAnyClip(BlitClipHelper.Blitter, SurfaceData, SurfaceData, Composite, Region, int, int, int, int, int, int) - Static method in class sun.awt.peer.cacio.BlitClipHelper
 

C

CacioComponent - Interface in sun.awt.peer.cacio
The public interface to some functionality of the component peers.
CacioEventPump<ET> - Class in sun.awt.peer.cacio
A thread that polls the native event queue for events and posts them to the AWT event queue.
CacioEventPump() - Constructor for class sun.awt.peer.cacio.CacioEventPump
Creates and starts a CacioEventPump with the specified event source.
CacioEventSource - Interface in sun.awt.peer.cacio
The source of events for Cacio Toolkits.
CacioFontManager - Class in sun.awt.peer.cacio
 
CacioFontManager() - Constructor for class sun.awt.peer.cacio.CacioFontManager
 
CacioMouseInfoPeer - Class in sun.awt.peer.cacio
 
CacioMouseInfoPeer() - Constructor for class sun.awt.peer.cacio.CacioMouseInfoPeer
 
CacioToolkit - Class in sun.awt.peer.cacio
 
CacioToolkit() - Constructor for class sun.awt.peer.cacio.CacioToolkit
 
canDetermineObscurity() - Method in interface sun.awt.peer.cacio.PlatformWindow
Returns true if the platform window implementation can determine if the window has been obscured, false otherwise.
clear() - Method in class sun.awt.peer.cacio.managed.EventData
 
clearRect(int, int, int, int) - Method in class sun.awt.peer.cacio.WindowClippedGraphics
 
clip(Shape) - Method in class sun.awt.peer.cacio.WindowClippedGraphics
 
clipRect(int, int, int, int) - Method in class sun.awt.peer.cacio.WindowClippedGraphics
 
constrain(int, int, int, int) - Method in class sun.awt.peer.cacio.WindowClippedGraphics
 
copyArea(int, int, int, int, int, int) - Method in class sun.awt.peer.cacio.WindowClippedGraphics
 
create() - Method in class sun.awt.peer.cacio.WindowClippedGraphics
 
create(int, int, int, int) - Method in class sun.awt.peer.cacio.WindowClippedGraphics
 
createAWTEvent() - Method in class sun.awt.peer.cacio.managed.EventData
Creates the corresponding AWT event from this event data.
createBuffers(int, BufferCapabilities) - Method in interface sun.awt.peer.cacio.PlatformWindow
Creates back buffers for flipping.
createButton(Button) - Method in class sun.awt.peer.cacio.CacioToolkit
 
createCanvas(Canvas) - Method in class sun.awt.peer.cacio.CacioToolkit
 
createCheckbox(Checkbox) - Method in class sun.awt.peer.cacio.CacioToolkit
 
createCheckboxMenuItem(CheckboxMenuItem) - Method in class sun.awt.peer.cacio.CacioToolkit
 
createChoice(Choice) - Method in class sun.awt.peer.cacio.CacioToolkit
 
createDialog(Dialog) - Method in class sun.awt.peer.cacio.CacioToolkit
 
createEventPump() - Method in class sun.awt.peer.cacio.managed.FullScreenWindowFactory
 
createEventPump() - Method in interface sun.awt.peer.cacio.PlatformWindowFactory
Creates and returns the event pump to be used for getting the platform events into the AWT event queue.
createFileDialog(FileDialog) - Method in class sun.awt.peer.cacio.CacioToolkit
 
createFontConfiguration() - Method in class sun.awt.peer.cacio.CacioFontManager
 
createFrame(Frame) - Method in class sun.awt.peer.cacio.CacioToolkit
 
createKeyboardFocusManagerPeer(KeyboardFocusManager) - Method in class sun.awt.peer.cacio.CacioToolkit
 
createLabel(Label) - Method in class sun.awt.peer.cacio.CacioToolkit
 
createList(List) - Method in class sun.awt.peer.cacio.CacioToolkit
 
createMenu(Menu) - Method in class sun.awt.peer.cacio.CacioToolkit
 
createMenuBar(MenuBar) - Method in class sun.awt.peer.cacio.CacioToolkit
 
createMenuItem(MenuItem) - Method in class sun.awt.peer.cacio.CacioToolkit
 
createOffScreenImage(Component, int, int) - Method in class sun.awt.peer.cacio.CacioToolkit
Create an off-screen image base on the given component.
createPanel(Panel) - Method in class sun.awt.peer.cacio.CacioToolkit
 
createPlatformToplevelWindow(CacioComponent) - Method in class sun.awt.peer.cacio.managed.FullScreenWindowFactory
 
createPlatformToplevelWindow(CacioComponent, PlatformWindow) - Method in class sun.awt.peer.cacio.managed.FullScreenWindowFactory
Creates and returns a toplevel window with the specified window as owner.
createPlatformToplevelWindow(CacioComponent) - Method in interface sun.awt.peer.cacio.PlatformWindowFactory
Creates and returns a toplevel window for the specified peer.
createPlatformToplevelWindow(CacioComponent, PlatformWindow) - Method in interface sun.awt.peer.cacio.PlatformWindowFactory
Creates and returns a toplevel window with the specified window as owner.
createPlatformWindow(CacioComponent, PlatformWindow) - Method in class sun.awt.peer.cacio.managed.FullScreenWindowFactory
Creates a PlatformWindow instance.
createPlatformWindow(CacioComponent, PlatformWindow) - Method in interface sun.awt.peer.cacio.PlatformWindowFactory
Creates a PlatformWindow instance.
createPopupMenu(PopupMenu) - Method in class sun.awt.peer.cacio.CacioToolkit
 
createScrollbar(Scrollbar) - Method in class sun.awt.peer.cacio.CacioToolkit
 
createScrollPane(ScrollPane) - Method in class sun.awt.peer.cacio.CacioToolkit
 
createTextArea(TextArea) - Method in class sun.awt.peer.cacio.CacioToolkit
 
createTextField(TextField) - Method in class sun.awt.peer.cacio.CacioToolkit
 
createWindow(Window) - Method in class sun.awt.peer.cacio.CacioToolkit
 

D

destroyBuffers() - Method in interface sun.awt.peer.cacio.PlatformWindow
Destroys the flipping buffers.
dispatchEvent(EventData) - Method in interface sun.awt.peer.cacio.managed.ManagedWindowContainer
Processes and dispatches the incoming event.
dispatchNativeEvent(ET) - Method in class sun.awt.peer.cacio.CacioEventPump
Dispatches the native event.
dispatchNativeEvent(EventData) - Method in class sun.awt.peer.cacio.managed.FullScreenEventPump
 
dispose() - Method in interface sun.awt.peer.cacio.PlatformWindow
Disposes the underlying platform window and releases all associated resources.
dispose() - Method in class sun.awt.peer.cacio.WindowClippedGraphics
 
doBlit(SurfaceData, SurfaceData, Composite, int, int, int, int, int, int) - Method in interface sun.awt.peer.cacio.BlitClipHelper.Blitter
Performs the actual blit operation.
draw(Shape) - Method in class sun.awt.peer.cacio.WindowClippedGraphics
 
draw3DRect(int, int, int, int, boolean) - Method in class sun.awt.peer.cacio.WindowClippedGraphics
 
drawArc(int, int, int, int, int, int) - Method in class sun.awt.peer.cacio.WindowClippedGraphics
 
drawBytes(byte[], int, int, int, int) - Method in class sun.awt.peer.cacio.WindowClippedGraphics
 
drawChars(char[], int, int, int, int) - Method in class sun.awt.peer.cacio.WindowClippedGraphics
 
drawGlyphVector(GlyphVector, float, float) - Method in class sun.awt.peer.cacio.WindowClippedGraphics
 
drawImage(Image, AffineTransform, ImageObserver) - Method in class sun.awt.peer.cacio.WindowClippedGraphics
 
drawImage(BufferedImage, BufferedImageOp, int, int) - Method in class sun.awt.peer.cacio.WindowClippedGraphics
 
drawImage(Image, int, int, ImageObserver) - Method in class sun.awt.peer.cacio.WindowClippedGraphics
 
drawImage(Image, int, int, int, int, ImageObserver) - Method in class sun.awt.peer.cacio.WindowClippedGraphics
 
drawImage(Image, int, int, Color, ImageObserver) - Method in class sun.awt.peer.cacio.WindowClippedGraphics
 
drawImage(Image, int, int, int, int, Color, ImageObserver) - Method in class sun.awt.peer.cacio.WindowClippedGraphics
 
drawImage(Image, int, int, int, int, int, int, int, int, ImageObserver) - Method in class sun.awt.peer.cacio.WindowClippedGraphics
 
drawImage(Image, int, int, int, int, int, int, int, int, Color, ImageObserver) - Method in class sun.awt.peer.cacio.WindowClippedGraphics
 
drawLine(int, int, int, int) - Method in class sun.awt.peer.cacio.WindowClippedGraphics
 
drawOval(int, int, int, int) - Method in class sun.awt.peer.cacio.WindowClippedGraphics
 
drawPolygon(int[], int[], int) - Method in class sun.awt.peer.cacio.WindowClippedGraphics
 
drawPolygon(Polygon) - Method in class sun.awt.peer.cacio.WindowClippedGraphics
 
drawPolyline(int[], int[], int) - Method in class sun.awt.peer.cacio.WindowClippedGraphics
 
drawRect(int, int, int, int) - Method in class sun.awt.peer.cacio.WindowClippedGraphics
 
drawRenderableImage(RenderableImage, AffineTransform) - Method in class sun.awt.peer.cacio.WindowClippedGraphics
 
drawRenderedImage(RenderedImage, AffineTransform) - Method in class sun.awt.peer.cacio.WindowClippedGraphics
 
drawRoundRect(int, int, int, int, int, int) - Method in class sun.awt.peer.cacio.WindowClippedGraphics
 
drawString(String, int, int) - Method in class sun.awt.peer.cacio.WindowClippedGraphics
 
drawString(String, float, float) - Method in class sun.awt.peer.cacio.WindowClippedGraphics
 
drawString(AttributedCharacterIterator, int, int) - Method in class sun.awt.peer.cacio.WindowClippedGraphics
 
drawString(AttributedCharacterIterator, float, float) - Method in class sun.awt.peer.cacio.WindowClippedGraphics
 

E

EventData - Class in sun.awt.peer.cacio.managed
 
EventData() - Constructor for class sun.awt.peer.cacio.managed.EventData
 

F

fetchNativeEvent() - Method in class sun.awt.peer.cacio.CacioEventPump
Fetches the next native event.
fetchNativeEvent() - Method in class sun.awt.peer.cacio.managed.FullScreenEventPump
 
fill(Shape) - Method in class sun.awt.peer.cacio.WindowClippedGraphics
 
fill3DRect(int, int, int, int, boolean) - Method in class sun.awt.peer.cacio.WindowClippedGraphics
 
fillArc(int, int, int, int, int, int) - Method in class sun.awt.peer.cacio.WindowClippedGraphics
 
fillOval(int, int, int, int) - Method in class sun.awt.peer.cacio.WindowClippedGraphics
 
fillPointWithCoords(Point) - Method in class sun.awt.peer.cacio.CacioMouseInfoPeer
 
fillPolygon(Polygon) - Method in class sun.awt.peer.cacio.WindowClippedGraphics
 
fillPolygon(int[], int[], int) - Method in class sun.awt.peer.cacio.WindowClippedGraphics
 
fillRect(int, int, int, int) - Method in class sun.awt.peer.cacio.WindowClippedGraphics
 
fillRoundRect(int, int, int, int, int, int) - Method in class sun.awt.peer.cacio.WindowClippedGraphics
 
flip(int, int, int, int, BufferCapabilities.FlipContents) - Method in interface sun.awt.peer.cacio.PlatformWindow
Flips the (current) backbuffer to the front buffer.
FocusManager - Class in sun.awt.peer.cacio.managed
 
FocusManager() - Constructor for class sun.awt.peer.cacio.managed.FocusManager
 
FullScreenEventPump - Class in sun.awt.peer.cacio.managed
 
FullScreenEventPump(CacioEventSource) - Constructor for class sun.awt.peer.cacio.managed.FullScreenEventPump
 
FullScreenWindowFactory - Class in sun.awt.peer.cacio.managed
 
FullScreenWindowFactory(PlatformScreen, CacioEventSource) - Constructor for class sun.awt.peer.cacio.managed.FullScreenWindowFactory
Constructs a new FullScreenWindowFactory that uses the specified container as container for all toplevel windows.
FullScreenWindowFactory(PlatformScreenSelector, CacioEventSource) - Constructor for class sun.awt.peer.cacio.managed.FullScreenWindowFactory
 

G

getAWTComponent() - Method in interface sun.awt.peer.cacio.CacioComponent
Returns the AWT component of the component.
getBackBuffer() - Method in interface sun.awt.peer.cacio.PlatformWindow
Provides access to the (current) backbuffer as an image.
getBackground() - Method in class sun.awt.peer.cacio.WindowClippedGraphics
 
getBounds() - Method in interface sun.awt.peer.cacio.managed.PlatformScreen
Returns the bounds of the native window.
getBounds() - Method in interface sun.awt.peer.cacio.PlatformWindow
Returns the bounds of the native window.
getButton() - Method in class sun.awt.peer.cacio.managed.EventData
Returns the button of the event.
getChildren() - Method in interface sun.awt.peer.cacio.managed.ManagedWindowContainer
 
getClickCount() - Method in class sun.awt.peer.cacio.managed.EventData
Returns the click count of the event.
getClip() - Method in class sun.awt.peer.cacio.WindowClippedGraphics
 
getClipBounds() - Method in class sun.awt.peer.cacio.WindowClippedGraphics
 
getClipBounds(Rectangle) - Method in class sun.awt.peer.cacio.WindowClippedGraphics
 
getClippedGraphics(Color, Color, Font, List<Rectangle>) - Method in interface sun.awt.peer.cacio.managed.ManagedWindowContainer
Creates and returns a Graphics2D that has the specified rectangles applied as default clip.
getClippedGraphics(Color, Color, Font, List<Rectangle>) - Method in interface sun.awt.peer.cacio.managed.PlatformScreen
 
getClippedGraphics(Color, Color, Font, List<Rectangle>) - Method in class sun.awt.peer.cacio.managed.ScreenManagedWindowContainer
 
getClipRect() - Method in class sun.awt.peer.cacio.WindowClippedGraphics
 
getColor() - Method in class sun.awt.peer.cacio.WindowClippedGraphics
 
getColorModel() - Method in interface sun.awt.peer.cacio.managed.ManagedWindowContainer
 
getColorModel() - Method in interface sun.awt.peer.cacio.managed.PlatformScreen
Returns the color model used by the native window.
getColorModel() - Method in class sun.awt.peer.cacio.managed.ScreenManagedWindowContainer
 
getColorModel() - Method in interface sun.awt.peer.cacio.PlatformWindow
Returns the color model used by the native window.
getComposite() - Method in class sun.awt.peer.cacio.WindowClippedGraphics
 
getContextInstance() - Method in class sun.awt.peer.cacio.managed.FocusManager
The default-implementation is classloader scoped, as it stores the FocusManager in a static field.
getDeviceConfiguration() - Method in class sun.awt.peer.cacio.WindowClippedGraphics
 
getFont() - Method in class sun.awt.peer.cacio.WindowClippedGraphics
 
getFontMetrics(Font) - Method in class sun.awt.peer.cacio.WindowClippedGraphics
 
getFontMetrics() - Method in class sun.awt.peer.cacio.WindowClippedGraphics
 
getFontPath(boolean) - Method in class sun.awt.peer.cacio.CacioFontManager
 
getFontRenderContext() - Method in class sun.awt.peer.cacio.WindowClippedGraphics
 
getGraphics(Color, Color, Font) - Method in interface sun.awt.peer.cacio.PlatformWindow
Returns a Graphics2D object for drawing on this window.
getGraphicsConfiguration() - Method in interface sun.awt.peer.cacio.managed.ManagedWindowContainer
 
getGraphicsConfiguration() - Method in interface sun.awt.peer.cacio.managed.PlatformScreen
Returns the graphics configuration used by the native window.
getGraphicsConfiguration() - Method in class sun.awt.peer.cacio.managed.ScreenManagedWindowContainer
 
getGraphicsConfiguration() - Method in interface sun.awt.peer.cacio.PlatformWindow
Returns the graphics configuration used by the native window.
getId() - Method in class sun.awt.peer.cacio.managed.EventData
Returns the event ID.
getInsets() - Method in interface sun.awt.peer.cacio.PlatformWindow
Returns the insets of this native window.
getInstance() - Static method in class sun.awt.peer.cacio.CacioMouseInfoPeer
 
getKeyChar() - Method in class sun.awt.peer.cacio.managed.EventData
Returns the key char for key events.
getKeyCode() - Method in class sun.awt.peer.cacio.managed.EventData
Returns the key code for key events.
getLocationOnScreen() - Method in interface sun.awt.peer.cacio.managed.ManagedWindowContainer
Returns the location of the specified child window relative to the screen (== outermost container).
getLocationOnScreen() - Method in interface sun.awt.peer.cacio.PlatformWindow
Returns the location of the native window on the screen.
getModifiers() - Method in class sun.awt.peer.cacio.managed.EventData
Returns the modifiers of the event.
getMouseInfoPeer() - Method in class sun.awt.peer.cacio.CacioToolkit
 
getNextEvent() - Method in interface sun.awt.peer.cacio.CacioEventSource
Fetches the next event from the native event queue.
getPaint() - Method in class sun.awt.peer.cacio.WindowClippedGraphics
 
getPlatformScreen(GraphicsConfiguration) - Method in interface sun.awt.peer.cacio.managed.PlatformScreenSelector
 
getPlatformWindow() - Method in interface sun.awt.peer.cacio.CacioComponent
Returns the platform dependend native window implementation of the component.
getPlatformWindowFactory() - Method in class sun.awt.peer.cacio.CacioToolkit
 
getRenderingHint(RenderingHints.Key) - Method in class sun.awt.peer.cacio.WindowClippedGraphics
 
getRenderingHints() - Method in class sun.awt.peer.cacio.WindowClippedGraphics
 
getScreenDimension() - Static method in class sun.awt.peer.cacio.managed.FullScreenWindowFactory
 
getScreenManagedWindowContainer(PlatformScreen) - Method in class sun.awt.peer.cacio.managed.FullScreenWindowFactory
 
getScreenResolution() - Method in class sun.awt.peer.cacio.CacioToolkit
 
getSource() - Method in class sun.awt.peer.cacio.managed.EventData
Returns the source of the event.
getState() - Method in interface sun.awt.peer.cacio.PlatformToplevelWindow
Returns the current state of the native window according to the constants in Frame.
getStroke() - Method in class sun.awt.peer.cacio.WindowClippedGraphics
 
getSystemClipboard() - Method in class sun.awt.peer.cacio.CacioToolkit
 
getTime() - Method in class sun.awt.peer.cacio.managed.EventData
Returns the timestamp of the event.
getTransform() - Method in class sun.awt.peer.cacio.WindowClippedGraphics
 
getUpdateRect() - Method in class sun.awt.peer.cacio.managed.EventData
Returns the update rectangle for paint events.
getX() - Method in class sun.awt.peer.cacio.managed.EventData
Returns the X location of the event.
getY() - Method in class sun.awt.peer.cacio.managed.EventData
Returns the Y location of the event.

H

handlePeerEvent(AWTEvent) - Method in interface sun.awt.peer.cacio.CacioComponent
Handle events that come from the platform window.
hit(Rectangle, Shape, boolean) - Method in class sun.awt.peer.cacio.WindowClippedGraphics
 
hitClip(int, int, int, int) - Method in class sun.awt.peer.cacio.WindowClippedGraphics
 

I

isObscured() - Method in interface sun.awt.peer.cacio.PlatformWindow
Returns true if the platform window implementation determines that it has been obscured, false otherwise.
isPopup() - Method in class sun.awt.peer.cacio.managed.EventData
 
isReparentSuppored() - Method in interface sun.awt.peer.cacio.PlatformWindow
Returns true if reparenting of native windows is supported, false otherwise.
isRestackSupported() - Method in interface sun.awt.peer.cacio.PlatformWindow
Returns true if the native window implementation supports restacking of the window hierarchy, false otherwise.
isShowing() - Method in class sun.awt.peer.cacio.ProxyWindow
We need to override isShowing() and proxy it to the real AWT component, otherwise we end up and try to draw on non-showing components...
isWindowUnderMouse(Window) - Method in class sun.awt.peer.cacio.CacioMouseInfoPeer
 

L

lazilyLoadDesktopProperty(String) - Method in class sun.awt.peer.cacio.CacioToolkit
 

M

main(String[]) - Static method in class net.java.openjdk.cacio.App
 
ManagedWindowContainer - Interface in sun.awt.peer.cacio.managed
A container for Caciocavallo managed windows.

N

net.java.openjdk.cacio - package net.java.openjdk.cacio
 

P

PlatformScreen - Interface in sun.awt.peer.cacio.managed
 
PlatformScreenSelector - Interface in sun.awt.peer.cacio.managed
 
PlatformToplevelWindow - Interface in sun.awt.peer.cacio
 
PlatformWindow - Interface in sun.awt.peer.cacio
 
PlatformWindowFactory - Interface in sun.awt.peer.cacio
Creates PlatformWindow instances for use by the component peers.
postComponentEvent(CacioComponent, int) - Method in class sun.awt.peer.cacio.CacioEventPump
 
postFocusEvent(CacioComponent, int, boolean, CacioComponent) - Method in class sun.awt.peer.cacio.CacioEventPump
 
postKeyEvent(CacioComponent, int, long, int, int) - Method in class sun.awt.peer.cacio.CacioEventPump
 
postKeyTypedEvent(CacioComponent, int, long, int, char) - Method in class sun.awt.peer.cacio.CacioEventPump
 
postMouseEvent(CacioComponent, int, long, int, int, int, int, boolean) - Method in class sun.awt.peer.cacio.CacioEventPump
 
postPaintEvent(CacioComponent, int, int, int, int, boolean) - Method in class sun.awt.peer.cacio.CacioEventPump
 
postPaintEvent(CacioComponent, int, int, int, int) - Method in class sun.awt.peer.cacio.CacioEventPump
 
postWindwoEvent(CacioComponent, int, int, int) - Method in class sun.awt.peer.cacio.CacioEventPump
 
ProxyWindow - Class in sun.awt.peer.cacio
A specialized Window implementation with the sole purpose of providing the Swing components that back up the AWT widgets a heavyweight parent.

R

remove(ManagedWindow) - Method in interface sun.awt.peer.cacio.managed.ManagedWindowContainer
Removes a child window from this container.
repaint(int, int, int, int) - Method in interface sun.awt.peer.cacio.managed.ManagedWindowContainer
Triggers repainting of the specified area in this container.
reparent(ContainerPeer) - Method in interface sun.awt.peer.cacio.PlatformWindow
Reparents this native window to become a child of the specified container.
requestFocus(Component, boolean, boolean, long, CausedFocusEvent.Cause) - Method in interface sun.awt.peer.cacio.PlatformWindow
Requests a focus change to this window.
requestFocus() - Method in interface sun.awt.peer.cacio.PlatformWindow
Request focus on the window.
restack() - Method in interface sun.awt.peer.cacio.PlatformWindow
Updates the stacking order of the window hierarchy.
rotate(double) - Method in class sun.awt.peer.cacio.WindowClippedGraphics
 
rotate(double, double, double) - Method in class sun.awt.peer.cacio.WindowClippedGraphics
 
run() - Method in class sun.awt.peer.cacio.CacioEventPump
The main loop of the event pump.

S

scale(double, double) - Method in class sun.awt.peer.cacio.WindowClippedGraphics
 
ScreenManagedWindowContainer - Class in sun.awt.peer.cacio.managed
 
setBackground(Color) - Method in class sun.awt.peer.cacio.WindowClippedGraphics
 
setBlocked(boolean) - Method in interface sun.awt.peer.cacio.PlatformToplevelWindow
Blocks or unblocks the native window.
setBounds(int, int, int, int, int) - Method in interface sun.awt.peer.cacio.PlatformWindow
Sets the bounds of this native window.
setButton(int) - Method in class sun.awt.peer.cacio.managed.EventData
Sets the button of the event.
setClickCount(int) - Method in class sun.awt.peer.cacio.managed.EventData
Sets the click count of the event.
setClip(int, int, int, int) - Method in class sun.awt.peer.cacio.WindowClippedGraphics
 
setClip(Shape) - Method in class sun.awt.peer.cacio.WindowClippedGraphics
 
setColor(Color) - Method in class sun.awt.peer.cacio.WindowClippedGraphics
 
setComposite(Composite) - Method in class sun.awt.peer.cacio.WindowClippedGraphics
 
setDecorateDialogs(boolean) - Method in class sun.awt.peer.cacio.CacioToolkit
Sets whether Cacio should decorate windows by itself or not.
setDecorateWindows(boolean) - Method in class sun.awt.peer.cacio.CacioToolkit
Sets whether Cacio should decorate windows by itself or not.
setFont(Font) - Method in class sun.awt.peer.cacio.WindowClippedGraphics
 
setId(int) - Method in class sun.awt.peer.cacio.managed.EventData
Sets the event id.
setKeyChar(char) - Method in class sun.awt.peer.cacio.managed.EventData
Sets the key char for key events.
setKeyCode(int) - Method in class sun.awt.peer.cacio.managed.EventData
Sets the key code for key events.
setMaximizedBounds(Rectangle) - Method in interface sun.awt.peer.cacio.PlatformToplevelWindow
Sets the bounds for this native window that it should take when it becomes maximized.
setModifiers(int) - Method in class sun.awt.peer.cacio.managed.EventData
Sets the modifiers of the event.
setMouseScreenCoordinates(int, int) - Method in class sun.awt.peer.cacio.CacioMouseInfoPeer
 
setPaint(Paint) - Method in class sun.awt.peer.cacio.WindowClippedGraphics
 
setPaintMode() - Method in class sun.awt.peer.cacio.WindowClippedGraphics
 
setPopup(boolean) - Method in class sun.awt.peer.cacio.managed.EventData
 
setRenderingHint(RenderingHints.Key, Object) - Method in class sun.awt.peer.cacio.WindowClippedGraphics
 
setRenderingHints(Map<?, ?>) - Method in class sun.awt.peer.cacio.WindowClippedGraphics
 
setResizable(boolean) - Method in interface sun.awt.peer.cacio.PlatformToplevelWindow
Sets if the native window should be resizable (by the user) or not.
setSource(Object) - Method in class sun.awt.peer.cacio.managed.EventData
Sets the event source.
setState(int) - Method in interface sun.awt.peer.cacio.PlatformToplevelWindow
Sets the state of the native window according to the various constants in Frame.
setStroke(Stroke) - Method in class sun.awt.peer.cacio.WindowClippedGraphics
 
setTime(long) - Method in class sun.awt.peer.cacio.managed.EventData
Sets the time of the event.
setTitle(String) - Method in interface sun.awt.peer.cacio.PlatformToplevelWindow
Sets the title of the native window.
setTransform(AffineTransform) - Method in class sun.awt.peer.cacio.WindowClippedGraphics
 
setUpdateRect(Rectangle) - Method in class sun.awt.peer.cacio.managed.EventData
Sets the update rectangle for paint events.
setVisible(boolean) - Method in interface sun.awt.peer.cacio.PlatformWindow
Shows or hides this native window.
setX(int) - Method in class sun.awt.peer.cacio.managed.EventData
Sets the X location of the event.
setXORMode(Color) - Method in class sun.awt.peer.cacio.WindowClippedGraphics
 
setY(int) - Method in class sun.awt.peer.cacio.managed.EventData
Sets the Y location of the event.
shear(double, double) - Method in class sun.awt.peer.cacio.WindowClippedGraphics
 
start() - Method in class sun.awt.peer.cacio.CacioEventPump
 
sun.awt.peer.cacio - package sun.awt.peer.cacio
 
sun.awt.peer.cacio.managed - package sun.awt.peer.cacio.managed
 

T

transform(AffineTransform) - Method in class sun.awt.peer.cacio.WindowClippedGraphics
 
translate(int, int) - Method in class sun.awt.peer.cacio.WindowClippedGraphics
 
translate(double, double) - Method in class sun.awt.peer.cacio.WindowClippedGraphics
 

U

useManagedWindows() - Static method in class sun.awt.peer.cacio.CacioToolkit
 

W

WindowClippedGraphics - Class in sun.awt.peer.cacio
 
WindowClippedGraphics(Graphics2D, Shape) - Constructor for class sun.awt.peer.cacio.WindowClippedGraphics
 
A B C D E F G H I L M N P R S T U W 

Copyright © 2012. All Rights Reserved.