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.activities

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

See:
           Description

Interface Summary
IActivity An instance of this interface is an activity as defined by the extension point org.eclipse.ui.activities.
IActivityListener An instance of this interface can be used by clients to receive notification of changes to one or more instances of IActivity.
IActivityManager An instance of this interface allows clients to manage activities, as defined by the extension point org.eclipse.ui.activities.
IActivityManagerListener An instance of this interface can be used by clients to receive notification of changes to one or more instances of IActivityManager.
IActivityPatternBinding An instance of this interface represents a binding between an activity and a regular expression pattern.
IActivityRequirementBinding An instance of this interface represents a binding between two activities.
ICategory An instance of this interface is a category as defined by the extension point org.eclipse.ui.activities.
ICategoryActivityBinding An instance of this interface represents a binding between a category and an activity.
ICategoryListener An instance of this interface can be used by clients to receive notification of changes to one or more instances of ICategory.
IIdentifier An instance of this interface can be obtained from an instance of IActivityManagerfor any identifier.
IIdentifierListener An instance of this interface can be used by clients to receive notification of changes to one or more instances of IIdentifier.
IMutableActivityManager An instance of this interface allows clients to manage activities, as defined by the extension point org.eclipse.ui.activities.
ITriggerPoint A trigger point represents a place within the Workbench that has the potential to enable activities.
ITriggerPointAdvisor The trigger point advisor is a mechanism provided by the workbench that is consulted whenever code that is considered a trigger point is hit.
ITriggerPointManager Contains a collection of known trigger points.
IWorkbenchActivitySupport An instance of this interface provides support for managing IWorkbench activities.
 

Class Summary
ActivitiesPreferencePage Preference page that allows configuration of the activity set.
ActivityCategoryPreferencePage Activities preference page that primarily shows categories and can optionally show an advanced dialog that allows fine-tune adjustmenet of activities.
ActivityEvent An instance of this class describes changes to an instance of IActivity.
ActivityManagerEvent An instance of this class describes changes to an instance of IActivityManager.
CategoryEvent An instance of this class describes changes to an instance of ICategory.
IdentifierEvent An instance of this class describes changes to an instance of IIdentifier.
WorkbenchActivityHelper A utility class that contains helpful methods for interacting with the activities API.
WorkbenchTriggerPointAdvisor Workbench implementation prompts the user with a dialog unless they've said that they don't want to be prompted.
 

Exception Summary
NotDefinedException Signals that an attempt was made to access the properties of an undefined object.
 

Package org.eclipse.ui.activities Description

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

Package Specification

This package provides application programming interfaces for interaction with activities. Activities are objects that may be enabled or disabled and contain bindings to various regular expressions. Activities are used by the workbench to filter selected contributions from the users view untill such a time that they express interest in using them.


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