Uses of Enum Class
jfxtras.scene.layout.responsivepane.Device
Packages that use Device
-
Uses of Device in jfxtras.scene.layout.responsivepane
Methods in jfxtras.scene.layout.responsivepane that return DeviceModifier and TypeMethodDescriptionstatic Device
Returns 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 TypeMethodDescriptionvoid
Convenience method for addLayout(Size, Node)void
ResponsivePane.addLayout
(Device device, Orientation orientation, javafx.scene.Node root) Convenience method for addLayout(Size, Orientation, Node)void
ResponsivePane.addMyStylesheet
(Device device, String file) Convenience method for addMyStylesheet(Size sizeAtLeast, String file)void
ResponsivePane.addSceneStylesheet
(Device device, String file) Convenience method for addSceneStylesheet(Size sizeAtLeast, String file)ResponsivePane.getDeviceSize
(Device device) Convienience method for getDeviceSize(device.toString())void
ResponsivePane.setDeviceSize
(Device device, Size size) Convenience method for deviceSizes.put(device.toString(), size)