Variable TreeItem._text

class TreeItem
{
  // ...
  UIString _text;
  // ...
}