Uses of Class
org.controlsfx.tools.Borders
-
Packages that use Borders Package Description org.controlsfx.tools A package containing a number of useful utility methods. -
-
Uses of Borders in org.controlsfx.tools
Methods in org.controlsfx.tools that return Borders Modifier and Type Method Description Borders
Borders. addBorder(Borders.Border border)
Allows for developers to develop customBorders.Border
implementations, and to wrap them around a Node.Borders
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
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
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)
-