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.Borderimplementations, and to wrap them around a Node.Borders.EmptyBorders.build()Builds theBorders.Borderandadds itto the list of borders to wrap around the given Node (which will be constructed and returned whenbuild()is called.Borders.EtchedBorders.build()Builds theBorders.Borderandadds itto the list of borders to wrap around the given Node (which will be constructed and returned whenbuild()is called.Borders.LineBorders.build()Builds theBorders.Borderandadds itto the list of borders to wrap around the given Node (which will be constructed and returned whenbuild()is called.static BordersBorders.wrap(javafx.scene.Node n) Fluent API entry method(s)