|
TPTP 4.6.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.tptp.platform.common.ui.views.TableCellLabelProvider
public abstract class TableCellLabelProvider
Extends TableCellLabelProvider with the methods to provide
hover text content for a given cell element in a table.
Columns supporting the custom hover content is listed in IContextAttributes
| Constructor Summary | |
|---|---|
TableCellLabelProvider()
|
|
| Method Summary | |
|---|---|
abstract java.lang.String |
getColumnHoverText(java.lang.Object element,
java.lang.String columnID)
Given a cell element and column ID of a table in table viewer, return a custom hover text string content for the table cell. |
abstract java.lang.String[] |
getSupportColumnKeys()
Return an array of column ID supported by this provider. |
boolean |
isSupportColumn(java.lang.String columnID)
Helper method to verify if a column key is supported by the provider |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TableCellLabelProvider()
| Method Detail |
|---|
public abstract java.lang.String getColumnHoverText(java.lang.Object element,
java.lang.String columnID)
element - element of row selection in tablecolumnID - column ID as listed in IContextAttributes.
public abstract java.lang.String[] getSupportColumnKeys()
IContextAttributes.public boolean isSupportColumn(java.lang.String columnID)
columnID -
|
TPTP 4.6.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||