Interface TreeItemViewModel
- 
- All Superinterfaces:
- org.eclipse.emf.ecore.EObject,- ItemViewModel,- IViewModel,- org.eclipse.emf.common.notify.Notifier
 - All Known Implementing Classes:
- TreeItemViewModelImpl
 
 public interface TreeItemViewModel extends ItemViewModel A representation of the model object 'Tree Item View Model'.The following features are supported: 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<TextStyle>getStyles()Returns the value of the 'Styles' containment reference list.- 
Methods inherited from interface org.eclipse.emf.ecore.EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 - 
Methods inherited from interface com._1c.g5.aef2.standard.viewModels.ItemViewModelgetIcon, getText, setIcon, setText
 - 
Methods inherited from interface com._1c.g5.aef2.viewModels.IViewModelgetEventChannel, getParent, setEventChannel, setParent
 
- 
 
- 
- 
- 
Method Detail- 
getStylesorg.eclipse.emf.common.util.EList<TextStyle> getStyles() Returns the value of the 'Styles' containment reference list. The list contents are of typeTextStyle.- Returns:
- the value of the 'Styles' containment reference list.
- See Also:
- ApplicationEditorAefPackage.getTreeItemViewModel_Styles()
 
 
- 
 
-