Uses of Interface
io.github.mmm.ui.api.widget.window.UiAbstractWindow
-
Packages that use UiAbstractWindow Package Description io.github.mmm.ui.api.widget.window -
-
Uses of UiAbstractWindow in io.github.mmm.ui.api.widget.window
Subinterfaces of UiAbstractWindow in io.github.mmm.ui.api.widget.window Modifier and Type Interface Description interfaceUiChildWindowUiAbstractWindowthat is a child of another window.interfaceUiMainWindowUiAbstractWindowthat represents the main window.interfaceUiPopupUiAbstractWindowrepresenting a modal popup window that blocks the client application until it isclosed.interfaceUiWindowA normal window (no popup).Methods in io.github.mmm.ui.api.widget.window that return UiAbstractWindow Modifier and Type Method Description default UiAbstractWindowUiAbstractWindow. findChild(UiChildWindow window)UiAbstractWindowUiAbstractWindow. getParent()
-