Package org.apache.jmeter.gui.util
Class IconToolbarBean
- java.lang.Object
-
- org.apache.jmeter.gui.util.IconToolbarBean
-
public final class IconToolbarBean extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetActionName()StringgetActionNameResolve()Resolve action name ID declared in icon set file to ActionNames valueStringgetI18nKey()StringgetIconPath()StringgetIconPathPressed()
-
-
-
Method Detail
-
getActionNameResolve
public String getActionNameResolve()
Resolve action name ID declared in icon set file to ActionNames value- Returns:
- the resolve actionName
-
getI18nKey
public String getI18nKey()
- Returns:
- the i18nKey
-
getActionName
public String getActionName()
- Returns:
- the actionName
-
getIconPath
public String getIconPath()
- Returns:
- the iconPath
-
getIconPathPressed
public String getIconPathPressed()
- Returns:
- the iconPathPressed
-
-