[ Version ( since = "1.8" ) ]
public void insert (PreferencesGroup group, int index)
Inserts a preferences group to this at index.
If index is negative or larger than the number of groups, appends the group, same as [method@PreferencesPage.add].
| this |
a preferences page |
| group |
the group to add |
| index |
the index to insert |