Class BgView

java.lang.Object
de.spiritscorp.datasync.gui.BgView

public class BgView extends Object
Encapsulated system tray presenter. Bridges native AWT desktop toolkit hooks securely onto JavaFX platform thread loops.
Author:
Tom Spirit
  • Constructor Details

    • BgView

      public BgView(BgController controller)
      Create the SystemTrayIcon
      Parameters:
      controller - The controller
  • Method Details

    • getTrayIcon

      public TrayIcon getTrayIcon()
      Returns:
      TrayIcon
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object