Uses of Interface
org.eclipse.epsilon.picto.dom.CustomView
Packages that use CustomView
Package
Description
-
Uses of CustomView in org.eclipse.epsilon.picto.dom
Methods in org.eclipse.epsilon.picto.dom that return CustomViewModifier and TypeMethodDescriptionPictoFactory.createCustomView()
Returns a new object of class 'Custom View'.Methods in org.eclipse.epsilon.picto.dom that return types with arguments of type CustomViewModifier and TypeMethodDescriptionorg.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 CustomViewModifier and TypeClassDescriptionclass
An implementation of the model object 'Custom View'.Fields in org.eclipse.epsilon.picto.dom.impl with type parameters of type CustomViewModifier and TypeFieldDescriptionprotected 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 CustomViewMethods in org.eclipse.epsilon.picto.dom.impl that return types with arguments of type CustomViewModifier and TypeMethodDescriptionorg.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 CustomViewModifier and TypeMethodDescriptionPictoSwitch.caseCustomView
(CustomView object) Returns the result of interpreting the object as an instance of 'Custom View'.