Class OSXIntegration


  • public class OSXIntegration
    extends java.lang.Object
    This class leverages the 'Desktop' awt API in order to follow Mac-specific UI guidelines.

    See Also:
    "http://developer.apple.com/documentation/Java/index.html"
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.awt.Desktop desktop  
      static boolean IS_OSX  
    • Constructor Summary

      Constructors 
      Constructor Description
      OSXIntegration()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void init​(LogUI logUI)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • IS_OSX

        public static final boolean IS_OSX
      • desktop

        private static final java.awt.Desktop desktop
    • Constructor Detail

      • OSXIntegration

        public OSXIntegration()
    • Method Detail

      • init

        public static final void init​(LogUI logUI)