| Лицензия |
Лицензия |
|---|---|
| Категории |
Категории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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| jface-3.3.2.M20080207-0800.pom | |
| jface-3.3.2.M20080207-0800.jar | 952 KB |
| jface-3.3.2.M20080207-0800-sources.jar | 854 KB |
| jface-3.3.2.M20080207-0800-javadoc.jar | 1 MB |
| Обзор |
<!-- 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"]