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

  




 

 

Runtime

Uses of Interface
org.eclipse.gmf.runtime.common.core.service.IProvider

Packages that use IProvider
org.eclipse.gmf.runtime.common.core.service Provides the base interfaces for all service providers. 
org.eclipse.gmf.runtime.common.ui.action.global.providers   
org.eclipse.gmf.runtime.common.ui.services.action.contributionitem Provides a set of classes that implement a Service that facilitates the contribution of actions to modeling platform workbench parts. 
org.eclipse.gmf.runtime.common.ui.services.action.filter Provides a set of classes to help in evaluating expressions for Eclipse plug-in action enablement and visibility. 
org.eclipse.gmf.runtime.common.ui.services.action.global Provides a set of classes that implement a Service that provides an extensible way to handle commonly used (global) actions in different views and editors. 
org.eclipse.gmf.runtime.common.ui.services.dnd.core Provides core support for drag and drop. 
org.eclipse.gmf.runtime.common.ui.services.editor Provides an editor service for manipulating Eclipse Editors, including an operation to open an editor from an org.eclipse.ui.IEditorInput
org.eclipse.gmf.runtime.common.ui.services.elementselection   
org.eclipse.gmf.runtime.common.ui.services.icon Provides the framework for the icon service. 
org.eclipse.gmf.runtime.common.ui.services.marker Provides the Marker Navigation service, which is used to navigate to an Eclipse IMarker in an Eclipse IEditorPart
org.eclipse.gmf.runtime.common.ui.services.parser Provides the framework for the parser service. 
org.eclipse.gmf.runtime.common.ui.services.properties Provides a framework to contribute contribute property descriptors to the Eclipse property view, given a workbench selection. 
org.eclipse.gmf.runtime.common.ui.services.statusline   
org.eclipse.gmf.runtime.common.ui.services.util   
org.eclipse.gmf.runtime.diagram.core.providers   
org.eclipse.gmf.runtime.diagram.core.services   
org.eclipse.gmf.runtime.diagram.core.services.eventbroker   
org.eclipse.gmf.runtime.diagram.core.services.view Aurora internal packages Package Specification Provides a set of classes to use when creating views
org.eclipse.gmf.runtime.diagram.ui.printing.providers   
org.eclipse.gmf.runtime.diagram.ui.properties.providers Aurora internal packages Package Specification This package contains the service provider classes for this plugin. 
org.eclipse.gmf.runtime.diagram.ui.providers Aurora internal packages Package Specification This package contains the necessary plugin classes: DebugOptions Plugin StatusCodes  
org.eclipse.gmf.runtime.diagram.ui.providers.ide.providers This package contains a contribution item provider and a global action handler and provider for diagram IDE Global Actions. 
org.eclipse.gmf.runtime.emf.ui.properties.providers Defines a generic, MSL-based properties provider for EMF. 
org.eclipse.gmf.runtime.emf.ui.providers.marker Extension of the Common UI marker-navigation provider API that supports navigation to elements within MSL-managed models. 
org.eclipse.gmf.runtime.emf.ui.services.action Extension of the Common UI action filter framework for filters that need to test elements of MSL-managed models. 
org.eclipse.gmf.runtime.emf.ui.services.modelingassistant The Modeling Assistant Service provides an extensible algorithm for offering users easy access to the most common editing gestures in a particular context of model elements and/or diagrams. 
 

Uses of IProvider in org.eclipse.gmf.runtime.common.core.service
 

Classes in org.eclipse.gmf.runtime.common.core.service that implement IProvider
 class AbstractProvider
          The abstract parent of all service providers.
 class Service
          A Service does some specific piece of work for clients by delegating the actual work done to one or more service providers.
static class Service.ProviderDescriptor
          A descriptor for providers defined by a configuration element.
 

Fields in org.eclipse.gmf.runtime.common.core.service declared as IProvider
protected   IProvider Service.ProviderDescriptor. provider
          The provider for which this object is a descriptor.
 

Methods in org.eclipse.gmf.runtime.common.core.service that return IProvider
  IProvider Service.ProviderDescriptor. getProvider ()
          Retrieves the provider for which this object is a descriptor.
 

