| Type Params | Return Type | Name and description | 
|---|---|---|
|  | void | addAction(javax.swing.Action action) | 
|  | void | addActions(ActionList defaultActions) | 
|  | void | addSeparator() | 
|  | void | clear() | 
|  | void | dispatchKeyEvent(java.awt.event.KeyEvent e) | 
|  | javax.swing.Action | getActionAt(int index) | 
|  | int | getActionCount() | 
|  | javax.swing.Action | getDefaultAction() | 
|  | java.lang.String | getLabel() | 
|  | boolean | hasDefaultAction() | 
|  | void | insertAction(javax.swing.Action action, int index) | 
|  | void | insertSeparator(int index) | 
|  | void | performDefaultAction(java.awt.event.ActionEvent event) | 
|  | void | removeAction(int index) | 
|  | void | setDefaultAction(javax.swing.Action action) |