public interface ActionMenuView
| Modifier and Type | Method and Description | 
|---|---|
void | 
addPopupManager(ComparePopupManager manager)
Add a popup manager to this view. 
 | 
javax.swing.Action[] | 
getEditActions()
Get the contextual edit actions for the view. 
 | 
void | 
removePopupManager(ComparePopupManager manager)
Remove a popup manager from this view. 
 | 
void addPopupManager(ComparePopupManager manager)
manager - the popup manager to attachvoid removePopupManager(ComparePopupManager manager)
manager - the popup manager to removejavax.swing.Action[] getEditActions()