JFace

JFace is a UI toolkit with classes for handling many common UI programming tasks. JFace is window-system-independent in both its API and implementation, and is designed to work with SWT without hiding it. JFace includes the usual UI toolkit components of image and font registries, text, dialog, preference and wizard frameworks, and progress reporting for long running operations. Two of its more interesting features are actions and viewers. The action mechanism allows user commands to be defined independently from their exact whereabouts in the UI. Viewers are model based adapters for certain SWT widgets, simplifying the presentation of application data structured as lists, tables or trees.

Лицензия

Лицензия

Категории

Категории

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

Группа

org.floggy.3rd.org.eclipse
Идентификатор

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

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

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

3.3.2.M20080207-0800
Дата

Дата

Тип

Тип

jar
Описание

Описание

JFace
JFace is a UI toolkit with classes for handling many common UI programming tasks. JFace is window-system-independent in both its API and implementation, and is designed to work with SWT without hiding it. JFace includes the usual UI toolkit components of image and font registries, text, dialog, preference and wizard frameworks, and progress reporting for long running operations. Two of its more interesting features are actions and viewers. The action mechanism allows user commands to be defined independently from their exact whereabouts in the UI. Viewers are model based adapters for certain SWT widgets, simplifying the presentation of application data structured as lists, tables or trees.
Ссылка на сайт

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

http://wiki.eclipse.org/JFace
Система контроля версий

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

http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.jface/

Скачать jface

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

<!-- https://jarcasting.com/artifacts/org.floggy.3rd.org.eclipse/jface/ -->
<dependency>
    <groupId>org.floggy.3rd.org.eclipse</groupId>
    <artifactId>jface</artifactId>
    <version>3.3.2.M20080207-0800</version>
</dependency>
// https://jarcasting.com/artifacts/org.floggy.3rd.org.eclipse/jface/
implementation 'org.floggy.3rd.org.eclipse:jface:3.3.2.M20080207-0800'
// https://jarcasting.com/artifacts/org.floggy.3rd.org.eclipse/jface/
implementation ("org.floggy.3rd.org.eclipse:jface:3.3.2.M20080207-0800")
'org.floggy.3rd.org.eclipse:jface:jar:3.3.2.M20080207-0800'
<dependency org="org.floggy.3rd.org.eclipse" name="jface" rev="3.3.2.M20080207-0800">
  <artifact name="jface" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.floggy.3rd.org.eclipse', module='jface', version='3.3.2.M20080207-0800')
)
libraryDependencies += "org.floggy.3rd.org.eclipse" % "jface" % "3.3.2.M20080207-0800"
[org.floggy.3rd.org.eclipse/jface "3.3.2.M20080207-0800"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

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

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

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

Версия
3.3.2.M20080207-0800