Uses of Interface
com._1c.g5.v8.dt.style.model.Style
-
Packages that use Style Package Description com._1c.g5.v8.dt.style.model com._1c.g5.v8.dt.style.model.impl com._1c.g5.v8.dt.style.model.util -
-
Uses of Style in com._1c.g5.v8.dt.style.model
Methods in com._1c.g5.v8.dt.style.model that return Style Modifier and Type Method Description Style
StyleFactory. createStyle()
Returns a new object of class 'Style'. -
Uses of Style in com._1c.g5.v8.dt.style.model.impl
Classes in com._1c.g5.v8.dt.style.model.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.style.model.impl that return Style Modifier and Type Method Description Style
StyleFactoryImpl. createStyle()
-
Uses of Style in com._1c.g5.v8.dt.style.model.util
Methods in com._1c.g5.v8.dt.style.model.util with parameters of type Style Modifier and Type Method Description T
StyleSwitch. caseStyle(Style object)
Returns the result of interpreting the object as an instance of 'Style'.
-