Uses of Package
io.github.mmm.ui.api.widget.window
-
Packages that use io.github.mmm.ui.api.widget.window Package Description io.github.mmm.ui.api.widget.window io.github.mmm.ui.api.window.notiy -
Classes in io.github.mmm.ui.api.widget.window used by io.github.mmm.ui.api.widget.window Class Description UiAbstractWindow UiMutableComposite
that represents a window.UiChildWindow UiAbstractWindow
that is a child of another window.UiMainWindow UiAbstractWindow
that represents the main window.UiPopup UiAbstractWindow
representing a modal popup window that blocks the client application until it isclosed
.UiWindow A normal window (no popup). -
Classes in io.github.mmm.ui.api.widget.window used by io.github.mmm.ui.api.window.notiy Class Description UiPopup UiAbstractWindow
representing a modal popup window that blocks the client application until it isclosed
.