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

  1. String getText()
  2. String getText(int index)
    class TableTreeItem
    String
    getText
    (
    int index
    )

Meta