Interface PictureViewModel
-
- All Superinterfaces:
ControlViewModel,org.eclipse.emf.ecore.EObject,IControlViewModel,IViewModel,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
PictureViewModelImpl
public interface PictureViewModel extends ControlViewModel
A representation of the model object 'Picture View Model'. * The view model for picture preview control.The following features are supported:
- See Also:
DtAefPackage.getPictureViewModel()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.swt.graphics.ImagegetImage()Returns the value of the 'Image' attribute.voidsetImage(org.eclipse.swt.graphics.Image value)Sets the value of the 'Image' attribute.-
Methods inherited from interface com._1c.g5.aef2.standard.viewModels.ControlViewModel
getApplyValueChange, getContexts, getExternalValidationStatus, getLayoutData, getStatus, isEditable, isEnabled, setApplyValueChange, setEditable, setEnabled, setExternalValidationStatus, setLayoutData, setStatus
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface com._1c.g5.aef2.viewModels.IViewModel
getEventChannel, getParent, setEventChannel, setParent
-
-
-
-
Method Detail
-
getImage
org.eclipse.swt.graphics.Image getImage()
Returns the value of the 'Image' attribute. * The image.- Returns:
- the value of the 'Image' attribute.
- See Also:
setImage(Image),DtAefPackage.getPictureViewModel_Image()
-
setImage
void setImage(org.eclipse.swt.graphics.Image value)
Sets the value of the 'Image' attribute.- Parameters:
value- the new value of the 'Image' attribute.- See Also:
getImage()
-
-