Uses of Class
org.jdesktop.application.utils.PlatformType
-
Packages that use PlatformType Package Description org.jdesktop.application org.jdesktop.application.utils -
-
Uses of PlatformType in org.jdesktop.application
Methods in org.jdesktop.application that return PlatformType Modifier and Type Method Description PlatformTypeResourceManager. getPlatform()The value of the special Application ResourceMap resource named "platform".PlatformTypeResourceMap. getPlatform()Methods in org.jdesktop.application with parameters of type PlatformType Modifier and Type Method Description voidResourceManager. setPlatform(PlatformType platform)Defines the value of the special Application ResourceMap resource named "platform".voidResourceMap. setPlatform(PlatformType platform) -
Uses of PlatformType in org.jdesktop.application.utils
Methods in org.jdesktop.application.utils that return PlatformType Modifier and Type Method Description static PlatformTypeAppHelper. getPlatform()Determines a platform type the application is running on.static PlatformTypePlatformType. 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.
-