| Package | Description | 
|---|---|
| com.google.gwt.user.client.ui | Widgets, Panels, and other user-interface classes. | 
| Modifier and Type | Method and Description | 
|---|---|
| MenuItemSeparator | MenuBar. addSeparator() | 
| MenuItemSeparator | MenuBar. addSeparator(MenuItemSeparator separator) | 
| MenuItemSeparator | MenuBar. insertSeparator(int beforeIndex) | 
| MenuItemSeparator | MenuBar. insertSeparator(MenuItemSeparator separator,
               int beforeIndex) | 
| Modifier and Type | Method and Description | 
|---|---|
| MenuItemSeparator | MenuBar. addSeparator(MenuItemSeparator separator) | 
| int | MenuBar. getSeparatorIndex(MenuItemSeparator item)Get the index of a  MenuItemSeparator. | 
| MenuItemSeparator | MenuBar. insertSeparator(MenuItemSeparator separator,
               int beforeIndex) | 
| void | MenuBar. removeSeparator(MenuItemSeparator separator)Removes the specified  MenuItemSeparatorfrom the bar. |