Package org.apache.jmeter.gui.action
Class LookAndFeelCommand
java.lang.Object
org.apache.jmeter.gui.action.AbstractAction
org.apache.jmeter.gui.action.LookAndFeelCommand
- All Implemented Interfaces:
 Command
Implements the Look and Feel menu item.
- 
Nested Class Summary
Nested Classes - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic voidactivateLookAndFeel(String command) voiddoAction(ActionEvent ev) static StringDeprecated.see #getPreferredLafCommandstatic StringReturns a command that would activate the preferred LaF.static booleanisDark()static booleanMethods inherited from class org.apache.jmeter.gui.action.AbstractAction
getParentFrame, popupCheckExistingFileListener, popupShouldSave 
- 
Constructor Details
- 
LookAndFeelCommand
public LookAndFeelCommand() 
 - 
 - 
Method Details
- 
getMenuItems
 - 
getJMeterLaf
Deprecated.see #getPreferredLafCommandGet 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
 - See Also:
 
 - 
getPreferredLafCommand
Returns a command that would activate the preferred LaF.- Returns:
 - command that would activate the preferred LaF
 
 - 
isDarklafTheme
public static boolean isDarklafTheme() - 
isDark
public static boolean isDark() - 
activateLookAndFeel
 - 
doAction
- Specified by:
 doActionin interfaceCommand- Overrides:
 doActionin classAbstractAction- See Also:
 
 - 
getActionNames
 
 -