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 Platform
Release 3.5

Uses of Package
org.eclipse.core.commands.common

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.internal.views.markers   
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.navigator.resources Provides reusable components for clients that need to expand on the capabilities provided by the reference Common Navigator Resources extension. 
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.texteditor.templates Application programming interfaces for interaction with the Eclipse text editor template support. 
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.markers Utility classes for working with markers in views
  
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.
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.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.internal.views.markers
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.navigator.resources
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.texteditor.templates
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.markers
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.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