Uses of Enum Class
javafx.scene.control.ScrollPane.ScrollBarPolicy
Package
Description
The JavaFX User Interface Controls (UI Controls or just Controls) are
specialized Nodes in the JavaFX Scenegraph especially suited for reuse in
many different application contexts.
-
Uses of ScrollPane.ScrollBarPolicy in javafx.scene.control
Modifier and TypeMethodDescriptionScrollPane.getHbarPolicy()
Gets the value of thehbarPolicy
property.ScrollPane.getVbarPolicy()
Gets the value of thevbarPolicy
property.static ScrollPane.ScrollBarPolicy
Returns the enum constant of this class with the specified name.static ScrollPane.ScrollBarPolicy[]
ScrollPane.ScrollBarPolicy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionScrollPane.hbarPolicyProperty()
Specifies the policy for showing the horizontal scroll bar.ScrollPane.vbarPolicyProperty()
Specifies the policy for showing the vertical scroll bar.Modifier and TypeMethodDescriptionfinal void
ScrollPane.setHbarPolicy
(ScrollPane.ScrollBarPolicy value) Sets the value of thehbarPolicy
property.final void
ScrollPane.setVbarPolicy
(ScrollPane.ScrollBarPolicy value) Sets the value of thevbarPolicy
property.