License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.floggy.3rd.org.eclipse |
ArtifactId | ArtifactIdjface |
Last Version | Last Version3.3.2.M20080207-0800 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJFace
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.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
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 |
Browse |
<!-- 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"]