Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Eclipse Plug-in Developer Guide
Previous Page Home Next Page


Eclipse Platform
Release 3.5

Package org.eclipse.jface.util

Provides useful building blocks used throughout JFace, including property change events, a listener list implementation, and runtime checked assertions.

See:
           Description

Interface Summary
ILogger A mechanism to log errors throughout JFace.
IOpenEventListener Listener for open events which are generated on selection of default selection depending on the user preferences.
IPropertyChangeListener Listener for property changes.
ISafeRunnableRunner Runs a safe runnables.
TransferDragSourceListener A TransferDragSourceListener is a DragSourceListener that can handle one type of SWT Transfer.
TransferDropTargetListener A TransferDropTargetListener is a DropTragetListener that handles one type of SWT Transfer.
 

Class Summary
Assert Deprecated. As of 3.3, replaced by Assert
ConfigureColumns Utilities for configuring columns of trees and tables in a keyboard-accessible way.
DelegatingDragAdapter A DelegatingDragAdapter is a DragSourceListener that maintains and delegates to a set of TransferDragSourceListeners.
DelegatingDropAdapter A DelegatingDropAdapter is a DropTargetListener that maintains and delegates to a set of TransferDropTargetListeners.
Geometry Contains static methods for performing simple geometric operations on the SWT geometry classes.
ListenerList Deprecated. Please use ListenerList instead.
LocalSelectionTransfer A LocalSelectionTransfer may be used for drag and drop operations within the same instance of Eclipse.
OpenStrategy Implementation of single-click and double-click strategies.
Policy The Policy class handles settings for behaviour, debug flags and logging within JFace.
PropertyChangeEvent An event object describing a change to a named property.
SafeRunnable Implements a default implementation of ISafeRunnable.
StatusHandler A mechanism to handle statuses throughout JFace.
Util A static class providing utility methods to all of JFace.
 

Package org.eclipse.jface.util Description

Provides useful building blocks used throughout JFace, including property change events, a listener list implementation, and runtime checked assertions.
 


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire