mmm-ui-api-tab

API for tab widgets.

License

License

GroupId

GroupId

io.github.m-m-m
ArtifactId

ArtifactId

mmm-ui-api-tab
Last Version

Last Version

0.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

mmm-ui-api-tab
API for tab widgets.
Project URL

Project URL

https://m-m-m.github.io/
Project Organization

Project Organization

mmm-team
Source Code Management

Source Code Management

https://github.com/m-m-m/ui-api/tree/master

Download mmm-ui-api-tab

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.m-m-m/mmm-ui-api-tab/ -->
<dependency>
    <groupId>io.github.m-m-m</groupId>
    <artifactId>mmm-ui-api-tab</artifactId>
    <version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.m-m-m/mmm-ui-api-tab/
implementation 'io.github.m-m-m:mmm-ui-api-tab:0.2.0'
// https://jarcasting.com/artifacts/io.github.m-m-m/mmm-ui-api-tab/
implementation ("io.github.m-m-m:mmm-ui-api-tab:0.2.0")
'io.github.m-m-m:mmm-ui-api-tab:jar:0.2.0'
<dependency org="io.github.m-m-m" name="mmm-ui-api-tab" rev="0.2.0">
  <artifact name="mmm-ui-api-tab" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.m-m-m', module='mmm-ui-api-tab', version='0.2.0')
)
libraryDependencies += "io.github.m-m-m" % "mmm-ui-api-tab" % "0.2.0"
[io.github.m-m-m/mmm-ui-api-tab "0.2.0"]

Dependencies

compile (1)

Group / Artifact Type Version
io.github.m-m-m : mmm-ui-api-core jar 0.2.0

Project Modules

There are no modules declared in this project.

logo

Apache License, Version 2.0 Build Status

mmm-ui-api

The project mmm-ui-api provides an abstraction API for user-interfaces (UI). This allows to build a powerful UI independent of the actual toolkit. You can write portable UI code that can run

  • as native JavaFx application using mmm-ui-fx

  • as web-app in the browser using mmm-ui-tvm

  • as mobile app for android devices using mmm-ui-android

  • as dummy implementation for automated unit tests using mmm-ui-test

  • …​in the future we might implement more alternatives such as iOS or SWT

For motivation and details see the wiki or JavaDoc (click on the badgets below). In order to implement your client (with UI) you only need to depend on modules from this API. Therefore, you will typically build a module for your client that is portable. Dependencies to the implementation of this UI are only needed at runtime. You can create modules for each toolkit or technology you want support for your client where you add the dependency to the specific implementation and just one or few classes to bind and launch the client. Details how to do that can be found in the documentation of the actual UI implementation or you can have a look at our ui-demo.

Overview

io.github.m-m-m

Marvelous-Micro-Modules

Versions

Version
0.2.0
0.1.1