class VNCPlatformFactory extends NativePlatformFactory
Constructor and Description |
---|
VNCPlatformFactory() |
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
|
getNativePlatform
protected boolean matches()
NativePlatformFactory
matches
in class NativePlatformFactory
protected int getMajorVersion()
NativePlatformFactory
getMajorVersion
in class NativePlatformFactory
protected int getMinorVersion()
NativePlatformFactory
getMinorVersion
in class NativePlatformFactory
protected NativePlatform createNativePlatform()
NativePlatformFactory
createNativePlatform
in class NativePlatformFactory