Uses of Interface
com._1c.g5.v8.dt.dendrogram.model.DendrogramContent
-
Packages that use DendrogramContent Package Description com._1c.g5.v8.dt.dendrogram.model com._1c.g5.v8.dt.dendrogram.model.impl com._1c.g5.v8.dt.dendrogram.model.util -
-
Uses of DendrogramContent in com._1c.g5.v8.dt.dendrogram.model
Methods in com._1c.g5.v8.dt.dendrogram.model that return DendrogramContent Modifier and Type Method Description DendrogramContent
DendrogramFactory. createDendrogramContent()
Returns a new object of class 'Content'.Methods in com._1c.g5.v8.dt.dendrogram.model that return types with arguments of type DendrogramContent Modifier and Type Method Description org.eclipse.emf.common.util.EList<DendrogramContent>
DendrogramElements. getContentCacheItem()
Returns the value of the 'Content Cache Item' containment reference list.org.eclipse.emf.common.util.EList<DendrogramContent>
DendrogramLinks. getContentCacheItem()
Returns the value of the 'Content Cache Item' containment reference list. -
Uses of DendrogramContent in com._1c.g5.v8.dt.dendrogram.model.impl
Classes in com._1c.g5.v8.dt.dendrogram.model.impl that implement DendrogramContent Modifier and Type Class Description class
DendrogramContentImpl
An implementation of the model object 'Content'.Methods in com._1c.g5.v8.dt.dendrogram.model.impl that return DendrogramContent Modifier and Type Method Description DendrogramContent
DendrogramFactoryImpl. createDendrogramContent()
Methods in com._1c.g5.v8.dt.dendrogram.model.impl that return types with arguments of type DendrogramContent Modifier and Type Method Description org.eclipse.emf.common.util.EList<DendrogramContent>
DendrogramElementsImpl. getContentCacheItem()
org.eclipse.emf.common.util.EList<DendrogramContent>
DendrogramLinksImpl. getContentCacheItem()
-
Uses of DendrogramContent in com._1c.g5.v8.dt.dendrogram.model.util
Methods in com._1c.g5.v8.dt.dendrogram.model.util with parameters of type DendrogramContent Modifier and Type Method Description T
DendrogramSwitch. caseDendrogramContent(DendrogramContent object)
Returns the result of interpreting the object as an instance of 'Content'.
-