Runtime

Uses of Class
org.eclipse.gmf.runtime.common.ui.services.elementselection.MatchingObjectEventType

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

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

Fields in org.eclipse.gmf.runtime.common.ui.services.elementselection declared as MatchingObjectEventType
static MatchingObjectEventType MatchingObjectEventType.END_OF_MATCHES
          A matching object event signaling that there are no more matching objects.
static MatchingObjectEventType MatchingObjectEventType.MATCH
          A matching object event that contains a matching object.
 

Methods in org.eclipse.gmf.runtime.common.ui.services.elementselection that return MatchingObjectEventType
 MatchingObjectEventType MatchingObjectEvent.getEventType()
          Retrieve the matching object event type.
 MatchingObjectEventType IMatchingObjectEvent.getEventType()
          Retrieve the matching object event type.
 

Constructors in org.eclipse.gmf.runtime.common.ui.services.elementselection with parameters of type MatchingObjectEventType
MatchingObjectEvent(MatchingObjectEventType eventType, IMatchingObject matchingObject)
          Constructor for a MatchingObjectEvent.
 


Runtime

Guidelines for using Eclipse APIs.

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