Class ActionGroup
- java.lang.Object
-
- com.microsoft.azure.toolkit.lib.common.action.ActionGroup
-
- All Implemented Interfaces:
IActionGroup
public class ActionGroup extends Object implements IActionGroup
-
-
Constructor Summary
Constructors Constructor Description ActionGroup(Object... actions)ActionGroup(List<Object> actions)ActionGroup(List<Object> actions, IView.Label view)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddAction(Object action)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.microsoft.azure.toolkit.lib.common.action.IActionGroup
getActions, getView
-
-
-
-
Field Detail
-
view
@Nullable private IView.Label view
-
origin
private Object origin
-
-
Method Detail
-
addAction
public void addAction(Object action)
- Specified by:
addActionin interfaceIActionGroup
-
-