| |
|
| net.refractions.udig.internal.ui.operations.OperationCategory
OperationCategory | public class OperationCategory extends MenuManager (Code) | | A category of operations. Listens to the contained actions and disables it self
if none of its contained Actions are visible.
author: jeichar |
manager | MenuManager manager(Code) | | |
OperationCategory | public OperationCategory(IConfigurationElement element)(Code) | | new instance
|
add | public void add(IAction action)(Code) | | All actions added must be instances of OpAction
See Also: org.eclipse.jface.action.ContributionManager.add(org.eclipse.jface.action.IAction) |
createContextMenu | public MenuManager createContextMenu()(Code) | | |
enablementChanged | public void enablementChanged()(Code) | | Contained OpActions call this to notify the category when its enablement has changed.
|
getActions | public List<OpAction> getActions()(Code) | | gets all the Operation actions in the category.
|
setSelection | public void setSelection(ISelection selection)(Code) | | Parameters: selection - |
|
|
|