TableTreeItem.getText

Gets the item text at the specified index. <p> Indexing is zero based.

This operation will fail when the index is out of range or an item could not be queried from the OS.

@param index the index of the item @return the item text at the specified index, which can be null

class TableTreeItem
String
getText
(
int index
)

Meta