Methods in org.eclipse.gmf.runtime.common.core.service with parameters of type IProvider
 java.lang.Object IOperation. execute ( IProvider provider)
          Executes this operation on the specified provider.
 void ProviderChangeEvent. setSource ( IProvider source)
          Sets the source instance variable to the specified value.
 

Constructors in org.eclipse.gmf.runtime.common.core.service with parameters of type IProvider
ProviderChangeEvent ( IProvider source)
          Constructs a new provider change event for the specified provider.
 

Uses of IProvider in org.eclipse.gmf.runtime.common.ui.action.global.providers
 

Classes in org.eclipse.gmf.runtime.common.ui.action.global.providers that implement IProvider
 class EditorGlobalActionHandlerProvider
          Provides common action handlers for global actions on editors.
 

Uses of IProvider in org.eclipse.gmf.runtime.common.ui.services.action.contributionitem
 

Classes in org.eclipse.gmf.runtime.common.ui.services.action.contributionitem that implement IProvider
 class AbstractContributionItemProvider
          An abstract implementation of the IContributionItemProvider interface This provider performs the contribution by reading its XML contribution descriptor and parsing it in the correct format.
 class ContributionItemService
          A service for contributing items into different IWorkbenchPart's contribution managers: ActionBars and ContextMenu(s).
protected static class ContributionItemService.ProviderDescriptor
          A descriptor for IContributionItemProvider defined by a configuration element.
 

Methods in org.eclipse.gmf.runtime.common.ui.services.action.contributionitem that return IProvider
  IProvider ContributionItemService.ProviderDescriptor. getProvider ()
           
 

Uses of IProvider in org.eclipse.gmf.runtime.common.ui.services.action.filter
 

Classes in org.eclipse.gmf.runtime.common.ui.services.action.filter that implement IProvider
 class AbstractActionFilterProvider
          The parent of all action filter providers.
 class ActionFilterService
          A service that provides action filters that can be used in evaluating action expressions.
protected static class ActionFilterService.ProviderDescriptor
          A descriptor for action filter providers defined by a configuration element.
 

Methods in org.eclipse.gmf.runtime.common.ui.services.action.filter with parameters of type IProvider
 java.lang.Object TestAttributeOperation. execute ( IProvider provider)
          Executes this test attribute operation on the specified provider.
 

Uses of IProvider in org.eclipse.gmf.runtime.common.ui.services.action.global
 

Subinterfaces of IProvider in org.eclipse.gmf.runtime.common.ui.services.action.global
 interface IGlobalActionHandlerProvider
          Interface that needs to be implemented by the client who provides a IGlobalActionHandler
 

Classes in org.eclipse.gmf.runtime.common.ui.services.action.global that implement IProvider
 class AbstractGlobalActionHandlerProvider
          The abstract parent of all concrete global action handler providers.
 class GlobalActionHandlerService
          A service that provides the IGlobalActionHandler associated with a IGlobalActionHandlerContext.
protected static class GlobalActionHandlerService.ProviderDescriptor
          A descriptor for IGlobalActionHandlerProvider defined by a configuration element.
 

Methods in org.eclipse.gmf.runtime.common.ui.services.action.global with parameters of type IProvider
 java.lang.Object GetGlobalActionHandlerOperation. execute ( IProvider provider)
          Executes this operation on the IGlobalActionHandlerProvider provider.
 

Uses of IProvider in org.eclipse.gmf.runtime.common.ui.services.dnd.core
 

Subinterfaces of IProvider in org.eclipse.gmf.runtime.common.ui.services.dnd.core
 interface IDragDropListenerProvider
          Interface that needs to be implemented by the client who provides IDragSourceListener and IDropTargetListener
 

Classes in org.eclipse.gmf.runtime.common.ui.services.dnd.core that implement IProvider
 class AbstractDragDropListenerProvider
          The abstract parent of all concrete drag and drop listener providers.
 class AbstractTransferAdapterProvider
          The abstract parent of all concrete transfer adapter providers.
 class DragDropListenerService
          A service that provides the IDragSourceListener and IDropTargetListener.
