Class DecoratorIntegerConstant<T>

java.lang.Object
org.eclipse.nebula.widgets.tiles.Decorator<T,​java.lang.Integer>
org.eclipse.nebula.widgets.tiles.DecoratorInteger<T>
org.eclipse.nebula.widgets.tiles.DecoratorIntegerConstant<T>
Type Parameters:
T -

public class DecoratorIntegerConstant<T>
extends DecoratorInteger<T>
A decorator that returns a constant integer
  • Constructor Summary

    Constructors 
    Constructor Description
    DecoratorIntegerConstant​(int value)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Integer 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
  • Constructor Details

  • Method Details

    • decorate

      public java.lang.Integer decorate​(T t)
      Description copied from class: Decorator
      Implement this to decorate elements
      Specified by:
      decorate in class Decorator<T,​java.lang.Integer>
      Returns: