Uses of Interface
com._1c.g5.v8.dt.cai.model.CaiPanel
Packages that use CaiPanel
Package
Description
-
Uses of CaiPanel in com._1c.g5.v8.dt.cai.model
Methods in com._1c.g5.v8.dt.cai.model that return CaiPanelModifier and TypeMethodDescriptionCaiFactory.createCaiPanel()
Returns a new object of class 'Panel'.Methods in com._1c.g5.v8.dt.cai.model that return types with arguments of type CaiPanelModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<CaiPanel>
CaiGroup.getPanels()
Returns the value of the 'Panels' containment reference list.org.eclipse.emf.common.util.EList<CaiPanel>
ClientApplicationInterface.getUnset()
Returns the value of the 'Unset' containment reference list. -
Uses of CaiPanel in com._1c.g5.v8.dt.cai.model.impl
Classes in com._1c.g5.v8.dt.cai.model.impl that implement CaiPanelModifier and TypeClassDescriptionclass
An implementation of the model object 'Panel'.Methods in com._1c.g5.v8.dt.cai.model.impl that return CaiPanelMethods in com._1c.g5.v8.dt.cai.model.impl that return types with arguments of type CaiPanel -
Uses of CaiPanel in com._1c.g5.v8.dt.cai.model.util
Methods in com._1c.g5.v8.dt.cai.model.util that return CaiPanelModifier and TypeMethodDescriptionstatic CaiPanel
CaiModelUtil.createCaiPanel
(CaiPanelInfo panelInfo) Create panel of Client Application Interface with random uuid by given panel infoFind first panel appropriate to panel info from given listMethods in com._1c.g5.v8.dt.cai.model.util that return types with arguments of type CaiPanelModifier and TypeMethodDescriptionCaiModelUtil.getContainedPanels
(ClientApplicationInterface clientApplicationInterface) List of all panels contained inClientApplicationInterface
CaiModelUtil.getContainedPanels
(Collection<? extends CaiAbstractItem> side) List of all panels contained in given collectionMethods in com._1c.g5.v8.dt.cai.model.util with parameters of type CaiPanelModifier and TypeMethodDescriptionCaiSwitch.caseCaiPanel
(CaiPanel object) Returns the result of interpreting the object as an instance of 'Panel'.static CaiPanelInfo
CaiPanelInfo.getByPanel
(CaiPanel panel) Get panel info by given panelMethod parameters in com._1c.g5.v8.dt.cai.model.util with type arguments of type CaiPanel -
Uses of CaiPanel in com._1c.g5.v8.dt.internal.cai.ui
Methods in com._1c.g5.v8.dt.internal.cai.ui with parameters of type CaiPanelModifier and TypeMethodDescriptionorg.eclipse.swt.graphics.Image
CaiItemsLabelProvider.getPanelImage
(CaiPanel panel, boolean isDark) Returns panel image. -
Uses of CaiPanel in com._1c.g5.v8.dt.internal.cai.ui.editor.command
Constructors in com._1c.g5.v8.dt.internal.cai.ui.editor.command with parameters of type CaiPanelModifierConstructorDescriptionAddCaiPanelCommand
(IBmEditingContext editingContext, IModelEditingSupport modelEditingSupport, CaiPanel panel, CaiPanel target, int position) Create a instance ofAddCaiPanelCommand
AddCaiPanelInCenterCommand
(IBmEditingContext editingContext, IModelEditingSupport modelEditingSupport, ClientApplicationInterface clientApplicationInterface, org.eclipse.emf.ecore.EStructuralFeature directionFeature, CaiPanel panel) Create a instance ofAddCaiPanelInCenterCommand
CreateGroupBmTask
(String name, ClientApplicationInterface clientApplicationInterface, org.eclipse.emf.ecore.EStructuralFeature directionFeature, int index, CaiPanel... panels) Create a instance ofCreateGroupBmTask
RemoveCaiPanelBmTask
(CaiPanel panel) Create a instance ofRemoveCaiPanelBmTask
RemoveCaiPanelCommand
(IBmEditingContext editingContext, IModelEditingSupport modelEditingSupport, CaiPanel panel) Create a instance ofRemoveCaiPanelCommand
-
Uses of CaiPanel in com._1c.g5.v8.dt.internal.cai.ui.editor.model
Methods in com._1c.g5.v8.dt.internal.cai.ui.editor.model that return types with arguments of type CaiPanel -
Uses of CaiPanel in com._1c.g5.v8.dt.internal.cai.ui.editor.part
Methods in com._1c.g5.v8.dt.internal.cai.ui.editor.part that return CaiPanelConstructors in com._1c.g5.v8.dt.internal.cai.ui.editor.part with parameters of type CaiPanelModifierConstructorDescriptionCaiPanelGraphicalEditPart
(IBmEditingContext editingContext, IModelEditingSupport modelEditingSupport, CaiPanel model, CaiModelValidator modelValidator) Create a instance ofCaiPanelGraphicalEditPart