Uses of Class
jfxtras.scene.control.window.WindowIcon
Packages that use WindowIcon
-
Uses of WindowIcon in jfxtras.internal.scene.control.skin.window
Subclasses with type arguments of type WindowIcon in jfxtras.internal.scene.control.skin.windowConstructors 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.leftIconsList of icons shown on the left.private final javafx.collections.ObservableList<WindowIcon> Window.rightIconsList 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.