Class ActionView
- java.lang.Object
-
- com.microsoft.azure.toolkit.lib.common.action.ActionView
-
- All Implemented Interfaces:
IView,IView.Label
public class ActionView extends Object implements IView.Label
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classActionView.Builder-
Nested classes/interfaces inherited from interface com.microsoft.azure.toolkit.lib.common.view.IView
IView.Label
-
Nested classes/interfaces inherited from interface com.microsoft.azure.toolkit.lib.common.view.IView.Label
IView.Label.Static
-
-
Constructor Summary
Constructors Constructor Description ActionView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddispose()StringgetDescription()-
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.view.IView.Label
getIconPath, getLabel, isEnabled, refresh
-
-
-
-
Field Detail
-
iconPath
private final String iconPath
-
title
@Nullable private AzureString title
-
enabled
private final boolean enabled
-
-
Method Detail
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceIView.Label
-
-