|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PlatformType | |
---|---|
org.jdesktop.application | |
org.jdesktop.application.utils |
Uses of PlatformType in org.jdesktop.application |
---|
Methods in org.jdesktop.application that return PlatformType | |
---|---|
PlatformType |
ResourceMap.getPlatform()
|
PlatformType |
ResourceManager.getPlatform()
The value of the special Application ResourceMap resource named "platform". |
Methods in org.jdesktop.application with parameters of type PlatformType | |
---|---|
void |
ResourceMap.setPlatform(PlatformType platform)
|
void |
ResourceManager.setPlatform(PlatformType platform)
Defines the value of the special Application ResourceMap resource named "platform". |
Uses of PlatformType in org.jdesktop.application.utils |
---|
Methods in org.jdesktop.application.utils that return PlatformType | |
---|---|
static PlatformType |
AppHelper.getPlatform()
Determines a platform type the application is running on. |
static PlatformType |
PlatformType.valueOf(java.lang.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |