Uses of Interface
org.eclipse.gmt.modisco.infra.browser.custom.TypeView

Packages that use TypeView
org.eclipse.gmt.modisco.infra.browser.custom   
org.eclipse.gmt.modisco.infra.browser.custom.emf   
org.eclipse.gmt.modisco.infra.browser.custom.emf.util   
 

Uses of TypeView in org.eclipse.gmt.modisco.infra.browser.custom
 

Methods in org.eclipse.gmt.modisco.infra.browser.custom that return TypeView
 TypeView AttributeView.getType()
          Returns the value of the 'Type' container reference.
 TypeView ReferenceView.getType()
          Returns the value of the 'Type' container reference.
 

Uses of TypeView in org.eclipse.gmt.modisco.infra.browser.custom.emf
 

Methods in org.eclipse.gmt.modisco.infra.browser.custom.emf that return TypeView
 TypeView UicustomFactory.createTypeView()
          Returns a new object of class 'Type View'.
 

Uses of TypeView in org.eclipse.gmt.modisco.infra.browser.custom.emf.util
 

Methods in org.eclipse.gmt.modisco.infra.browser.custom.emf.util with parameters of type TypeView
 T UicustomSwitch.caseTypeView(TypeView object)
          Returns the result of interpreting the object as an instance of 'Type View'.