Runtime

Uses of Interface
org.eclipse.gmf.runtime.common.ui.services.elementselection.IMatchingObjectEvent

Packages that use IMatchingObjectEvent
org.eclipse.gmf.runtime.common.ui.services.elementselection   
 

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

Classes in org.eclipse.gmf.runtime.common.ui.services.elementselection that implement IMatchingObjectEvent
 class MatchingObjectEvent
          A matching object event for the element selection service.
 

Methods in org.eclipse.gmf.runtime.common.ui.services.elementselection with parameters of type IMatchingObjectEvent
protected  void ElementSelectionService.fireMatchingObjectEvent(IMatchingObjectEvent matchingObjectEvent)
          Send the matching object event to the listener.
protected  void AbstractElementSelectionProvider.fireMatchingObjectEvent(IMatchingObjectEvent matchingObjectEvent)
          Send the matching object event to the listener.
 void IElementSelectionListener.matchingObjectEvent(IMatchingObjectEvent matchingObjectEvent)
          A matching object event has been sent.
 void ElementSelectionService.matchingObjectEvent(IMatchingObjectEvent matchingObjectEvent)
          A matching object event has been sent.
 void ElementSelectionComposite.matchingObjectEvent(IMatchingObjectEvent matchingObjectEvent)
           
 


Runtime

Guidelines for using Eclipse APIs.

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