Runtime

Uses of Class
org.eclipse.gmf.runtime.common.ui.dialogs.ExpansionType

Packages that use ExpansionType
org.eclipse.gmf.runtime.common.ui.dialogs Provides implementations of various common dialogs.  
org.eclipse.gmf.runtime.diagram.ui.requests Aurora internal packages Package Specification thispackage contains the supported request classes  
 

Uses of ExpansionType in org.eclipse.gmf.runtime.common.ui.dialogs
 

Fields in org.eclipse.gmf.runtime.common.ui.dialogs declared as ExpansionType
static ExpansionType ExpansionType.NONE
          No expansion type.
static ExpansionType ExpansionType.INCOMING
          Incoming relationships
static ExpansionType ExpansionType.OUTGOING
          Outgoing relationships
static ExpansionType ExpansionType.BOTH
          Incoming and outgoing relationships
static ExpansionType ExpansionType.ALL
          All connected relatinoships
static ExpansionType[] ExpansionType.VALUES
          The list of values for this enumerated type.
 

Methods in org.eclipse.gmf.runtime.common.ui.dialogs that return ExpansionType
 ExpansionType ShowRelatedElementsComposite.getExpansionType()
          Return the user's expansion type choice
 ExpansionType ShowRelatedElementsDialog.getExpansionType()
          Returns the expansion type
 

Uses of ExpansionType in org.eclipse.gmf.runtime.diagram.ui.requests
 

Fields in org.eclipse.gmf.runtime.diagram.ui.requests declared as ExpansionType
protected  ExpansionType ShowRelatedElementsRequest.expansionType
          The expansion type, which could be incoming, outgoing, both, or all connected
 

Methods in org.eclipse.gmf.runtime.diagram.ui.requests that return ExpansionType
 ExpansionType ShowRelatedElementsRequest.getExpansionType()
          Return the expansion type that was passed into the constructor.
 

Constructors in org.eclipse.gmf.runtime.diagram.ui.requests with parameters of type ExpansionType
ShowRelatedElementsRequest(java.util.List shapes, java.util.List relationshipTypesToShow, boolean isExpandIndefinite, int expandLevel, ExpansionType expansionType, boolean useFilter, java.util.List models, java.util.List stoppingList)
          Constructor for ShowRelatedElementsRequest.
ShowRelatedElementsRequest(java.util.List shapes, java.util.List relationshipTypesToShow, boolean isExpandIndefinite, int expandLevel, ExpansionType expansionType)
          Constructor for ShowRelatedElementsRequest.
 


Runtime

Guidelines for using Eclipse APIs.

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