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.modelSubinterfaces of CaiAbstractItem in com._1c.g5.v8.dt.cai.model Modifier and Type Interface Description interfaceCaiGroupA representation of the model object 'Group'.interfaceCaiPanelA 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.implClasses in com._1c.g5.v8.dt.cai.model.impl that implement CaiAbstractItem Modifier and Type Class Description classCaiAbstractItemImplAn implementation of the model object 'Abstract Item'.classCaiGroupImplAn implementation of the model object 'Group'.classCaiPanelImplAn 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.utilMethods in com._1c.g5.v8.dt.cai.model.util with parameters of type CaiAbstractItem Modifier and Type Method Description TCaiSwitch. caseCaiAbstractItem(CaiAbstractItem object)Returns the result of interpreting the object as an instance of 'Abstract Item'.static ClientApplicationInterfaceCaiModelUtil. getClientApplicationInterface(CaiAbstractItem item)Get parentClientApplicationInterfacefor given itemstatic org.eclipse.emf.ecore.EStructuralFeatureCaiModelUtil. 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
 
-