com.unitesk.requality.marker
Class RequirementDecorator

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

public class RequirementDecorator
extends java.lang.Object


Constructor Summary
RequirementDecorator()
           
 
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

RequirementDecorator

public RequirementDecorator()
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)