| Package | Description |
|---|---|
| sun.awt.peer.cacio | |
| sun.awt.peer.cacio.managed |
| Modifier and Type | Method and Description |
|---|---|
PlatformToplevelWindow |
PlatformWindowFactory.createPlatformToplevelWindow(CacioComponent component)
Creates and returns a toplevel window for the specified peer.
|
PlatformWindow |
PlatformWindowFactory.createPlatformToplevelWindow(CacioComponent component,
PlatformWindow owner)
Creates and returns a toplevel window with the specified window as
owner.
|
PlatformWindow |
PlatformWindowFactory.createPlatformWindow(CacioComponent awtComponent,
PlatformWindow parent)
Creates a
PlatformWindow instance. |
protected void |
CacioEventPump.postComponentEvent(CacioComponent source,
int id) |
protected void |
CacioEventPump.postFocusEvent(CacioComponent source,
int id,
boolean temporary,
CacioComponent opposite) |
protected void |
CacioEventPump.postKeyEvent(CacioComponent source,
int id,
long time,
int modifiers,
int keyCode) |
protected void |
CacioEventPump.postKeyTypedEvent(CacioComponent source,
int id,
long time,
int modifiers,
char keyChar) |
protected void |
CacioEventPump.postMouseEvent(CacioComponent source,
int id,
long time,
int modifiers,
int x,
int y,
int clickCount,
boolean popupTrigger) |
protected void |
CacioEventPump.postPaintEvent(CacioComponent source,
int x,
int y,
int width,
int height) |
protected void |
CacioEventPump.postPaintEvent(CacioComponent source,
int x,
int y,
int width,
int height,
boolean paintBackground) |
protected void |
CacioEventPump.postWindwoEvent(CacioComponent source,
int id,
int oldState,
int newState) |
| Modifier and Type | Method and Description |
|---|---|
PlatformToplevelWindow |
FullScreenWindowFactory.createPlatformToplevelWindow(CacioComponent comp) |
PlatformWindow |
FullScreenWindowFactory.createPlatformToplevelWindow(CacioComponent component,
PlatformWindow notUsed)
Creates and returns a toplevel window with the specified window as
owner.
|
PlatformWindow |
FullScreenWindowFactory.createPlatformWindow(CacioComponent awtComponent,
PlatformWindow parent)
Creates a
PlatformWindow instance. |
Copyright © 2012. All Rights Reserved.