Package org.apache.jmeter.gui.action
Class LookAndFeelCommand
java.lang.Object
org.apache.jmeter.gui.action.LookAndFeelCommand
- All Implemented Interfaces:
Command
Implements the Look and Feel menu item.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
doAction
(ActionEvent ev) static String
Get LookAndFeel classname from the following properties: User preferences key: "laf" jmeter.laf.<os.name> - lowercased; spaces replaced by '_' jmeter.laf.<os.family> - lowercased. jmeter.laf UIManager.getCrossPlatformLookAndFeelClassName()
-
Constructor Details
-
LookAndFeelCommand
public LookAndFeelCommand()
-
-
Method Details
-
getJMeterLaf
Get LookAndFeel classname from the following properties:- User preferences key: "laf"
- jmeter.laf.<os.name> - lowercased; spaces replaced by '_'
- jmeter.laf.<os.family> - lowercased.
- jmeter.laf
- UIManager.getCrossPlatformLookAndFeelClassName()
- Returns:
- LAF classname
-
doAction
-
getActionNames
- Specified by:
getActionNames
in interfaceCommand
-