org.eclipse.jface.util

Home
Java Source Code / Java Documentation 2
1.2D
2.3D
3.Ajax
4.Algebra
5.App Engine
6.Aspect
7.Assemble
8.Cache
9.Cassandra
10.Chat
11.Cloud
12.CMS
13.CouchDB
14.Crypt
15.Database
16.Distributed
17.Eclipse
18.Facebook
19.File
20.Forum
21.GAE
22.Game
23.Google tech
24.Graph
25.Graphic
26.GWT
27.Hibernate
28.HTML
29.HTTP
30.Image
31.IntelliJ
32.IRC
33.J2EE
34.J2ME
35.JDBC
36.JPA
37.JSON
38.JSR
39.JUnit
40.JVM
41.Language
42.Linux
43.Math
44.Maven
45.Media
46.Messenger
47.MiddleWare
48.Mobile
49.Mock
50.MongoDB
51.Mp3
52.Music
53.MVC
54.Network
55.OpenID
56.OSGi
57.Parse
58.Persist
59.Petri
60.Phone
61.Physics
62.REST
63.Robot
64.RPC
65.RSS
66.Ruby
67.Script
68.Search
69.Spring
70.SQL
71.SSH
72.Sudoku
73.Swing
74.Tapestry
75.Test
76.Text
77.Torrent
78.Twitter
79.UML
80.UnTagged
81.Utilities
82.Web
83.Wiki
84.XML
Java Source Code / Java Documentation 2 » Script » java2script » org.eclipse.jface.util 
org.eclipse.jface.util
Java Source File NameTypeComment
Assert.javaClass Assert is useful for for embedding runtime sanity checks in code.
DelegatingDragAdapter.javaClass A DelegatingDragAdapter is a DragSourceListener that maintains and delegates to a set of TransferDragSourceListener s.
DelegatingDropAdapter.javaClass A DelegatingDropAdapter is a DropTargetListener that maintains and delegates to a set of TransferDropTargetListener s.
Geometry.javaClass Contains static methods for performing simple geometric operations on the SWT geometry classes.
IOpenEventListener.javaInterface Listener for open events which are generated on selection of default selection depending on the user preferences.

Usage:

 OpenStrategy handler = new OpenStrategy(control);
 handler.addOpenListener(new IOpenEventListener() {
 public void handleOpen(SelectionEvent e) {
 ...
IPropertyChangeListener.javaInterface Listener for property changes.

Usage:

 IPropertyChangeListener listener =
 new IPropertyChangeListener() {
 public void propertyChange(PropertyChangeEvent event) {
 ...
ISafeRunnableRunner.javaInterface Runs a safe runnables.
ListenerList.javaClass This class is used to maintain a list of listeners, and is used in the implementations of several classes within JFace which allow you to register listeners of various kinds. It is a fairly lightweight object, occupying minimal space when no listeners are registered.

Note that the add method checks for and eliminates duplicates based on identity (not equality).

OpenStrategy.javaClass Implementation of single-click and double-click strategies.

Usage:

 OpenStrategy handler = new OpenStrategy(control);
 handler.addOpenListener(new IOpenEventListener() {
 public void handleOpen(SelectionEvent e) {
 ...
Policy.javaClass The Policy class handles debug flags and logging within JFace.
PropertyChangeEvent.javaClass An event object describing a change to a named property.

This concrete class was designed to be instantiated, but may also be subclassed if required.

The JFace frameworks contain classes that report property change events for internal state changes that may be of interest to external parties.

SafeRunnable.javaClass Implements a default implementation of ISafeRunnable.
Util.javaClass

A static class providing utility methods to all of JFace.

w_w_w___._jav___a_2___s___.__c__o_m_ | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.