java.lang.Object
atlantafx.base.util.PlatformUtils
A utility class that provides just some platform methods that's commonly
necessary for control/skin development.
-
Method Summary
-
Method Details
-
isWindows
public static boolean isWindows()Returns "true" if this is Windows. -
isMac
public static boolean isMac()Returns "true" if this is Mac. -
isLinux
public static boolean isLinux()Returns "true" if this is Linux. -
isUnix
public static boolean isUnix()Returns "true" if this is a UNIX like system.
-