Class DecoratorStringToString<T>

java.lang.Object
org.eclipse.nebula.widgets.tiles.Decorator<T,​java.lang.String>
org.eclipse.nebula.widgets.tiles.DecoratorString<T>
org.eclipse.nebula.widgets.tiles.DecoratorStringToString<T>
Type Parameters:
T -

public class DecoratorStringToString<T>
extends DecoratorString<T>
A decorator that calls toString() on the element wrapped by a tile.
  • Constructor Summary

    Constructors 
    Constructor Description
    DecoratorStringToString()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String decorate​(T t)
    Implement this to decorate elements

    Methods inherited from class org.eclipse.nebula.widgets.tiles.Decorator

    addDecoratorListener, free, removeDecoratorListener, use

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait