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.ui.progress

Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface.

See:
           Description

Interface Summary
IDeferredWorkbenchAdapter This adapter interface provides support for lazy initialization of UI workbench elements that are displayed visually.
IElementCollector IElementCollector is a type that allows for the incremental update of a collection of objects.
IJobRunnable Interface for runnables that can be run as jobs.
IProgressConstants Constants relating to progress UI functionality of the workbench plug-in.
IProgressService The progress service is the primary interface to the workbench progress support.
IWorkbenchSiteProgressService IWorkbenchPartProgressService is an IProgressService that adds API for jobs that change the state in a IWorkbenchPartSite while they are being run.
 

Class Summary
DeferredTreeContentManager The DeferredContentManager is a class that helps an ITreeContentProvider get its deferred input.
PendingUpdateAdapter The PendingUpdateAdapter is a convenience object that can be used by a BaseWorkbenchContentProvider that wants to show a pending update.
UIJob The UIJob is a Job that runs within the UI Thread via an asyncExec.
WorkbenchJob WorkbenchJob is a type of job that implements a done listener and does the shutdown checks before scheduling.
 

Package org.eclipse.ui.progress Description

Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface.

Package Specification

This package provides API for connecting to the progress support in the Eclipse Workbench. The classes in this package are used to add information about the progress of org.eclipse.core.runtime.Jobs created by plug-ins.


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