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 interface
UiChildWindow
UiAbstractWindow
that is a child of another window.interface
UiMainWindow
UiAbstractWindow
that represents the main window.interface
UiPopup
UiAbstractWindow
representing a modal popup window that blocks the client application until it isclosed
.interface
UiWindow
A normal window (no popup).Methods in io.github.mmm.ui.api.widget.window that return UiAbstractWindow Modifier and Type Method Description default UiAbstractWindow
UiAbstractWindow. findChild(UiChildWindow window)
UiAbstractWindow
UiAbstractWindow. getParent()
-