SWT树指定位置插入节点
public TreeItem (Tree parent, int style, int index)
{
...
}
public TreeItem (TreeItem parentItem, int style, int index)
{
...
}