Uses of Enum Class
org.teamapps.ux.component.panel.WindowButtonType
Packages that use WindowButtonType
-
Uses of WindowButtonType in org.teamapps.ux.component.panel
Subclasses with type arguments of type WindowButtonType in org.teamapps.ux.component.panelFields in org.teamapps.ux.component.panel with type parameters of type WindowButtonTypeMethods in org.teamapps.ux.component.panel that return WindowButtonTypeModifier and TypeMethodDescriptionstatic WindowButtonTypeWindowButtonType.fromUiWindowButtonType(UiWindowButtonType uiWindowButtonType) static WindowButtonTypeReturns the enum constant of this class with the specified name.static WindowButtonType[]WindowButtonType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.teamapps.ux.component.panel that return types with arguments of type WindowButtonTypeMethod parameters in org.teamapps.ux.component.panel with type arguments of type WindowButtonTypeModifier and TypeMethodDescriptionvoidPanel.setWindowButtons(Collection<WindowButtonType> buttons)