io.github.mmm.base.compare |
|
io.github.mmm.base.config |
|
io.github.mmm.base.exception |
|
io.github.mmm.base.filter |
Contains CharFilter and related types for efficient filtering and parsing.
|
io.github.mmm.base.i18n |
Contains APIs and helpers for internationalization.
|
io.github.mmm.base.io |
|
io.github.mmm.base.justification |
|
io.github.mmm.base.lang |
Contains fundamental types missing in java.base .
|
io.github.mmm.base.number |
|
io.github.mmm.base.placement |
Contains Enum types for placements (alignment, orientation, direction).
|
io.github.mmm.base.properties |
|
io.github.mmm.base.range |
Contains Range and related types for ranges of ordered
values.
|
io.github.mmm.base.sort |
|
io.github.mmm.base.temporal |
Contains additions for java.time and Temporal .
|
io.github.mmm.base.text |
Contains helpers to deal with text (string, etc.) and case.
|
io.github.mmm.bean |
Provides the API for generic java beans defined as simple class or interface avoiding lots of boilerplate code.
|
io.github.mmm.bean.impl |
Contains internal implementation.
|
io.github.mmm.bean.property |
Contains BeanProperty to allow a bean to contain another bean.
|
io.github.mmm.binary |
|
io.github.mmm.binary.codec |
|
io.github.mmm.cli |
Contains the API and implementation to parse the arguments of a main method from a command-line-interface
(CLI).
|
io.github.mmm.cli.exception |
Contains common exceptions for CLI.
|
io.github.mmm.cli.io |
|
io.github.mmm.cli.io.impl |
Contains internal implementations of this module.
|
io.github.mmm.crypto |
|
io.github.mmm.crypto.algorithm |
|
io.github.mmm.crypto.asymmetric.access |
|
io.github.mmm.crypto.asymmetric.access.ec.bc |
|
io.github.mmm.crypto.asymmetric.access.ec.jce |
|
io.github.mmm.crypto.asymmetric.access.rsa |
|
io.github.mmm.crypto.asymmetric.cert |
|
io.github.mmm.crypto.asymmetric.cert.access |
|
io.github.mmm.crypto.asymmetric.crypt |
|
io.github.mmm.crypto.asymmetric.crypt.ec |
|
io.github.mmm.crypto.asymmetric.crypt.rsa |
|
io.github.mmm.crypto.asymmetric.key |
|
io.github.mmm.crypto.asymmetric.key.ec |
|
io.github.mmm.crypto.asymmetric.key.ec.bc |
|
io.github.mmm.crypto.asymmetric.key.ec.jce |
|
io.github.mmm.crypto.asymmetric.key.generic |
|
io.github.mmm.crypto.asymmetric.key.rsa |
|
io.github.mmm.crypto.asymmetric.sign |
|
io.github.mmm.crypto.asymmetric.sign.ec |
|
io.github.mmm.crypto.asymmetric.sign.ec.bc |
|
io.github.mmm.crypto.asymmetric.sign.generic |
|
io.github.mmm.crypto.asymmetric.sign.rsa |
|
io.github.mmm.crypto.crypt |
|
io.github.mmm.crypto.hash |
|
io.github.mmm.crypto.hash.access |
|
io.github.mmm.crypto.hash.md5 |
|
io.github.mmm.crypto.hash.ripemd |
|
io.github.mmm.crypto.hash.sha1 |
|
io.github.mmm.crypto.hash.sha2 |
|
io.github.mmm.crypto.io |
|
io.github.mmm.crypto.key |
|
io.github.mmm.crypto.key.store |
|
io.github.mmm.crypto.key.store.access |
|
io.github.mmm.crypto.provider |
|
io.github.mmm.crypto.random |
|
io.github.mmm.crypto.symmetric.access |
|
io.github.mmm.crypto.symmetric.access.pbe |
|
io.github.mmm.crypto.symmetric.crypt |
|
io.github.mmm.crypto.symmetric.crypt.aes |
|
io.github.mmm.crypto.symmetric.key |
|
io.github.mmm.crypto.symmetric.key.pbe |
|
io.github.mmm.crypto.symmetric.key.spec |
|
io.github.mmm.entity |
Contains API for an entity identified by a primary key.
|
io.github.mmm.entity.bean |
Contains the API for entity beans.
|
io.github.mmm.entity.id |
Contains API and implementation for primary keys that uniquely identify an entity.
|
io.github.mmm.entity.link |
Contains link API and implementation for relations between entities.
|
io.github.mmm.entity.property.builder |
|
io.github.mmm.entity.property.id |
Contains property support for IDs.
|
io.github.mmm.entity.property.link |
Contains property support for links to entity bean (one-to-one relation).
|
io.github.mmm.event |
Provides the API and base implementation for generic eventing.
|
io.github.mmm.marshall |
Provides the API for marshalling and unmarshalling data.
|
io.github.mmm.marshall.json |
|
io.github.mmm.marshall.jsonp |
|
io.github.mmm.marshall.standard |
|
io.github.mmm.marshall.stax |
|
io.github.mmm.marshall.tvm.xml |
Contains marshalling for XML format based on TeaVM.
|
io.github.mmm.nls |
Provides the main API for the native language support (NLS).
|
io.github.mmm.nls.argument |
Contains the API for the dynamic arguments of a NlsMessage .
|
io.github.mmm.nls.cli |
Contains native language support (NLS) for command-line-interfaces (CLI).
|
io.github.mmm.nls.cli.exception |
Contains common CLI exceptions with native language support.
|
io.github.mmm.nls.cli.property |
Contains properties for data-binding to CLI commands.
|
io.github.mmm.nls.descriptor |
Contains descriptors providing meta-information for bundle and key.
|
io.github.mmm.nls.exception |
|
io.github.mmm.nls.formatter |
Contains formatters to format NLS messages.
|
io.github.mmm.nls.sync |
Provides a command-line-interface to synchronize resource bundles for localization.
|
io.github.mmm.nls.template |
|
io.github.mmm.nls.variable |
Contains types for parsed variable placeholders of a NLS message.
|
io.github.mmm.property |
Provides the API for generic and powerful properties.
|
io.github.mmm.property.booleans |
Contains property infrastructure for Boolean .
|
io.github.mmm.property.builder |
Contains builders for properties from mmm-property (module io.github.mmm.property ).
|
io.github.mmm.property.builder.container |
Contains property builders for container types such as Collection or Map .
|
io.github.mmm.property.builder.lang |
Contains property builders for fundamental types such as String or Boolean .
|
io.github.mmm.property.builder.number |
Contains property builders for the standard Number types.
|
io.github.mmm.property.builder.temporal |
Contains property builders for Temporal types.
|
io.github.mmm.property.container |
Contains property infrastructure for containers (such as Collection or Map).
|
io.github.mmm.property.container.list |
Contains property infrastructure for List .
|
io.github.mmm.property.container.map |
Contains property infrastructure for Map .
|
io.github.mmm.property.container.set |
Contains property infrastructure for Set .
|
io.github.mmm.property.factory |
|
io.github.mmm.property.number |
Contains property infrastructure for Number .
|
io.github.mmm.property.number.bigdecimal |
|
io.github.mmm.property.number.biginteger |
|
io.github.mmm.property.number.bytes |
Contains property infrastructure for Byte .
|
io.github.mmm.property.number.doubles |
Contains property infrastructure for Double .
|
io.github.mmm.property.number.floats |
Contains property infrastructure for Float .
|
io.github.mmm.property.number.integers |
Contains property infrastructure for Integer .
|
io.github.mmm.property.number.longs |
Contains property infrastructure for Long .
|
io.github.mmm.property.number.shorts |
Contains property infrastructure for Short .
|
io.github.mmm.property.object |
Contains property infrastructure for Object .
|
io.github.mmm.property.range |
Contains property infrastructure for Range .
|
io.github.mmm.property.string |
Contains property infrastructure for String .
|
io.github.mmm.property.temporal |
Contains property infrastructure for java.time .
|
io.github.mmm.property.temporal.instant |
Contains property infrastructure for Instant .
|
io.github.mmm.property.temporal.localdate |
Contains property infrastructure for LocalDate .
|
io.github.mmm.property.temporal.localdatetime |
|
io.github.mmm.property.temporal.localtime |
Contains property infrastructure for LocalTime .
|
io.github.mmm.property.temporal.offsetdatetime |
|
io.github.mmm.property.temporal.offsettime |
|
io.github.mmm.property.temporal.zoneddatetime |
|
io.github.mmm.scanner |
Provides the API for scanners that help to parse character sequences efficient and easily.
|
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 properties.
|
io.github.mmm.ui.api.binding |
|
io.github.mmm.ui.api.binding.data |
|
io.github.mmm.ui.api.controller |
|
io.github.mmm.ui.api.controller.action |
|
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.chart |
Contains datatypes to represent values for charts (diagrams).
|
io.github.mmm.ui.api.datatype.color |
Contains datatypes to represent a color.
|
io.github.mmm.ui.api.datatype.media |
Contains datatypes to represent a multimedia data (audio/video).
|
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.notifier |
|
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.breadcrumb |
|
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.chart |
|
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.data |
|
io.github.mmm.ui.api.widget.form |
|
io.github.mmm.ui.api.widget.format |
|
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.media |
|
io.github.mmm.ui.api.widget.menu |
|
io.github.mmm.ui.api.widget.number |
|
io.github.mmm.ui.api.widget.panel |
|
io.github.mmm.ui.api.widget.tab |
|
io.github.mmm.ui.api.widget.temporal |
|
io.github.mmm.ui.api.widget.value |
|
io.github.mmm.ui.api.widget.window |
|
io.github.mmm.ui.fx |
|
io.github.mmm.ui.fx.factory.chart |
|
io.github.mmm.ui.fx.factory.media |
|
io.github.mmm.ui.fx.icon |
|
io.github.mmm.ui.fx.widget |
|
io.github.mmm.ui.fx.widget.button |
|
io.github.mmm.ui.fx.widget.chart |
|
io.github.mmm.ui.fx.widget.composite |
|
io.github.mmm.ui.fx.widget.data |
|
io.github.mmm.ui.fx.widget.form |
|
io.github.mmm.ui.fx.widget.form.grid |
|
io.github.mmm.ui.fx.widget.img |
|
io.github.mmm.ui.fx.widget.input |
|
io.github.mmm.ui.fx.widget.link |
|
io.github.mmm.ui.fx.widget.media |
|
io.github.mmm.ui.fx.widget.panel |
|
io.github.mmm.ui.fx.widget.window |
|
io.github.mmm.ui.spi |
Contains the service provider interfaces (SPI) to extend when building implementations of this UI API.
|
io.github.mmm.ui.spi.controller |
|
io.github.mmm.ui.spi.range |
|
io.github.mmm.ui.spi.widget |
Contains the SPI for widget implementations.
|
io.github.mmm.ui.spi.window |
|
io.github.mmm.ui.test |
|
io.github.mmm.ui.test.widget |
|
io.github.mmm.ui.test.widget.button |
|
io.github.mmm.ui.test.widget.chart |
|
io.github.mmm.ui.test.widget.composite |
|
io.github.mmm.ui.test.widget.data |
|
io.github.mmm.ui.test.widget.form |
|
io.github.mmm.ui.test.widget.img |
|
io.github.mmm.ui.test.widget.input |
|
io.github.mmm.ui.test.widget.link |
|
io.github.mmm.ui.test.widget.panel |
|
io.github.mmm.ui.test.widget.window |
|
io.github.mmm.ui.tvm |
|
io.github.mmm.ui.tvm.widget |
|
io.github.mmm.ui.tvm.widget.button |
|
io.github.mmm.ui.tvm.widget.composite |
|
io.github.mmm.ui.tvm.widget.input |
|
io.github.mmm.ui.tvm.widget.link |
|
io.github.mmm.ui.tvm.widget.panel |
|
io.github.mmm.validation |
Contains a simple but powerful API for validation.
|
io.github.mmm.validation.collection |
|
io.github.mmm.validation.main |
Contains validation support combined with native language support (NLS).
|
io.github.mmm.validation.number |
Contains validation support for Number and its common sub-types.
|
io.github.mmm.validation.range |
Contains validation support for Range .
|
io.github.mmm.validation.string |
|
io.github.mmm.validation.temporal |
Contains validation support for Temporal .
|
io.github.mmm.validation.temporal.instant |
Contains validation support for Instant .
|
io.github.mmm.validation.temporal.localdate |
|
io.github.mmm.validation.temporal.localdatetime |
|
io.github.mmm.validation.temporal.localtime |
|
io.github.mmm.validation.temporal.offsetdatetime |
|
io.github.mmm.validation.temporal.offsettime |
|
io.github.mmm.validation.temporal.zoneddatetime |
|
io.github.mmm.value |
|
io.github.mmm.value.observable |
Provides the API for observable values.
|
io.github.mmm.value.observable.booleans |
|
io.github.mmm.value.observable.comparable |
TODO
|
io.github.mmm.value.observable.container |
|
io.github.mmm.value.observable.container.collection |
|
io.github.mmm.value.observable.container.list |
|
io.github.mmm.value.observable.container.map |
|
io.github.mmm.value.observable.container.set |
|
io.github.mmm.value.observable.number |
TODO
|
io.github.mmm.value.observable.number.bigdecimal |
TODO
|
io.github.mmm.value.observable.number.biginteger |
TODO
|
io.github.mmm.value.observable.number.bytes |
TODO
|
io.github.mmm.value.observable.number.doubles |
TODO
|
io.github.mmm.value.observable.number.floats |
TODO
|
io.github.mmm.value.observable.number.integers |
TODO
|
io.github.mmm.value.observable.number.longs |
TODO
|
io.github.mmm.value.observable.number.shorts |
TODO
|
io.github.mmm.value.observable.object |
TODO
|
io.github.mmm.value.observable.string |
TODO
|
io.github.mmm.value.observable.temporal |
|
io.github.mmm.value.observable.temporal.instant |
Contains value infrastructure for Instant .
|
io.github.mmm.value.observable.temporal.localdate |
|
io.github.mmm.value.observable.temporal.localdatetime |
|
io.github.mmm.value.observable.temporal.localtime |
|
io.github.mmm.value.observable.temporal.offsetdatetime |
|
io.github.mmm.value.observable.temporal.offsettime |
|
io.github.mmm.value.observable.temporal.zoneddatetime |
|