class X11PlatformFactory extends NativePlatformFactory
| Constructor and Description |
|---|
X11PlatformFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected NativePlatform |
createNativePlatform()
Creates a NativePlatform.
|
protected int |
getMajorVersion()
Queries the major version number supported by this NativePlatformFactory.
|
protected int |
getMinorVersion()
Queries the minor version number supported by this NativePlatformFactory.
|
protected boolean |
matches()
Checks whether this NativePlatformFactory can work with the platform on
which we are running
|
getNativePlatformprotected boolean matches()
NativePlatformFactorymatches in class NativePlatformFactoryprotected int getMajorVersion()
NativePlatformFactorygetMajorVersion in class NativePlatformFactoryprotected int getMinorVersion()
NativePlatformFactorygetMinorVersion in class NativePlatformFactoryprotected NativePlatform createNativePlatform()
NativePlatformFactorycreateNativePlatform in class NativePlatformFactory