public class FrameGatewayTray extends Object implements DavGatewayTrayInterface
| Modifier | Constructor and Description |
|---|---|
protected |
FrameGatewayTray() |
| Modifier and Type | Method and Description |
|---|---|
void |
about()
Open about window dialog
|
protected void |
buildMenu() |
protected void |
createAndShowGUI() |
void |
displayMessage(String message,
org.apache.log4j.Level level)
Log and display the balloon message according to log level.
|
void |
dispose()
destroy frames
|
List<Image> |
getFrameIcons()
Return AWT Image icon for the frame title.
|
void |
inactiveIcon()
Set the tray icon to inactive (network down)
|
void |
init()
Create the tray icon and register frame listeners.
|
boolean |
isActive()
Check if the current tray status is inactive (network down).
|
void |
preferences()
Open the settings window dialog
|
void |
resetIcon()
Set the tray icon to inactive (network down)
|
void |
switchIcon()
Switch tray icon between active and standby icon.
|
public List<Image> getFrameIcons()
getFrameIcons in interface DavGatewayTrayInterfacepublic void switchIcon()
switchIcon in interface DavGatewayTrayInterfacepublic void resetIcon()
resetIcon in interface DavGatewayTrayInterfacepublic void inactiveIcon()
inactiveIcon in interface DavGatewayTrayInterfacepublic boolean isActive()
isActive in interface DavGatewayTrayInterfacepublic void displayMessage(String message, org.apache.log4j.Level level)
displayMessage in interface DavGatewayTrayInterfacemessage - text messagelevel - log levelpublic void about()
public void preferences()
public void init()
init in interface DavGatewayTrayInterfacepublic void dispose()
DavGatewayTrayInterfacedispose in interface DavGatewayTrayInterfaceprotected void buildMenu()
protected void createAndShowGUI()
Copyright © 2001–2026 MickaĆ«l Guessant. All rights reserved.