Uses of Interface
com._1c.g5.v8.dt.cai.model.ClientApplicationInterface
Packages that use ClientApplicationInterface
Package
Description
-
Uses of ClientApplicationInterface in com._1c.g5.v8.dt.cai.export.xml.writer
Methods in com._1c.g5.v8.dt.cai.export.xml.writer with parameters of type ClientApplicationInterfaceModifier and TypeMethodDescriptionvoid
CaiXmlWriter.write
(CaiXmlDocumentWriter writer, ClientApplicationInterface clientApplicationInterface, Version projectVersion) Write Client Application Interface to xml writer -
Uses of ClientApplicationInterface in com._1c.g5.v8.dt.cai.model
Methods in com._1c.g5.v8.dt.cai.model that return ClientApplicationInterfaceModifier and TypeMethodDescriptionCaiFactory.createClientApplicationInterface()
Returns a new object of class 'Client Application Interface'. -
Uses of ClientApplicationInterface in com._1c.g5.v8.dt.cai.model.impl
Classes in com._1c.g5.v8.dt.cai.model.impl that implement ClientApplicationInterfaceModifier and TypeClassDescriptionclass
An implementation of the model object 'Client Application Interface'.Methods in com._1c.g5.v8.dt.cai.model.impl that return ClientApplicationInterface -
Uses of ClientApplicationInterface in com._1c.g5.v8.dt.cai.model.util
Methods in com._1c.g5.v8.dt.cai.model.util that return ClientApplicationInterfaceModifier and TypeMethodDescriptionstatic ClientApplicationInterface
CaiModelUtil.getClientApplicationInterface
(CaiAbstractItem item) Get parentClientApplicationInterface
for given itemMethods in com._1c.g5.v8.dt.cai.model.util with parameters of type ClientApplicationInterfaceModifier and TypeMethodDescriptionCaiSwitch.caseClientApplicationInterface
(ClientApplicationInterface object) Returns the result of interpreting the object as an instance of 'Client Application Interface'.static Set<CaiPanelInfo>
CaiModelUtil.getContainedPanelInfos
(ClientApplicationInterface clientApplicationInterface) Set of all panel infos contained inClientApplicationInterface
CaiModelUtil.getContainedPanels
(ClientApplicationInterface clientApplicationInterface) List of all panels contained inClientApplicationInterface
-
Uses of ClientApplicationInterface in com._1c.g5.v8.dt.internal.cai.ui.editor
Method parameters in com._1c.g5.v8.dt.internal.cai.ui.editor with type arguments of type ClientApplicationInterfaceModifier and TypeMethodDescriptionvoid
CaiEditor.init
(org.eclipse.ui.IEditorSite site, IDtEditorInput<ClientApplicationInterface> input) Constructors in com._1c.g5.v8.dt.internal.cai.ui.editor with parameters of type ClientApplicationInterface -
Uses of ClientApplicationInterface 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 ClientApplicationInterfaceModifierConstructorDescriptionAddCaiPanelInCenterCommand
(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
PurgeUnsetErrorItemsBmTask
(ClientApplicationInterface clientApplicationInterface, CaiModelValidator modelValidator) Create a instance ofPurgeUnsetErrorItemsBmTask
-
Uses of ClientApplicationInterface in com._1c.g5.v8.dt.internal.cai.ui.editor.model
Constructors in com._1c.g5.v8.dt.internal.cai.ui.editor.model with parameters of type ClientApplicationInterfaceModifierConstructorDescriptionCaiAreaModel
(ClientApplicationInterface parentModel, org.eclipse.emf.ecore.EStructuralFeature areaFeature) Create a instance ofCaiAreaModel
CaiUnsetModel
(ClientApplicationInterface parentModel) Create a instance ofCaiUnsetModel
-
Uses of ClientApplicationInterface 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 ClientApplicationInterfaceConstructors in com._1c.g5.v8.dt.internal.cai.ui.editor.part with parameters of type ClientApplicationInterfaceModifierConstructorDescriptionCaiMainGraphicalEditPart
(IBmEditingContext editingContext, IModelEditingSupport modelEditingSupport, ClientApplicationInterface model) Create a instance ofCaiMainGraphicalEditPart