Menu.insertSeparator

Menu.insertSeparator

Class Overview | Class Members | This Package | All Packages

Syntax
public void insertSeparator( int index )
Parameters
index
the position at which the menu separator should be inserted.
Description
Inserts a separator at the specified position.

Exceptions
IllegalArgumentException if the value of index is less than 0.
See Also
addSeparator