com.unitesk.requality.marker
Class RequalityDecorator

java.lang.Object
  extended by com.unitesk.requality.marker.RequalityDecorator

public class RequalityDecorator
extends java.lang.Object


Constructor Summary
RequalityDecorator()
           
 
Method Summary
 void addListener(ILabelProviderListener listener)
           
 void decorate(java.lang.Object element, IDecoration decoration)
           
 void dispose()
           
 boolean isLabelProperty(java.lang.Object element, java.lang.String property)
           
 void removeListener(ILabelProviderListener listener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequalityDecorator

public RequalityDecorator()
Method Detail

addListener

public void addListener(ILabelProviderListener listener)

dispose

public void dispose()

decorate

public void decorate(java.lang.Object element,
                     IDecoration decoration)

removeListener

public void removeListener(ILabelProviderListener listener)

isLabelProperty

public boolean isLabelProperty(java.lang.Object element,
                               java.lang.String property)