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 SummaryNested Classes
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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.AbstractActiongetParentFrame, popupCheckExistingFileListener, popupShouldSave
- 
Constructor Details- 
LookAndFeelCommandpublic LookAndFeelCommand()
 
- 
- 
Method Details- 
getMenuItems
- 
getJMeterLafDeprecated.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:
 
- 
getPreferredLafCommandReturns a command that would activate the preferred LaF.- Returns:
- command that would activate the preferred LaF
 
- 
isDarklafThemepublic static boolean isDarklafTheme()
- 
isDarkpublic static boolean isDark()
- 
activateLookAndFeel
- 
doAction- Specified by:
- doActionin interface- Command
- Overrides:
- doActionin class- AbstractAction
- See Also:
 
- 
getActionNames
 
-