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.

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

org.floggy.3rd.org.eclipse
ArtifactId

ArtifactId

jface
Last Version

Last Version

3.3.2.M20080207-0800
Release Date

Release Date

Type

Type

jar
Description

Description

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.
Project URL

Project URL

http://wiki.eclipse.org/JFace
Source Code Management

Source Code Management

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

Download jface

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
3.3.2.M20080207-0800