Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.StyleItem
Packages that use StyleItem
Package
Description
-
Uses of StyleItem in com._1c.g5.v8.dt.export.xml.exporter.md
Methods in com._1c.g5.v8.dt.export.xml.exporter.md that return StyleItemModifier and TypeMethodDescriptionstatic StyleItem
TestMdObjectFactory.createStyleItem
(String name) Creates StyleItem with name -
Uses of StyleItem in com._1c.g5.v8.dt.internal.md.extension._import.xml.model
Methods in com._1c.g5.v8.dt.internal.md.extension._import.xml.model that return StyleItemModifier and TypeMethodDescriptionAdoptedStyleItemInitializer.create
(IV8Project v8project, Version version) -
Uses of StyleItem in com._1c.g5.v8.dt.internal.md.extension.adopt.participants
Methods in com._1c.g5.v8.dt.internal.md.extension.adopt.participants that return StyleItemModifier and TypeMethodDescriptionStyleItemAdopterParticipant.adopt
(StyleItem nativeObject, Version version, IAdopterContext context) Methods in com._1c.g5.v8.dt.internal.md.extension.adopt.participants with parameters of type StyleItemModifier and TypeMethodDescriptionStyleItemAdopterParticipant.adopt
(StyleItem nativeObject, Version version, IAdopterContext context) protected MdObjectExtension
StyleItemAdopterParticipant.createExtension
(StyleItem nativeObject) -
Uses of StyleItem in com._1c.g5.v8.dt.internal.md.refactoring.contributors
Methods in com._1c.g5.v8.dt.internal.md.refactoring.contributors with parameters of type StyleItemModifier and TypeMethodDescriptionAbstractStyleItemRefactoringContributor.getReferencedEquivalentStyleItems
(StyleItem styleItem, RefactoringSettings refactoringSettings, RefactoringStatus status) Returns style item references from all styles, which are equivalent to the given style element. -
Uses of StyleItem in com._1c.g5.v8.dt.internal.md.ui.editors.styleitem
Constructors in com._1c.g5.v8.dt.internal.md.ui.editors.styleitem with parameters of type StyleItemModifierConstructorDescriptionStyleItemEditorInput
(StyleItem styleItem) Instantiates a newStyleItem
editor input. -
Uses of StyleItem in com._1c.g5.v8.dt.md.model
Methods in com._1c.g5.v8.dt.md.model that return StyleItemModifier and TypeMethodDescriptionStyleItemInitializer.create
(IV8Project v8project, Version version) -
Uses of StyleItem in com._1c.g5.v8.dt.md.resource
Methods in com._1c.g5.v8.dt.md.resource with parameters of type StyleItemModifier and TypeMethodDescriptionprotected boolean
protected boolean
MdStyleItemInferrer._inferFrom
(StyleItem object) -
Uses of StyleItem in com._1c.g5.v8.dt.md.ui.aef2.rules
Methods in com._1c.g5.v8.dt.md.ui.aef2.rules with parameters of type StyleItemModifier and TypeMethodDescriptionprotected void
StyleItemRule.buildForObject
(StyleItem object, IV8Project v8project) -
Uses of StyleItem in com._1c.g5.v8.dt.md.validation
Methods in com._1c.g5.v8.dt.md.validation with parameters of type StyleItemModifier and TypeMethodDescriptionvoid
MdValidator.checkStyleItemUniqName
(StyleItem styleItem) Deprecated. -
Uses of StyleItem in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return StyleItemModifier and TypeMethodDescriptionMdClassFactory.createStyleItem()
Returns a new object of class 'Style Item'.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type StyleItemModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<StyleItem>
Configuration.getStyleItems()
Returns the value of the 'Style Items' reference list. -
Uses of StyleItem in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement StyleItemModifier and TypeClassDescriptionclass
An implementation of the model object 'Style Item'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return StyleItemMethods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type StyleItemModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<StyleItem>
ConfigurationImpl.getStyleItems()
-
Uses of StyleItem in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type StyleItemModifier and TypeMethodDescriptionMdClassSwitch.caseStyleItem
(StyleItem object) Returns the result of interpreting the object as an instance of 'Style Item'.boolean
MdClassValidator.validateStyleItem
(StyleItem styleItem, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context) boolean
MdClassValidator.validateStyleItem_validate
(StyleItem styleItem, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context) Validates the validate constraint of 'Style Item'.