protected static class DragDropListenerService.ProviderDescriptor
          A descriptor for IDragDropListenerProvider defined by a configuration element.
 class TransferAdapterService
          A service that provides transfer adapters for a given transfer id.
protected static class TransferAdapterService.ProviderDescriptor
          A descriptor for ITransferAdapterProvider defined by a configuration element.
 

Uses of IProvider in org.eclipse.gmf.runtime.common.ui.services.editor
 

Subinterfaces of IProvider in org.eclipse.gmf.runtime.common.ui.services.editor
 interface IEditorProvider
          An interface for manipulating editors
 

Classes in org.eclipse.gmf.runtime.common.ui.services.editor that implement IProvider
 class AbstractEditorProvider
          An abstract implementation of an editor provider
 class EditorService
          A service for manipulating editors
 

Methods in org.eclipse.gmf.runtime.common.ui.services.editor with parameters of type IProvider
 java.lang.Object OpenEditorOperation. execute ( IProvider provider)
           
 

Uses of IProvider in org.eclipse.gmf.runtime.common.ui.services.elementselection
 

Subinterfaces of IProvider in org.eclipse.gmf.runtime.common.ui.services.elementselection
 interface IElementSelectionProvider
          Interface describing a element selection provider for the element selection service.
 

Classes in org.eclipse.gmf.runtime.common.ui.services.elementselection that implement IProvider
 class AbstractElementSelectionProvider
          Abstract implementation of an element selection provider.
 class ElementSelectionService
          The element selection service.
 

Uses of IProvider in org.eclipse.gmf.runtime.common.ui.services.icon
 

Subinterfaces of IProvider in org.eclipse.gmf.runtime.common.ui.services.icon
 interface IIconProvider
          The interface for providers of the "iconProvider" extension point.
 

Classes in org.eclipse.gmf.runtime.common.ui.services.icon that implement IProvider
 class IconService
          Service which handles icon operations.
protected static class IconService.ProviderDescriptor
          A descriptor for IIconProvider defined by a configuration element.
 

Methods in org.eclipse.gmf.runtime.common.ui.services.icon with parameters of type IProvider
 java.lang.Object GetIconOperation. execute ( IProvider provider)
           
 

Constructors in org.eclipse.gmf.runtime.common.ui.services.icon with parameters of type IProvider
LabelChangedEvent ( IProvider source, java.lang.Object[] elements)
          Constructor for LabelChangedEvent
LabelChangedEvent ( IProvider source, java.lang.Object[] elements, boolean childrenAffecting)
          Constructor for LabelChangedEvent
 

Uses of IProvider in org.eclipse.gmf.runtime.common.ui.services.marker
 

Classes in org.eclipse.gmf.runtime.common.ui.services.marker that implement IProvider
 class AbstractMarkerNavigationProvider
          This class saves the editor associated with the goto operation so that utility methods in derived classes can access the editor instance before the doGotoMarker() method is called.
 class MarkerNavigationService
          This service is the distribution point for "gotoMarker" requests made by Eclipse to an IEditorPart.
protected static class MarkerNavigationService.MarkerNavigationProviderDescriptor
          Marker Navigation Provider Descriptor.
 

Methods in org.eclipse.gmf.runtime.common.ui.services.marker with parameters of type IProvider
 java.lang.Object GotoMarkerOperation. execute ( IProvider provider)
          Execute the operation for the given provider
 

Uses of IProvider in org.eclipse.gmf.runtime.common.ui.services.parser
 

Subinterfaces of IProvider in org.eclipse.gmf.runtime.common.ui.services.parser
 interface IParserProvider
          The interface for all parser providers Must implement a method to return a parser from an IAdaptable hint
 

Classes in org.eclipse.gmf.runtime.common.ui.services.parser that implement IProvider
 class ParserService
          The parser service which returns a parser for an IAdaptable.
 

Methods in org.eclipse.gmf.runtime.common.ui.services.parser with parameters of type IProvider
 java.lang.Object GetParserOperation. execute ( IProvider provider)
           
 

Uses of IProvider in org.eclipse.gmf.runtime.common.ui.services.properties
 

