Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.Style
-
-
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 Style Modifier and Type Method Description static StyleTestMdObjectFactory. createStyle(String name)Creates Style with name -
Uses of Style in com._1c.g5.v8.dt.md.model
Methods in com._1c.g5.v8.dt.md.model that return Style Modifier and Type Method Description StyleStyleInitializer. create(IV8Project v8project, Version version) -
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 Modifier and Type Method Description protected booleanMdImplicitRefInferrer. _infer(Style object) -
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 Style Modifier and Type Method Description protected voidStyleRule. 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 Style Modifier and Type Method Description StyleMdClassFactory. createStyle()Returns a new object of class 'Style'.StyleConfiguration. getDefaultStyle()Returns the value of the 'Default Style' reference.StyleAbstractStyle. 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 Style Modifier and Type Method Description org.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 Style Modifier and Type Method Description voidConfiguration. setDefaultStyle(Style value)Sets the value of the 'Default Style' reference.voidAbstractStyle. 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 Style Modifier and Type Class Description classStyleImplAn implementation of the model object 'Style'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return Style Modifier and Type Method Description StyleMdClassFactoryImpl. createStyle()StyleConfigurationImpl. getDefaultStyle()StyleAbstractStyleImpl. getMdStyle()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type Style Modifier and Type Method Description org.eclipse.emf.common.util.EList<Style>ConfigurationImpl. getStyles()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type Style Modifier and Type Method Description voidConfigurationImpl. setDefaultStyle(Style newDefaultStyle)voidAbstractStyleImpl. 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 Modifier and Type Method Description TMdClassSwitch. caseStyle(Style object)Returns the result of interpreting the object as an instance of 'Style'.booleanMdClassValidator. validateStyle(Style style, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-