TPTP 4.6.0 Platform Project
Public API Specification

org.eclipse.tptp.platform.tablecelllabelprovider.sample
Class TableCellLabelProvider

java.lang.Object
  extended by org.eclipse.tptp.platform.common.ui.views.TableCellLabelProvider
      extended by org.eclipse.tptp.platform.tablecelllabelprovider.sample.TableCellLabelProvider

public class TableCellLabelProvider
extends TableCellLabelProvider


Constructor Summary
TableCellLabelProvider()
           
 
Method Summary
 java.lang.String getColumnHoverText(java.lang.Object element, java.lang.String columnID)
          Tooltips content is returned by this method.
 java.lang.String[] getSupportColumnKeys()
          Return the column IDs that are supported by this provider sample.
 
Methods inherited from class org.eclipse.tptp.platform.common.ui.views.TableCellLabelProvider
isSupportColumn
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableCellLabelProvider

public TableCellLabelProvider()
Method Detail

getColumnHoverText

public java.lang.String getColumnHoverText(java.lang.Object element,
                                           java.lang.String columnID)
Tooltips content is returned by this method.

Specified by:
getColumnHoverText in class TableCellLabelProvider
Parameters:
element - element of row selection in table
columnID - column ID as listed in IContextAttributes.
Returns:
hover text string content

getSupportColumnKeys

public java.lang.String[] getSupportColumnKeys()
Return the column IDs that are supported by this provider sample.

Specified by:
getSupportColumnKeys in class TableCellLabelProvider
Returns:
String array of support column ID as listed in IContextAttributes.

TPTP 4.6.0 Platform Project
Public API Specification