Subinterfaces of IProvider in org.eclipse.gmf.runtime.common.ui.services.properties
 interface IPropertiesModifier
          An interface to be implemented by the property modifier classes.
 interface IPropertiesProvider
          A IPropertiesProvider object.
 

Classes in org.eclipse.gmf.runtime.common.ui.services.properties that implement IProvider
 class PropertiesService
          The property service taks all property contributions from property source providers and assembles these properties into a property source object.
protected static class PropertiesService.PropertiesProviderDescriptor
          A descriptor for providers defined by a configuration element.
 

Methods in org.eclipse.gmf.runtime.common.ui.services.properties with parameters of type IProvider
 java.lang.Object GetPropertySourceOperation. execute ( IProvider provider)
           
 java.lang.Object ApplyModifiersOperation. execute ( IProvider provider)
           
 

Uses of IProvider in org.eclipse.gmf.runtime.common.ui.services.statusline
 

Subinterfaces of IProvider in org.eclipse.gmf.runtime.common.ui.services.statusline
 interface IStatusLineContributionItemProvider
          The interface for providers of the "statusLineContributionItemProvider" extension point.
 

Classes in org.eclipse.gmf.runtime.common.ui.services.statusline that implement IProvider
 class AbstractStatusLineContributionItemProvider
          Abstract implementation of a status line contribution item provider.
 class StatusLineService
          Service which handles status line contributions.
 

Methods in org.eclipse.gmf.runtime.common.ui.services.statusline with parameters of type IProvider
 java.lang.Object GetStatusLineContributionOperation. execute ( IProvider provider)
           
 

Uses of IProvider in org.eclipse.gmf.runtime.common.ui.services.util
 

Classes in org.eclipse.gmf.runtime.common.ui.services.util that implement IProvider
 class ActivityFilterProviderDescriptor
          A provider descriptor that will ignore providers that are contributed by a plug-in that is matched to a disabled activity/capability.
 

Uses of IProvider in org.eclipse.gmf.runtime.diagram.core.providers
 

Subinterfaces of IProvider in org.eclipse.gmf.runtime.diagram.core.providers
 interface DiagramEventBrokerProvider
           
 interface IViewProvider
           
 

Classes in org.eclipse.gmf.runtime.diagram.core.providers that implement IProvider
 class AbstractDiagramEventBrokerProvider
          The Diagram Event Broker Factory Interface This factory interface allows clients of the Diagram layer to provide Their own Diagram event broker instances.
 class AbstractViewProvider
          Implements of the IViewProvider interface.
 

Uses of IProvider in org.eclipse.gmf.runtime.diagram.core.services
 

Classes in org.eclipse.gmf.runtime.diagram.core.services that implement IProvider
 class DiagramEventBrokerService
          A service for manipulating Diagram Event broker creations
protected static class DiagramEventBrokerService.ProviderDescriptor
           
 class ViewService
          A service for manipulating the notational models
protected static class ViewService.ProviderDescriptor
          A descriptor for ISemanticProvider defined by a configuration element.
 

Uses of IProvider in org.eclipse.gmf.runtime.diagram.core.services.eventbroker
 

Methods in org.eclipse.gmf.runtime.diagram.core.services.eventbroker with parameters of type IProvider
 java.lang.Object CreateDiagramEventBrokerOperation. execute ( IProvider provider)
           
 

Uses of IProvider in org.eclipse.gmf.runtime.diagram.core.services.view
 

Methods in org.eclipse.gmf.runtime.diagram.core.services.view with parameters of type IProvider
 java.lang.Object CreateViewForKindOperation. execute ( IProvider provider)
           
 java.lang.Object CreateNodeViewOperation. execute ( IProvider provider)
           
 java.lang.Object CreateEdgeViewOperation. execute ( IProvider provider)
           
 java.lang.Object CreateDiagramViewOperation. execute ( IProvider provider)
           
 

Uses of IProvider in org.eclipse.gmf.runtime.diagram.ui.printing.providers
 

Classes in org.eclipse.gmf.runtime.diagram.ui.printing.providers that implement IProvider
 class DiagramWithPrintGlobalActionHandlerProvider
          Concrete class that implements the IGlobalActionHandlerProvider providing IGlobalActionHandler for all diagram ui based diagrams.
 

