@AutoService(value=Command.class) public class LookAndFeelCommand extends AbstractAction
| Modifier and Type | Class and Description |
|---|---|
static class |
LookAndFeelCommand.MenuItem |
| Constructor and Description |
|---|
LookAndFeelCommand() |
| Modifier and Type | Method and Description |
|---|---|
static void |
activateLookAndFeel(String command) |
void |
doAction(ActionEvent ev) |
Set<String> |
getActionNames() |
static String |
getJMeterLaf()
Deprecated.
see #getPreferredLafCommand
|
static Collection<LookAndFeelCommand.MenuItem> |
getMenuItems() |
static String |
getPreferredLafCommand()
Returns a command that would activate the preferred LaF.
|
static boolean |
isDark() |
static boolean |
isDarklafTheme() |
getParentFrame, popupCheckExistingFileListener, popupShouldSavepublic static Collection<LookAndFeelCommand.MenuItem> getMenuItems()
@Deprecated public static String getJMeterLaf()
getPreferredLafCommand()public static String getPreferredLafCommand()
public static boolean isDarklafTheme()
public static boolean isDark()
public static void activateLookAndFeel(String command)
public void doAction(ActionEvent ev)
doAction in interface CommanddoAction in class AbstractActionCommand.doAction(ActionEvent)Copyright © 1998-2023 Apache Software Foundation. All Rights Reserved.