Class MacIntegration

    • Constructor Summary

      Constructors 
      Constructor Description
      MacIntegration()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void activateGUI()
      Activates integration.
      java.io.File getConfigDir​(java.io.File defaultConfigDir)
      Get the location of system config directory (not program config directory)
      java.io.File getDataDir​(java.io.File defaultDataDir)
      Get the location of system data directory (not program data directory)
      java.io.File getGatewayDir​(java.io.File defaultDir)  
      java.io.File getLogFile​(java.io.File defaultLogFile)
      Get the location of a program log file
      java.lang.String getProgramDirName​(java.lang.String defaultProgramDirName)
      Returns how the program directory in system directories should be named
      protected void initialize()
      Perform initialization of Mac integration.
      boolean isModalSheetVisible()
      Is some modal sheet of main window visible?
      void registerModalSheet​(javax.swing.JDialog dialog)
      Register modal sheet for proper handling.
      void setActionBean​(ActionBean bean)
      Set action bean.
      void setSMSCount​(java.lang.Integer count)
      Set SMS count.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait