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

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

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

Subinterfaces of CustomView in org.eclipse.gmt.modisco.infra.browser.custom
 interface AttributeView
          A representation of the model object 'Attribute View'.
 interface ReferenceView
          A representation of the model object 'Reference View'.
 interface TypeView
          A representation of the model object 'Type View'.
 

Methods in org.eclipse.gmt.modisco.infra.browser.custom that return CustomView
 CustomView CustomViewFeature.getCustomView()
          Returns the value of the 'Custom View' container reference.
 

Uses of CustomView 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 CustomView
 T UicustomSwitch.caseCustomView(CustomView object)
          Returns the result of interpreting the object as an instance of 'Custom View'.