Package org.apache.jmeter.gui.action
Class LookAndFeelCommand
- java.lang.Object
-
- org.apache.jmeter.gui.action.LookAndFeelCommand
-
-
Constructor Summary
Constructors Constructor Description LookAndFeelCommand()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doAction(ActionEvent ev)
Set<String>
getActionNames()
static String
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()
-
-
-
Method Detail
-
getJMeterLaf
public static String 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
public void doAction(ActionEvent ev)
-
getActionNames
public Set<String> getActionNames()
- Specified by:
getActionNames
in interfaceCommand
-
-