Uses of Class
com.microsoft.azure.toolkit.lib.common.action.ActionGroup
-
Packages that use ActionGroup Package Description com.microsoft.azure.toolkit.lib.common.action -
-
Uses of ActionGroup in com.microsoft.azure.toolkit.lib.common.action
Subclasses of ActionGroup in com.microsoft.azure.toolkit.lib.common.action Modifier and Type Class Description static classActionGroup.ProxyFields in com.microsoft.azure.toolkit.lib.common.action declared as ActionGroup Modifier and Type Field Description private ActionGroupActionGroup.Proxy. groupMethods in com.microsoft.azure.toolkit.lib.common.action that return ActionGroup Modifier and Type Method Description abstract ActionGroupAzureActionManager. getGroup(String id)Methods in com.microsoft.azure.toolkit.lib.common.action with parameters of type ActionGroup Modifier and Type Method Description abstract voidAzureActionManager. registerGroup(String id, ActionGroup group)Constructors in com.microsoft.azure.toolkit.lib.common.action with parameters of type ActionGroup Constructor Description Proxy(ActionGroup group)Proxy(ActionGroup group, String id)
-