insert


Description:

public void insert (owned SidebarSection section, int position)

Inserts section at position to this.

If position is -1, or larger than the total number of sections in this, the section will be appended to the end.

Parameters:

this

a sidebar

section

a section to insert

position

position to insert section at