Uses of Interface
com._1c.g5.v8.dt.style.model.StyleItem
-
Packages that use StyleItem 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 StyleItem in com._1c.g5.v8.dt.style.model
Subinterfaces of StyleItem in com._1c.g5.v8.dt.style.model Modifier and Type Interface Description interface
BorderStyleItem
A representation of the model object 'Border Style Item'.interface
ColorStyleItem
A representation of the model object 'Color Style Item'.interface
FontStyleItem
A representation of the model object 'Font Style Item'.Methods in com._1c.g5.v8.dt.style.model that return types with arguments of type StyleItem Modifier and Type Method Description org.eclipse.emf.common.util.EList<StyleItem>
Style. getItems()
Returns the value of the 'Items' containment reference list. -
Uses of StyleItem in com._1c.g5.v8.dt.style.model.impl
Classes in com._1c.g5.v8.dt.style.model.impl that implement StyleItem Modifier and Type Class Description class
BorderStyleItemImpl
An implementation of the model object 'Border Style Item'.class
ColorStyleItemImpl
An implementation of the model object 'Color Style Item'.class
FontStyleItemImpl
An implementation of the model object 'Font Style Item'.class
StyleItemImpl
An implementation of the model object 'Item'.Methods in com._1c.g5.v8.dt.style.model.impl that return types with arguments of type StyleItem Modifier and Type Method Description org.eclipse.emf.common.util.EList<StyleItem>
StyleImpl. getItems()
-
Uses of StyleItem in com._1c.g5.v8.dt.style.model.util
Methods in com._1c.g5.v8.dt.style.model.util with parameters of type StyleItem Modifier and Type Method Description T
StyleSwitch. caseStyleItem(StyleItem object)
Returns the result of interpreting the object as an instance of 'Item'.
-