Class TableComboRendererAdapter

java.lang.Object
org.eclipse.nebula.widgets.tablecombo.TableComboRendererAdapter
All Implemented Interfaces:
TableComboRenderer

public class TableComboRendererAdapter
extends java.lang.Object
implements TableComboRenderer
TableComboRenderer adapter
  • Constructor Summary

    Constructors 
    Constructor Description
    TableComboRendererAdapter()  
  • Method Summary

    Modifier and Type Method Description
    org.eclipse.swt.graphics.Color getBackground​(int selectionIndex)
    Returns the background color of the given element at position selectionIndex.
    org.eclipse.swt.graphics.Font getFont​(int selectionIndex)
    Returns the font of the given element at position selectionIndex.
    org.eclipse.swt.graphics.Color getForeground​(int selectionIndex)
    Returns the foreground color of the given element at position selectionIndex.
    org.eclipse.swt.graphics.Image getImage​(int selectionIndex)
    Returns the image of the given element at position selectionIndex.
    java.lang.String getLabel​(int selectionIndex)
    Returns the text of the given element at position selectionIndex.

    Methods inherited from class java.lang.Object

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