Uses of Interface
org.eclipse.epsilon.picto.dom.CustomView
-
Packages that use CustomView Package Description org.eclipse.epsilon.picto.dom org.eclipse.epsilon.picto.dom.impl org.eclipse.epsilon.picto.dom.util -
-
Uses of CustomView in org.eclipse.epsilon.picto.dom
Methods in org.eclipse.epsilon.picto.dom that return CustomView Modifier and Type Method Description CustomView
PictoFactory. createCustomView()
Returns a new object of class 'Custom View'.Methods in org.eclipse.epsilon.picto.dom that return types with arguments of type CustomView Modifier and Type Method Description org.eclipse.emf.common.util.EList<CustomView>
Picto. getCustomViews()
Returns the value of the 'Custom Views' containment reference list. -
Uses of CustomView in org.eclipse.epsilon.picto.dom.impl
Classes in org.eclipse.epsilon.picto.dom.impl that implement CustomView Modifier and Type Class Description class
CustomViewImpl
An implementation of the model object 'Custom View'.Fields in org.eclipse.epsilon.picto.dom.impl with type parameters of type CustomView Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<CustomView>
PictoImpl. customViews
The cached value of the 'Custom Views
' containment reference list.Methods in org.eclipse.epsilon.picto.dom.impl that return CustomView Modifier and Type Method Description CustomView
PictoFactoryImpl. createCustomView()
Methods in org.eclipse.epsilon.picto.dom.impl that return types with arguments of type CustomView Modifier and Type Method Description org.eclipse.emf.common.util.EList<CustomView>
PictoImpl. getCustomViews()
-
Uses of CustomView in org.eclipse.epsilon.picto.dom.util
Methods in org.eclipse.epsilon.picto.dom.util with parameters of type CustomView Modifier and Type Method Description T
PictoSwitch. caseCustomView(CustomView object)
Returns the result of interpreting the object as an instance of 'Custom View'.
-