Interface ToolBarItemViewModel

All Superinterfaces:
org.eclipse.emf.ecore.EObject, IViewModel, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
ToolBarItemViewModelImpl

public interface ToolBarItemViewModel extends IViewModel
A representation of the model object 'Tool Bar Item View Model'. The view model for ToolBarItem

The following features are supported:

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    org.eclipse.swt.graphics.Image
    Returns the value of the 'Image' attribute.
    int
    Returns the value of the 'Style' attribute.
    Returns the value of the 'Tooltip Text' attribute.
    boolean
    Returns the value of the 'Enabled' attribute.
    boolean
    Returns the value of the 'Selected' attribute.
    void
    setEnabled(boolean value)
    Sets the value of the 'Enabled' attribute.
    void
    setImage(org.eclipse.swt.graphics.Image value)
    Sets the value of the 'Image' attribute.
    void
    setSelected(boolean value)
    Sets the value of the 'Selected' attribute.
    void
    setStyle(int value)
    Sets the value of the 'Style' attribute.
    void
    Sets the value of the 'Tooltip Text' attribute.

    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

    Methods inherited from interface org.eclipse.emf.common.notify.Notifier

    eAdapters, eDeliver, eNotify, eSetDeliver
  • Method Details