Package | Description |
---|---|
com.sun.glass.ui.monocle |
Modifier and Type | Class and Description |
---|---|
(package private) class |
AndroidPlatform |
(package private) class |
DispmanPlatform |
(package private) class |
HeadlessPlatform |
(package private) class |
LinuxPlatform
LinuxPlatform matches any Linux system
|
(package private) class |
MX6Platform |
(package private) class |
OMAPPlatform |
(package private) class |
OMAPX11Platform |
(package private) class |
VNCPlatform |
(package private) class |
X11Platform
Native platform compatible with X11
|
Modifier and Type | Field and Description |
---|---|
private NativePlatform |
MonocleApplication.platform |
private static NativePlatform |
NativePlatformFactory.platform |
Modifier and Type | Method and Description |
---|---|
protected NativePlatform |
LinuxPlatformFactory.createNativePlatform() |
protected NativePlatform |
DispmanPlatformFactory.createNativePlatform() |
protected NativePlatform |
VNCPlatformFactory.createNativePlatform() |
protected NativePlatform |
OMAPPlatformFactory.createNativePlatform() |
protected NativePlatform |
HeadlessPlatformFactory.createNativePlatform() |
protected NativePlatform |
X11PlatformFactory.createNativePlatform() |
protected NativePlatform |
AndroidPlatformFactory.createNativePlatform() |
protected NativePlatform |
OMAPX11PlatformFactory.createNativePlatform() |
protected NativePlatform |
MX6PlatformFactory.createNativePlatform() |
protected abstract NativePlatform |
NativePlatformFactory.createNativePlatform()
Creates a NativePlatform.
|
static NativePlatform |
NativePlatformFactory.getNativePlatform()
Obtains a NativePlatform that matches the platform on which we are running.
|