insert


Description:

public void insert (ToolItem item, int position)

Inserts item at position in the list of children of this.

Parameters:

this

a ToolItemGroup

item

the ToolItem to insert into this

position

the position of item in this, starting with 0. The position -1 means end of list.