Class DecoratorColorConstant<T>

java.lang.Object
org.eclipse.nebula.widgets.tiles.Decorator<T,​org.eclipse.swt.graphics.Color>
org.eclipse.nebula.widgets.tiles.DecoratorColor<T>
org.eclipse.nebula.widgets.tiles.DecoratorColorConstant<T>
Type Parameters:
T -

public class DecoratorColorConstant<T>
extends DecoratorColor<T>
Decorator that returns a constant color
  • Constructor Summary

    Constructors 
    Constructor Description
    DecoratorColorConstant​(org.eclipse.swt.graphics.Color color)
    Constructor
  • Method Summary

    Modifier and Type Method Description
    org.eclipse.swt.graphics.Color 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

    • DecoratorColorConstant

      public DecoratorColorConstant​(org.eclipse.swt.graphics.Color color)
      Constructor
      Parameters:
      color -
  • Method Details

    • decorate

      public org.eclipse.swt.graphics.Color decorate​(T t)
      Description copied from class: Decorator
      Implement this to decorate elements
      Specified by:
      decorate in class Decorator<T,​org.eclipse.swt.graphics.Color>
      Returns: