Uses of Enum Class
org.jdesktop.application.utils.PlatformType
Packages that use PlatformType
-
Uses of PlatformType in org.jdesktop.application
Methods in org.jdesktop.application that return PlatformTypeModifier and TypeMethodDescriptionResourceManager.getPlatform()The value of the special Application ResourceMap resource named "platform".ResourceMap.getPlatform()Methods in org.jdesktop.application with parameters of type PlatformTypeModifier and TypeMethodDescriptionvoidResourceManager.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 PlatformTypeModifier and TypeMethodDescriptionstatic PlatformTypeAppHelper.getPlatform()Determines a platform type the application is running on.static PlatformTypeReturns the enum constant of this class with the specified name.static PlatformType[]PlatformType.values()Returns an array containing the constants of this enum class, in the order they are declared.