Package | Description |
---|---|
org.jdesktop.application | |
org.jdesktop.application.utils |
Modifier and Type | Method and Description |
---|---|
PlatformType |
ResourceManager.getPlatform()
The value of the special Application ResourceMap resource
named "platform".
|
PlatformType |
ResourceMap.getPlatform() |
Modifier and Type | Method and Description |
---|---|
void |
ResourceManager.setPlatform(PlatformType platform)
Defines the value of the special Application ResourceMap resource
named "platform".
|
void |
ResourceMap.setPlatform(PlatformType platform) |
Modifier and Type | Method and Description |
---|---|
static PlatformType |
AppHelper.getPlatform()
Determines a platform type the application is running on.
|
static PlatformType |
PlatformType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlatformType[] |
PlatformType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2009–2016. All rights reserved.