Package com.actelion.research.gui
Class LookAndFeelHelper
- java.lang.Object
-
- com.actelion.research.gui.LookAndFeelHelper
-
public class LookAndFeelHelper extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description LookAndFeelHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
isAqua()
static boolean
isDarkLookAndFeel()
static boolean
isNewSubstance()
This is Substance from version 5static boolean
isOldSubstance()
This is Substance version 3 or 4static boolean
isQuaQua()
static boolean
isSubstance()
-
-
-
Method Detail
-
isQuaQua
public static boolean isQuaQua()
-
isAqua
public static boolean isAqua()
-
isOldSubstance
public static boolean isOldSubstance()
This is Substance version 3 or 4- Returns:
-
isNewSubstance
public static boolean isNewSubstance()
This is Substance from version 5- Returns:
-
isSubstance
public static boolean isSubstance()
-
isDarkLookAndFeel
public static boolean isDarkLookAndFeel()
-
-