Uses of Interface
com._1c.g5.v8.dt.cai.model.CaiAbstractItem
-
Packages that use CaiAbstractItem Package Description com._1c.g5.v8.dt.cai.model com._1c.g5.v8.dt.cai.model.impl com._1c.g5.v8.dt.cai.model.util -
-
Uses of CaiAbstractItem in com._1c.g5.v8.dt.cai.model
Subinterfaces of CaiAbstractItem in com._1c.g5.v8.dt.cai.model Modifier and Type Interface Description interface
CaiGroup
A representation of the model object 'Group'.interface
CaiPanel
A representation of the model object 'Panel'.Methods in com._1c.g5.v8.dt.cai.model that return types with arguments of type CaiAbstractItem Modifier and Type Method Description org.eclipse.emf.common.util.EList<CaiAbstractItem>
ClientApplicationInterface. getBottom()
Returns the value of the 'Bottom' containment reference list.org.eclipse.emf.common.util.EList<CaiAbstractItem>
ClientApplicationInterface. getLeft()
Returns the value of the 'Left' containment reference list.org.eclipse.emf.common.util.EList<CaiAbstractItem>
ClientApplicationInterface. getRight()
Returns the value of the 'Right' containment reference list.org.eclipse.emf.common.util.EList<CaiAbstractItem>
ClientApplicationInterface. getTop()
Returns the value of the 'Top' containment reference list. -
Uses of CaiAbstractItem in com._1c.g5.v8.dt.cai.model.impl
Classes in com._1c.g5.v8.dt.cai.model.impl that implement CaiAbstractItem Modifier and Type Class Description class
CaiAbstractItemImpl
An implementation of the model object 'Abstract Item'.class
CaiGroupImpl
An implementation of the model object 'Group'.class
CaiPanelImpl
An implementation of the model object 'Panel'.Methods in com._1c.g5.v8.dt.cai.model.impl that return types with arguments of type CaiAbstractItem Modifier and Type Method Description org.eclipse.emf.common.util.EList<CaiAbstractItem>
ClientApplicationInterfaceImpl. getBottom()
org.eclipse.emf.common.util.EList<CaiAbstractItem>
ClientApplicationInterfaceImpl. getLeft()
org.eclipse.emf.common.util.EList<CaiAbstractItem>
ClientApplicationInterfaceImpl. getRight()
org.eclipse.emf.common.util.EList<CaiAbstractItem>
ClientApplicationInterfaceImpl. getTop()
-
Uses of CaiAbstractItem in com._1c.g5.v8.dt.cai.model.util
Methods in com._1c.g5.v8.dt.cai.model.util with parameters of type CaiAbstractItem Modifier and Type Method Description T
CaiSwitch. caseCaiAbstractItem(CaiAbstractItem object)
Returns the result of interpreting the object as an instance of 'Abstract Item'.static ClientApplicationInterface
CaiModelUtil. getClientApplicationInterface(CaiAbstractItem item)
Get parentClientApplicationInterface
for given itemstatic org.eclipse.emf.ecore.EStructuralFeature
CaiModelUtil. getDirectionFeature(CaiAbstractItem item)
Get direction feature of Client Application Interface containing given itemMethod parameters in com._1c.g5.v8.dt.cai.model.util with type arguments of type CaiAbstractItem Modifier and Type Method Description static Set<CaiPanelInfo>
CaiModelUtil. getContainedPanelInfos(Collection<? extends CaiAbstractItem> side)
Set of all panel infos contained in given collectionstatic List<CaiPanel>
CaiModelUtil. getContainedPanels(Collection<? extends CaiAbstractItem> side)
List of all panels contained in given collection
-