Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.Style
Packages that use Style
Package
Description
-
Uses of Style in com._1c.g5.v8.dt.export.xml.exporter.md
Methods in com._1c.g5.v8.dt.export.xml.exporter.md that return StyleModifier and TypeMethodDescriptionstatic Style
TestMdObjectFactory.createStyle
(String name) Creates Style with name -
Uses of Style 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 StyleModifier and TypeMethodDescriptionAdoptedStyleInitializer.create
(IV8Project v8project, Version version) -
Uses of Style 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 StyleModifier and TypeMethodDescriptionMdStyleAdopterParticipant.adopt
(Style nativeObject, Version version, IAdopterContext context) Methods in com._1c.g5.v8.dt.internal.md.extension.adopt.participants with parameters of type StyleModifier and TypeMethodDescriptionMdStyleAdopterParticipant.adopt
(Style nativeObject, Version version, IAdopterContext context) void
MdStyleAdopterParticipant.afterAdopt
(Style nativeObject, Style adoptedObject, IAdopterContext context) void
MdStyleAdopterParticipant.beforeUpdate
(Style source, Style adopted, Set<org.eclipse.emf.ecore.EObject> objectsToAdopt, org.eclipse.core.runtime.IProgressMonitor monitor) protected MdObjectExtension
MdStyleAdopterParticipant.createExtension
(Style nativeObject) void
MdStyleAdopterParticipant.updateAdopted
(Style nativeObject, Style adoptedObject, IAdopterContext context) -
Uses of Style in com._1c.g5.v8.dt.internal.md.ui.editors.style
Constructors in com._1c.g5.v8.dt.internal.md.ui.editors.style with parameters of type StyleModifierConstructorDescriptionStyleEditorInput
(Style style) Instantiates a newStyle
editor input. -
Uses of Style in com._1c.g5.v8.dt.md.model
Methods in com._1c.g5.v8.dt.md.model that return Style -
Uses of Style in com._1c.g5.v8.dt.md.resource
Methods in com._1c.g5.v8.dt.md.resource with parameters of type Style -
Uses of Style 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 StyleModifier and TypeMethodDescriptionprotected void
StyleRule.buildForObject
(Style object, IV8Project v8Project) -
Uses of Style in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return StyleModifier and TypeMethodDescriptionMdClassFactory.createStyle()
Returns a new object of class 'Style'.Configuration.getDefaultStyle()
Returns the value of the 'Default Style' reference.AbstractStyle.getMdStyle()
Returns the value of the 'Md Style' reference.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type StyleModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Style>
Configuration.getStyles()
Returns the value of the 'Styles' reference list.Methods in com._1c.g5.v8.dt.metadata.mdclass with parameters of type StyleModifier and TypeMethodDescriptionvoid
Configuration.setDefaultStyle
(Style value) Sets the value of the 'Default Style
' reference.void
AbstractStyle.setMdStyle
(Style value) Sets the value of the 'Md Style
' reference. -
Uses of Style in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement StyleMethods in com._1c.g5.v8.dt.metadata.mdclass.impl that return StyleModifier and TypeMethodDescriptionMdClassFactoryImpl.createStyle()
ConfigurationImpl.getDefaultStyle()
AbstractStyleImpl.getMdStyle()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type StyleModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Style>
ConfigurationImpl.getStyles()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type StyleModifier and TypeMethodDescriptionvoid
ConfigurationImpl.setDefaultStyle
(Style newDefaultStyle) void
AbstractStyleImpl.setMdStyle
(Style newMdStyle) -
Uses of Style in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type Style