org.eclipse.emf.cdo.ui
Class CDOLabelDecorator
java.lang.Object
org.eclipse.emf.cdo.ui.CDOLabelDecorator
- All Implemented Interfaces:
- IBaseLabelProvider, ILabelDecorator
- public class CDOLabelDecorator
- extends Object
- implements ILabelDecorator
Decorates labels of CDO objects
according to a pattern.
- Since:
- 2.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DECORATION_PROPOSALS
public static final String[] DECORATION_PROPOSALS
DEFAULT_DECORATION
public static final String DEFAULT_DECORATION
NO_DECORATION
public static final String NO_DECORATION
DECORATOR_ID
public static final String DECORATOR_ID
- See Also:
- Constant Field Values
CDOLabelDecorator
public CDOLabelDecorator()
CDOLabelDecorator
public CDOLabelDecorator(String pattern)
dispose
public void dispose()
- Specified by:
dispose
in interface IBaseLabelProvider
parsePattern
public String parsePattern(String unparsedPattern)
decorateImage
public Image decorateImage(Image image,
Object element)
- Specified by:
decorateImage
in interface ILabelDecorator
decorateText
public String decorateText(String text,
Object element)
- Specified by:
decorateText
in interface ILabelDecorator
isLabelProperty
public boolean isLabelProperty(Object element,
String property)
- Specified by:
isLabelProperty
in interface IBaseLabelProvider
addListener
public void addListener(ILabelProviderListener listener)
- Specified by:
addListener
in interface IBaseLabelProvider
removeListener
public void removeListener(ILabelProviderListener listener)
- Specified by:
removeListener
in interface IBaseLabelProvider
Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.