Interface IActionGroup
-
- All Known Implementing Classes:
ActionGroup
public interface IActionGroup
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddAction(Object action)List<Object>getActions()IView.LabelgetView()
-
-
-
Method Detail
-
getView
IView.Label getView()
-
addAction
void addAction(Object action)
-
-