public interface PlatformWindowFactory
PlatformWindow instances for use by the component peers.| Modifier and Type | Method and Description |
|---|---|
CacioEventPump<?> |
createEventPump()
Creates and returns the event pump to be used for getting the platform
events into the AWT event queue.
|
PlatformToplevelWindow |
createPlatformToplevelWindow(CacioComponent component)
Creates and returns a toplevel window for the specified peer.
|
PlatformWindow |
createPlatformToplevelWindow(CacioComponent component,
PlatformWindow owner)
Creates and returns a toplevel window with the specified window as
owner.
|
PlatformWindow |
createPlatformWindow(CacioComponent awtComponent,
PlatformWindow parent)
Creates a
PlatformWindow instance. |
PlatformWindow createPlatformWindow(CacioComponent awtComponent, PlatformWindow parent)
PlatformWindow instance.cacioComponent - the corresponding Cacio componentPlatformToplevelWindow createPlatformToplevelWindow(CacioComponent component)
cacioWindowPeer - the toplevel componentCacioEventPump<?> createEventPump()
PlatformWindow createPlatformToplevelWindow(CacioComponent component, PlatformWindow owner)
cacioWindowPeer - the toplevel componentCopyright © 2012. All Rights Reserved.