|
Eclipse Platform Release 3.3 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.eclipse.core.commands.common | |
---|---|
org.eclipse.compare | Provides support for performing structural and textual compare operations on arbitrary data and displaying the results. |
org.eclipse.core.commands | Application programming interfaces for commands and handlers. |
org.eclipse.core.commands.common | Application programming interfaces for common base classes. |
org.eclipse.core.commands.contexts | Application programming interfaces for contexts. |
org.eclipse.debug.ui | Provides a generic debugger user interface that clients may customize via standard workbench extension points. |
org.eclipse.debug.ui.actions | Provides a set of actions related to running and debugging applications. |
org.eclipse.debug.ui.sourcelookup | Provides a user interface for debug platform source lookup facilities. |
org.eclipse.jface.action | Provides support for shared UI resources such as menus, tool bars, and status lines. |
org.eclipse.jface.bindings | Provides support for bindings between commands and various user input events (e.g., keyboard shortcuts). |
org.eclipse.jface.commands | Provides JFace-specific support for commands. |
org.eclipse.jface.databinding.viewers | Provides classes that can be used to observe the JFace Viewer framework. |
org.eclipse.jface.menus | Provides support for trim specification. |
org.eclipse.jface.preference | Provides a framework for preferences. |
org.eclipse.jface.resource | Provides support for managing resources such as SWT fonts and images. |
org.eclipse.jface.viewers | Provides a framework for viewers, which are model-based content adapters for SWT widgets. |
org.eclipse.ltk.ui.refactoring.history | Application programming interface to display and preview refactoring history information. |
org.eclipse.team.ui.mapping | Application programming interfaces for working with resource mappings Package Specification This package specifies the API for working with resources mappings. |
org.eclipse.team.ui.synchronize | Contains the team synchronization presentation framework and support for the Synchronize View. |
org.eclipse.ui | Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface. |
org.eclipse.ui.actions | Classes for actions and operations used in a workbench window, page, or part in the Eclipse Platform User Interface. |
org.eclipse.ui.cheatsheets | Provides support for working with cheat sheets. |
org.eclipse.ui.commands | Provides support for retrieving information on Commands from the workbench. |
org.eclipse.ui.console.actions | Application programming interfaces for Eclipse console specific actions. |
org.eclipse.ui.dialogs | Classes for standard dialogs, wizards, and preference pages in the Eclipse Platform User Interface. |
org.eclipse.ui.editors.text | Provides a standard text editor and concrete document providers based IFileBuffer and others directly handling IFile and IStorage as editor input. |
org.eclipse.ui.forms.editor | Support for forms-based multi-page editors. |
org.eclipse.ui.handlers | Provides support for integrating handlers into the Eclipse workbench. |
org.eclipse.ui.internal.actions | |
org.eclipse.ui.intro.config | Provides support for customizing welcome content and presentation. |
org.eclipse.ui.model | Provides a workbench adapter for displaying workbench elements in the UI without having to know the concrete type of the element, and various label providers for workbench-specific objects like editors, views, and perspectives. |
org.eclipse.ui.navigator | Provides the Common Navigator framework. |
org.eclipse.ui.operations | Classes that provide the basic workbench UI support for undo and redo of operations. |
org.eclipse.ui.part | Classes for the creation of workbench parts that integrate with the Eclipse Platform User Interface. |
org.eclipse.ui.preferences | Classes for using the preferences support in org.eclipse.core.runtime.preferences Package Specification This package has the convenience classes provided by the Eclipse workbench for use by clients who wish to use the core preference support added in 3.0. |
org.eclipse.ui.texteditor | Provides a framework for text editors obeying to the desktop rules. |
org.eclipse.ui.views.bookmarkexplorer | Provides the standard Bookmarks view which displays bookmarks on resources. |
org.eclipse.ui.views.contentoutline | Provides the standard Content Outline view which can show the active editor's custom outline for the document being edited. |
org.eclipse.ui.views.framelist | Provides support for a web-browser style of navigation within a view by maintaining a list of frames. |
org.eclipse.ui.views.navigator | Provides the standard Resource Navigator view which presents the tree of resources in the workspace. |
org.eclipse.ui.views.properties | Provides the standard Property Sheet view which displays custom properties of the active workbench part's current selection. |
org.eclipse.ui.views.tasklist | Provides the standard Task List view for displaying tasks and problem annotations on resources. |
Classes in org.eclipse.core.commands.common used by org.eclipse.compare | |
---|---|
EventManager
A manager to which listeners can be attached. |
Classes in org.eclipse.core.commands.common used by org.eclipse.core.commands | |
---|---|
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 . |
|
CommandException
Signals that an exception occured within the command architecture. |
|
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. |
|
IIdentifiable
* An object that is unique identifiable based on the combination of its class * and its identifier |
|
NamedHandleObject
A handle object that carries with it a name and a description. |
|
NotDefinedException
Signals that an attempt was made to access the properties of an undefined object. |
Classes in org.eclipse.core.commands.common used by org.eclipse.core.commands.common | |
---|---|
AbstractBitSetEvent
An event that carries with it two or more boolean values. |
|
AbstractHandleObjectEvent
An event fired from a NamedHandleObject . |
|
CommandException
Signals that an exception occured within the command architecture. |
|
EventManager
A manager to which listeners can be attached. |
|
HandleObject
An object that can exist in one of two states: defined and undefined. |
|
IIdentifiable
* An object that is unique identifiable based on the combination of its class * and its identifier |
|
NotDefinedException
Signals that an attempt was made to access the properties of an undefined object. |
Classes in org.eclipse.core.commands.common used by org.eclipse.core.commands.contexts | |
---|---|
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. |
|
IIdentifiable
* An object that is unique identifiable based on the combination of its class * and its identifier |
|
NamedHandleObject
A handle object that carries with it a name and a description. |
|
NotDefinedException
Signals that an attempt was made to access the properties of an undefined object. |
Classes in org.eclipse.core.commands.common used by org.eclipse.debug.ui | |
---|---|
EventManager
A manager to which listeners can be attached. |
Classes in org.eclipse.core.commands.common used by org.eclipse.debug.ui.actions | |
---|---|
EventManager
A manager to which listeners can be attached. |
Classes in org.eclipse.core.commands.common used by org.eclipse.debug.ui.sourcelookup | |
---|---|
EventManager
A manager to which listeners can be attached. |
Classes in org.eclipse.core.commands.common used by org.eclipse.jface.action | |
---|---|
EventManager
A manager to which listeners can be attached. |
Classes in org.eclipse.core.commands.common used by org.eclipse.jface.bindings | |
---|---|
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. |
|
IIdentifiable
* An object that is unique identifiable based on the combination of its class * and its identifier |
|
NamedHandleObject
A handle object that carries with it a name and a description. |
|
NotDefinedException
Signals that an attempt was made to access the properties of an undefined object. |
Classes in org.eclipse.core.commands.common used by org.eclipse.jface.commands | |
---|---|
EventManager
A manager to which listeners can be attached. |
Classes in org.eclipse.core.commands.common used by org.eclipse.jface.databinding.viewers | |
---|---|
EventManager
A manager to which listeners can be attached. |
Classes in org.eclipse.core.commands.common used by org.eclipse.jface.menus | |
---|---|
EventManager
A manager to which listeners can be attached. |
Classes in org.eclipse.core.commands.common used by org.eclipse.jface.preference | |
---|---|
EventManager
A manager to which listeners can be attached. |
Classes in org.eclipse.core.commands.common used by org.eclipse.jface.resource | |
---|---|
EventManager
A manager to which listeners can be attached. |
Classes in org.eclipse.core.commands.common used by org.eclipse.jface.viewers | |
---|---|
EventManager
A manager to which listeners can be attached. |
Classes in org.eclipse.core.commands.common used by org.eclipse.ltk.ui.refactoring.history | |
---|---|
EventManager
A manager to which listeners can be attached. |
Classes in org.eclipse.core.commands.common used by org.eclipse.team.ui.mapping | |
---|---|
EventManager
A manager to which listeners can be attached. |
Classes in org.eclipse.core.commands.common used by org.eclipse.team.ui.synchronize | |
---|---|
EventManager
A manager to which listeners can be attached. |
Classes in org.eclipse.core.commands.common used by org.eclipse.ui | |
---|---|
EventManager
A manager to which listeners can be attached. |
Classes in org.eclipse.core.commands.common used by org.eclipse.ui.actions | |
---|---|
CommandException
Signals that an exception occured within the command architecture. |
|
EventManager
A manager to which listeners can be attached. |
Classes in org.eclipse.core.commands.common used by org.eclipse.ui.cheatsheets | |
---|---|
EventManager
A manager to which listeners can be attached. |
Classes in org.eclipse.core.commands.common used by org.eclipse.ui.commands | |
---|---|
NotDefinedException
Signals that an attempt was made to access the properties of an undefined object. |
Classes in org.eclipse.core.commands.common used by org.eclipse.ui.console.actions | |
---|---|
EventManager
A manager to which listeners can be attached. |
Classes in org.eclipse.core.commands.common used by org.eclipse.ui.dialogs | |
---|---|
EventManager
A manager to which listeners can be attached. |
Classes in org.eclipse.core.commands.common used by org.eclipse.ui.editors.text | |
---|---|
EventManager
A manager to which listeners can be attached. |
Classes in org.eclipse.core.commands.common used by org.eclipse.ui.forms.editor | |
---|---|
EventManager
A manager to which listeners can be attached. |
Classes in org.eclipse.core.commands.common used by org.eclipse.ui.handlers | |
---|---|
EventManager
A manager to which listeners can be attached. |
|
NotDefinedException
Signals that an attempt was made to access the properties of an undefined object. |
Classes in org.eclipse.core.commands.common used by org.eclipse.ui.internal.actions | |
---|---|
EventManager
A manager to which listeners can be attached. |
Classes in org.eclipse.core.commands.common used by org.eclipse.ui.intro.config | |
---|---|
EventManager
A manager to which listeners can be attached. |
Classes in org.eclipse.core.commands.common used by org.eclipse.ui.model | |
---|---|
EventManager
A manager to which listeners can be attached. |
Classes in org.eclipse.core.commands.common used by org.eclipse.ui.navigator | |
---|---|
EventManager
A manager to which listeners can be attached. |
Classes in org.eclipse.core.commands.common used by org.eclipse.ui.operations | |
---|---|
EventManager
A manager to which listeners can be attached. |
Classes in org.eclipse.core.commands.common used by org.eclipse.ui.part | |
---|---|
EventManager
A manager to which listeners can be attached. |
Classes in org.eclipse.core.commands.common used by org.eclipse.ui.preferences | |
---|---|
EventManager
A manager to which listeners can be attached. |
Classes in org.eclipse.core.commands.common used by org.eclipse.ui.texteditor | |
---|---|
EventManager
A manager to which listeners can be attached. |
Classes in org.eclipse.core.commands.common used by org.eclipse.ui.views.bookmarkexplorer | |
---|---|
EventManager
A manager to which listeners can be attached. |
Classes in org.eclipse.core.commands.common used by org.eclipse.ui.views.contentoutline | |
---|---|
EventManager
A manager to which listeners can be attached. |
Classes in org.eclipse.core.commands.common used by org.eclipse.ui.views.framelist | |
---|---|
EventManager
A manager to which listeners can be attached. |
Classes in org.eclipse.core.commands.common used by org.eclipse.ui.views.navigator | |
---|---|
EventManager
A manager to which listeners can be attached. |
Classes in org.eclipse.core.commands.common used by org.eclipse.ui.views.properties | |
---|---|
EventManager
A manager to which listeners can be attached. |
Classes in org.eclipse.core.commands.common used by org.eclipse.ui.views.tasklist | |
---|---|
EventManager
A manager to which listeners can be attached. |
|
Eclipse Platform Release 3.3 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.