Package org.bidib.wizard.spy.tray
Class Tray
- java.lang.Object
-
- org.bidib.wizard.spy.tray.Tray
-
public class Tray extends Object
-
-
Constructor Summary
Constructors Constructor Description Tray(TrayActionExecutor trayActionExecutor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcleanup()voidinit()voidsetPortStatus(org.bidib.jbidibc.messages.base.BidibPortStatusListener.PortStatus portStatus)voidshowBalloonMessage(String caption, String message, TrayIcon.MessageType type)Show a balloon message on the tray icon.protected voidupdatePopupMenu()
-
-
-
Constructor Detail
-
Tray
public Tray(TrayActionExecutor trayActionExecutor)
-
-
Method Detail
-
init
public void init()
-
showBalloonMessage
public void showBalloonMessage(String caption, String message, TrayIcon.MessageType type)
Show a balloon message on the tray icon.- Parameters:
caption- the caption of the messagemessage- the message texttype- the type
-
cleanup
public void cleanup()
-
updatePopupMenu
protected void updatePopupMenu()
-
setPortStatus
public void setPortStatus(org.bidib.jbidibc.messages.base.BidibPortStatusListener.PortStatus portStatus)
-
-