Uses of Class
jfxtras.scene.control.window.WindowIcon
Packages that use WindowIcon
-
Uses of WindowIcon in jfxtras.internal.scene.control.skin.window
Constructors in jfxtras.internal.scene.control.skin.window with parameters of type WindowIcon -
Uses of WindowIcon in jfxtras.scene.control.window
Subclasses of WindowIcon in jfxtras.scene.control.windowFields in jfxtras.scene.control.window with type parameters of type WindowIconModifier and TypeFieldDescriptionprivate final javafx.collections.ObservableList<WindowIcon>
Window.leftIcons
List of icons shown on the left.private final javafx.collections.ObservableList<WindowIcon>
Window.rightIcons
List of icons shown on the right.Methods in jfxtras.scene.control.window that return types with arguments of type WindowIconModifier and TypeMethodDescriptionjavafx.collections.ObservableList<WindowIcon>
Window.getLeftIcons()
Returns a list that contains the icons that are placed on the left side of the titlebar.javafx.collections.ObservableList<WindowIcon>
Window.getRightIcons()
Returns a list that contains the icons that are placed on the right side of the titlebar.