classpathhelper.eclipse.ui
Class LabelDecorator

java.lang.Object
  extended byclasspathhelper.eclipse.ui.LabelDecorator

public class LabelDecorator
extends java.lang.Object

LabelDecorator that adds hints as to problems with a class path element or class.

Since:
1.0
Author:
bharris

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

LabelDecorator

public LabelDecorator()
Method Detail

decorate

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

addListener

public void addListener(ILabelProviderListener listener)

dispose

public void dispose()

isLabelProperty

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

removeListener

public void removeListener(ILabelProviderListener listener)