public final class LAFUtil extends Object
Modifier and Type | Method and Description |
---|---|
static String[][] |
getAvailableLookAndFeels()
Gets list of available look and feels, taking some OS-specific look and
feels into account.
|
static String[] |
getLookAndFeel()
Gets the name and class of the current look and feel.
|
static void |
initLookAndFeel()
Initializes some look and feel parameters.
|
static boolean |
isGTKLookAndFeel()
Gets whether the current look and feel is GTK+.
|
static boolean |
isMacLookAndFeel()
Gets whether the current look and feel is Mac OS X native.
|
static boolean |
isPlasticLookAndFeel()
Gets whether the current look and feel is one of the JGoodies Plastic
series.
|
static boolean |
isWindowsLookAndFeel()
Gets whether the current look and feel is Windows native.
|
public static void initLookAndFeel()
public static String[] getLookAndFeel()
public static boolean isMacLookAndFeel()
public static boolean isWindowsLookAndFeel()
public static boolean isGTKLookAndFeel()
public static boolean isPlasticLookAndFeel()
public static String[][] getAvailableLookAndFeels()
String[2][*]
, with String[0]
being the L+F names, and String[1]
being the fully
qualified L+F class names.Copyright © 2015–2022 SciJava. All rights reserved.