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.core.commands.common

Application programming interfaces for common base classes.

See:
           Description

Interface Summary
IIdentifiable An object that is unique identifiable based on the combination of its class and its identifier.
 

Class Summary
AbstractBitSetEvent An event that carries with it two or more boolean values.
AbstractHandleObjectEvent An event fired from a NamedHandleObject.
AbstractNamedHandleEvent An event fired from a NamedHandleObject.
EventManager A manager to which listeners can be attached.
HandleObject An object that can exist in one of two states: defined and undefined.
HandleObjectManager A manager of HandleObject instances.
NamedHandleObject A handle object that carries with it a name and a description.
NamedHandleObjectComparator Comparator for instances of NamedHandleObject for display to an end user.
 

Exception Summary
CommandException Signals that an exception occured within the command architecture.
NotDefinedException Signals that an attempt was made to access the properties of an undefined object.
 

Package org.eclipse.core.commands.common Description

Application programming interfaces for common base classes.

Package Specification

This package provides some common base classes and exceptions that are used in one or more packages elsewhere. Nothing in this package is intended to be directly subclassed, or used. The code here only supports code in other packages.


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