io.github.oliviercailloux:swt-tools

A few classes to help with SWT and JFace development

License

License

GroupId

GroupId

io.github.oliviercailloux
ArtifactId

ArtifactId

swt-tools
Last Version

Last Version

0.0.5
Release Date

Release Date

Type

Type

jar
Description

Description

io.github.oliviercailloux:swt-tools
A few classes to help with SWT and JFace development
Project URL

Project URL

https://github.com/oliviercailloux/swt-tools
Source Code Management

Source Code Management

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

Download swt-tools

How to add to project

<!-- 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"]

Dependencies

compile (4)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.21
com.google.guava : guava jar 22.0
org.eclipse.platform » ${swt.artifactId} Optional jar 3.105.3
org.eclipse.platform : org.eclipse.jface jar 3.12.2

runtime (1)

Group / Artifact Type Version
ch.qos.logback : logback-classic Optional jar 1.1.7

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

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.

Versions

Version
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1