Uses of Enum Class
jfxtras.scene.layout.responsivepane.Device
Packages that use Device
-
Uses of Device in jfxtras.scene.layout.responsivepane
Subclasses with type arguments of type Device in jfxtras.scene.layout.responsivepaneMethods in jfxtras.scene.layout.responsivepane that return DeviceModifier and TypeMethodDescriptionstatic DeviceReturns the enum constant of this class with the specified name.static Device[]Device.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in jfxtras.scene.layout.responsivepane with parameters of type DeviceModifier and TypeMethodDescriptionvoidConvenience method for addLayout(Size, Node)voidResponsivePane.addLayout(Device device, Orientation orientation, javafx.scene.Node root) Convenience method for addLayout(Size, Orientation, Node)voidResponsivePane.addMyStylesheet(Device device, String file) Convenience method for addMyStylesheet(Size sizeAtLeast, String file)voidResponsivePane.addSceneStylesheet(Device device, String file) Convenience method for addSceneStylesheet(Size sizeAtLeast, String file)ResponsivePane.getDeviceSize(Device device) Convienience method for getDeviceSize(device.toString())voidResponsivePane.setDeviceSize(Device device, Size size) Convenience method for deviceSizes.put(device.toString(), size)