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 booleanisAqua()static booleanisDarkLookAndFeel()static booleanisNewSubstance()This is Substance from version 5static booleanisOldSubstance()This is Substance version 3 or 4static booleanisQuaQua()static booleanisSubstance()
-
-
-
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()
-
-