public static interface ActionsManager.CategoryAdder
| Modifier and Type | Method and Description |
|---|---|
void |
addCategory(ActionsManager manager,
ActionsCategory category)
Add category to the manager.
|
void addCategory(ActionsManager manager, ActionsCategory category)
manager - manager to which given category should be added.category - category to add.