io.github.oliviercailloux:swt-tools

A few classes to help with SWT and JFace development

Лицензия

Лицензия

Группа

Группа

io.github.oliviercailloux
Идентификатор

Идентификатор

swt-tools
Последняя версия

Последняя версия

0.0.5
Дата

Дата

Тип

Тип

jar
Описание

Описание

io.github.oliviercailloux:swt-tools
A few classes to help with SWT and JFace development
Ссылка на сайт

Ссылка на сайт

https://github.com/oliviercailloux/swt-tools
Система контроля версий

Система контроля версий

http://github.com/oliviercailloux/swt-tools/tree/master

Скачать swt-tools

Как подключить последнюю версию

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

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
org.slf4j : slf4j-api jar 1.7.21
com.google.guava : guava jar 22.0
org.eclipse.platform » ${swt.artifactId} Необязательный jar 3.105.3
org.eclipse.platform : org.eclipse.jface jar 3.12.2

runtime (1)

Идентификатор библиотеки Тип Версия
ch.qos.logback : logback-classic Необязательный jar 1.1.7

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12

Модули Проекта

Данный проект не имеет модулей.

SWT Tools

Build Status Artifact on Maven Central Javadocs

Provides a few classes to help with EditingSupport in JFace: TextEditingSupport, IntEditingSupport and ComboBoxEditingSupport. These classes provide typed-equivalents to the Object-based JFace approach, through generics. The class JFace eases use of those classes in a TableViewer.

Please check the relevant javadoc for instructions.

API is not stable. Comments and bug reports are welcome.

Версии библиотеки

Версия
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1