Class EMFStoreUnsharedDecorator

  • All Implemented Interfaces:
    org.eclipse.jface.viewers.IBaseLabelProvider, org.eclipse.jface.viewers.ILightweightLabelDecorator

    public class EMFStoreUnsharedDecorator
    extends java.lang.Object
    implements org.eclipse.jface.viewers.ILightweightLabelDecorator
    Author:
    Tobias Verhoeven
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addListener​(org.eclipse.jface.viewers.ILabelProviderListener listener)
      void decorate​(java.lang.Object element, org.eclipse.jface.viewers.IDecoration decoration)
      void dispose()
      boolean isLabelProperty​(java.lang.Object element, java.lang.String property)
      .
      void removeListener​(org.eclipse.jface.viewers.ILabelProviderListener listener)
      .
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EMFStoreUnsharedDecorator

        public EMFStoreUnsharedDecorator()
    • Method Detail

      • decorate

        public void decorate​(java.lang.Object element,
                             org.eclipse.jface.viewers.IDecoration decoration)
        Specified by:
        decorate in interface org.eclipse.jface.viewers.ILightweightLabelDecorator
        Parameters:
        element - element
        decoration - decoration
        See Also:
        ILightweightLabelDecorator.decorate(java.lang .Object, org.eclipse.jface.viewers.IDecoration)
      • addListener

        public void addListener​(org.eclipse.jface.viewers.ILabelProviderListener listener)
        Specified by:
        addListener in interface org.eclipse.jface.viewers.IBaseLabelProvider
        See Also:
        IBaseLabelProvider.addListener(org.eclipse. jface.viewers.ILabelProviderListener)
      • dispose

        public void dispose()
        Specified by:
        dispose in interface org.eclipse.jface.viewers.IBaseLabelProvider
        See Also:
        IBaseLabelProvider.dispose()
      • isLabelProperty

        public boolean isLabelProperty​(java.lang.Object element,
                                       java.lang.String property)
        .
        Specified by:
        isLabelProperty in interface org.eclipse.jface.viewers.IBaseLabelProvider
        See Also:
        IBaseLabelProvider.isLabelProperty(java.lang .Object, java.lang.String)
      • removeListener

        public void removeListener​(org.eclipse.jface.viewers.ILabelProviderListener listener)
        .
        Specified by:
        removeListener in interface org.eclipse.jface.viewers.IBaseLabelProvider
        See Also:
        IBaseLabelProvider.removeListener(org.eclipse .jface.viewers.ILabelProviderListener)