THUMBWHEEL

A JavaFX control mimicking a thumbwheel device, where a number is composed by digits singularly editable by means of a couple of INCR/DECR buttons.

Лицензия

Лицензия

Категории

Категории

JavaFX Взаимодействие с пользователем
Группа

Группа

se.europeanspallationsource
Идентификатор

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

javafx.control.thumbwheel
Последняя версия

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

1.0.5
Дата

Дата

Тип

Тип

jar
Описание

Описание

THUMBWHEEL
A JavaFX control mimicking a thumbwheel device, where a number is composed by digits singularly editable by means of a couple of INCR/DECR buttons.
Ссылка на сайт

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

https://github.com/ESSICS/THUMBWHEEL
Система контроля версий

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

https://github.com/ESSICS/THUMBWHEEL/tree/master

Скачать javafx.control.thumbwheel

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

<!-- https://jarcasting.com/artifacts/se.europeanspallationsource/javafx.control.thumbwheel/ -->
<dependency>
    <groupId>se.europeanspallationsource</groupId>
    <artifactId>javafx.control.thumbwheel</artifactId>
    <version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/se.europeanspallationsource/javafx.control.thumbwheel/
implementation 'se.europeanspallationsource:javafx.control.thumbwheel:1.0.5'
// https://jarcasting.com/artifacts/se.europeanspallationsource/javafx.control.thumbwheel/
implementation ("se.europeanspallationsource:javafx.control.thumbwheel:1.0.5")
'se.europeanspallationsource:javafx.control.thumbwheel:jar:1.0.5'
<dependency org="se.europeanspallationsource" name="javafx.control.thumbwheel" rev="1.0.5">
  <artifact name="javafx.control.thumbwheel" type="jar" />
</dependency>
@Grapes(
@Grab(group='se.europeanspallationsource', module='javafx.control.thumbwheel', version='1.0.5')
)
libraryDependencies += "se.europeanspallationsource" % "javafx.control.thumbwheel" % "1.0.5"
[se.europeanspallationsource/javafx.control.thumbwheel "1.0.5"]

Зависимости

test (5)

Идентификатор библиотеки Тип Версия
org.controlsfx : controlsfx jar 8.40.15
org.testfx : testfx-core jar 4.0.15-alpha
org.testfx : testfx-junit jar 4.0.15-alpha
junit : junit jar 4.12
org.hamcrest : hamcrest-core jar 2.1

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

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

THUMBWHEEL

Maven Central javadoc Apache License

A JavaFX thumb-wheel component reproducing the behavior of a mechanical one, where:

  • Arrow keys will navigate through the INC/DEC buttons;
  • Scroll (mouse wheel or trackpad scroll) when enabled allows to put the cursor over a digit and start scrolling up/down;
  • Increment (on top) and decrement (at the bottom) buttons can be coloured differently (e.g. slightly red for increment and slightly blue for decrement);
  • Font can be set (e.g. digital one);
  • The sign area appears only if minimum is negative. The dash sign when the current value is negative;
  • If the current value cannot be represented (e.g. 3 integer digits, maximum equals to 10000, current value set to 1234), × is displayed with a different color.

Thumbwheel Switch

Thumb Wheel Evaluator

Maven

To add a dependency on THUMBWHEEL using Maven, use the following:

<dependency>
    <groupId>se.europeanspallationsource</groupId>
    <artifactId>javafx.control.thumbwheel</artifactId>
    <version>1.0.5</version>
    <scope>compile</scope>
</dependency>
se.europeanspallationsource

ICS Division at the European Spallation Source

ICS Division at the European Spallation Source

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

Версия
1.0.5
1.0.4
1.0.3