Package org.apache.jmeter.gui.util
Class IconToolbarBean
java.lang.Object
org.apache.jmeter.gui.util.IconToolbarBean
- 
Method Summary
Modifier and TypeMethodDescriptionResolve action name ID declared in icon set file to ActionNames valueintintgetWidth() 
- 
Method Details
- 
getActionNameResolve
Resolve action name ID declared in icon set file to ActionNames value- Returns:
 - the resolve actionName
 
 - 
getI18nKey
- Returns:
 - the i18nKey
 
 - 
getActionName
- Returns:
 - the actionName
 
 - 
getIconPath
- Returns:
 - the iconPath
 
 - 
getIconPathPressed
- Returns:
 - the iconPathPressed
 
 - 
getWidth
public int getWidth()- Returns:
 - desired icon width
 
 - 
getHeight
public int getHeight()- Returns:
 - desired icon height
 
 
 -