Uses of Class
org.controlsfx.tools.Borders
Packages that use Borders
-
Uses of Borders in org.controlsfx.tools
Methods in org.controlsfx.tools that return BordersModifier and TypeMethodDescriptionBorders.addBorder
(Borders.Border border) Allows for developers to develop customBorders.Border
implementations, and to wrap them around a Node.Borders.EmptyBorders.build()
Builds theBorders.Border
andadds it
to the list of borders to wrap around the given Node (which will be constructed and returned whenbuild()
is called.Borders.EtchedBorders.build()
Builds theBorders.Border
andadds it
to the list of borders to wrap around the given Node (which will be constructed and returned whenbuild()
is called.Borders.LineBorders.build()
Builds theBorders.Border
andadds it
to the list of borders to wrap around the given Node (which will be constructed and returned whenbuild()
is called.static Borders
Borders.wrap
(javafx.scene.Node n) Fluent API entry method(s)