Uses of Interface
org.eclipse.gmt.modisco.infra.facet.Shortcut

Packages that use Shortcut
org.eclipse.gmt.modisco.infra.facet   
org.eclipse.gmt.modisco.infra.facet.impl   
org.eclipse.gmt.modisco.infra.facet.util   
 

Uses of Shortcut in org.eclipse.gmt.modisco.infra.facet
 

Methods in org.eclipse.gmt.modisco.infra.facet that return Shortcut
 Shortcut FacetFactory.createShortcut()
          Returns a new object of class 'Shortcut'.
 

Uses of Shortcut in org.eclipse.gmt.modisco.infra.facet.impl
 

Classes in org.eclipse.gmt.modisco.infra.facet.impl that implement Shortcut
 class ShortcutImpl
          An implementation of the model object 'Shortcut'.
 

Methods in org.eclipse.gmt.modisco.infra.facet.impl that return Shortcut
 Shortcut FacetFactoryImpl.createShortcut()
           
 

Uses of Shortcut in org.eclipse.gmt.modisco.infra.facet.util
 

Methods in org.eclipse.gmt.modisco.infra.facet.util with parameters of type Shortcut
 T FacetSwitch.caseShortcut(Shortcut object)
          Returns the result of interpreting the object as an instance of 'Shortcut'.