RasterTreeItem.setSiblingItem( sibling, after )

Relocate this item before or after the given sibling. If the given sibling is a descendant of this item, the change request is ignored.

Parameters

Name Type   Description
sibling object Reference to a tree item
after boolean True place this item after the given sibling; false place this item before the given sibling.

Returns

Type Description
object The tree item object. This allow for chaining multiple setter methods in one single statement.
Home Examples Download License
 
Copyright © 2010-2017 Edwin R. López