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 Style
TestMdObjectFactory. 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 Style
StyleInitializer. 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 boolean
MdImplicitRefInferrer. _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 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 Style Modifier and Type Method Description Style
MdClassFactory. createStyle()
Returns a new object of class 'Style'.Style
Configuration. getDefaultStyle()
Returns the value of the 'Default Style' reference.Style
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 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 void
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 Style Modifier and Type Class Description class
StyleImpl
An implementation of the model object 'Style'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return Style Modifier and Type Method Description Style
MdClassFactoryImpl. createStyle()
Style
ConfigurationImpl. getDefaultStyle()
Style
AbstractStyleImpl. 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 void
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 Modifier and Type Method Description T
MdClassSwitch. caseStyle(Style object)
Returns the result of interpreting the object as an instance of 'Style'.boolean
MdClassValidator. validateStyle(Style style, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-