io.github.mmm.ui.api |
Contains the API to build a toolkit-agnostic user-interface (UI).
|
io.github.mmm.ui.api.attribute |
Contains the interfaces to standardize and reuse attributes (properties).
|
io.github.mmm.ui.api.binding |
Contains the API for bindings such as io.github.mmm.ui.api.widget.binding.UiActionBinding or
UiValueBinding .
|
io.github.mmm.ui.api.datatype |
Contains the (immutable) datatypes of this UI API.
|
io.github.mmm.ui.api.datatype.bitmask |
Contains datatypes to represent a bit-encoded flags.
|
io.github.mmm.ui.api.datatype.color |
Contains datatypes to represent a color.
|
io.github.mmm.ui.api.event |
|
io.github.mmm.ui.api.event.action |
Contains UiAction and its sub-interfaces for UI actions.
|
io.github.mmm.ui.api.factory |
Contains the API for factories to create widgets.
|
io.github.mmm.ui.api.notify |
Contains the API to notify the end-user via growl or popups.
|
io.github.mmm.ui.api.widget |
Contains the API for widgets what are the first-class citizens of a UI.
|
io.github.mmm.ui.api.widget.button |
Contains the API for all kind of button widgets such as UiButton .
|
io.github.mmm.ui.api.widget.composite |
Contains the API for UiComposite and all sub-interfaces of widgets that
contain and compose other widgets.
|
io.github.mmm.ui.api.widget.img |
|
io.github.mmm.ui.api.widget.input |
Contains the API for all kind of UiInput widgets.
|
io.github.mmm.ui.api.widget.link |
|
io.github.mmm.ui.api.widget.panel |
Contains the API for common composite layouts called
panels.
|
io.github.mmm.ui.api.widget.value |
|