Uses of IProvider in org.eclipse.gmf.runtime.diagram.ui.properties.providers
 

Classes in org.eclipse.gmf.runtime.diagram.ui.properties.providers that implement IProvider
 class ReadOnlyDiagramPropertiesModifier
          Install this properties provider for Browse Diagrams where the selected item must not be editable.
 

Uses of IProvider in org.eclipse.gmf.runtime.diagram.ui.providers
 

Classes in org.eclipse.gmf.runtime.diagram.ui.providers that implement IProvider
 class DefaultPaletteProvider
          The defaul palette provider.
 class DiagramContributionItemProvider
          The core diagram contribution item provider.
 class DiagramGlobalActionHandlerProvider
          Concrete class that implements the IGlobalActionHandlerProvider.
 

Uses of IProvider in org.eclipse.gmf.runtime.diagram.ui.providers.ide.providers
 

Classes in org.eclipse.gmf.runtime.diagram.ui.providers.ide.providers that implement IProvider
 class AbstractDiagramMarkerNavigationProvider
          Abstract Diagram Marker Navigation Provider This class provides utility methods for converting element ID strings into their corresponding edit parts within the diagram.
 class DiagramIDEGlobalActionHandlerProvider
          The provider for the DiagramIDEGlobalActionHandler.
 

Uses of IProvider in org.eclipse.gmf.runtime.emf.ui.properties.providers
 

Classes in org.eclipse.gmf.runtime.emf.ui.properties.providers that implement IProvider
 class GenericEMFPropertiesProvider
          Provider that provides clients with generic EMF propeties.
 

Uses of IProvider in org.eclipse.gmf.runtime.emf.ui.providers.marker
 

Classes in org.eclipse.gmf.runtime.emf.ui.providers.marker that implement IProvider
 class AbstractModelMarkerNavigationProvider
          Abstract Model Marker Navigation Provider this abstract class provides the necessary wrapping required to perform model operations related to the navigation of markers.
 

Uses of IProvider in org.eclipse.gmf.runtime.emf.ui.services.action
 

Classes in org.eclipse.gmf.runtime.emf.ui.services.action that implement IProvider
 class AbstractModelActionFilterProvider
          The parent of all model action filter providers.
 

Uses of IProvider in org.eclipse.gmf.runtime.emf.ui.services.modelingassistant
 

Subinterfaces of IProvider in org.eclipse.gmf.runtime.emf.ui.services.modelingassistant
 interface IModelingAssistantProvider
          The interface for providers of the modeling assistant service.
 

Classes in org.eclipse.gmf.runtime.emf.ui.services.modelingassistant that implement IProvider
 class ModelingAssistantProvider
          Abstract class for the Modeling Assistant Provider so that subclasses don't have to override methods they do not provide for.
 class ModelingAssistantService
          This service is used to assist the user with modeling gestures.
protected static class ModelingAssistantService.ProviderDescriptor
          A descriptor for IModelingAssistantProvider defined by a configuration element.
 

Methods in org.eclipse.gmf.runtime.emf.ui.services.modelingassistant with parameters of type IProvider
 java.lang.Object SelectExistingElementForTargetOperation. execute ( IProvider provider)
           
 java.lang.Object SelectExistingElementForSourceOperation. execute ( IProvider provider)
           
 java.lang.Object GetTypesOperation. execute ( IProvider provider)
           
 java.lang.Object GetTypesForTargetOperation. execute ( IProvider provider)
           
 java.lang.Object GetTypesForSourceOperation. execute ( IProvider provider)
           
 java.lang.Object GetTypesForPopupBarOperation. execute ( IProvider provider)
           
 java.lang.Object GetRelTypesOnTargetOperation. execute ( IProvider provider)
           
 java.lang.Object GetRelTypesOnSourceOperation. execute ( IProvider provider)
           
 java.lang.Object GetRelTypesOnSourceAndTargetOperation. execute ( IProvider provider)
           
 java.lang.Object GetRelTypesForSREOnTargetOperation. execute ( IProvider provider)
           
 java.lang.Object GetRelTypesForSREOnSourceOperation. execute ( IProvider provider)
           
 


Runtime

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire