Java java.awt SystemTray fields, constructors, methods, implement or subclass

Example usage for Java java.awt SystemTray fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.awt SystemTray.

The text is from its open source code.

Method

voidadd(TrayIcon trayIcon)
Adds a TrayIcon to the SystemTray .
voidaddPropertyChangeListener(String propertyName, PropertyChangeListener listener)
Adds a PropertyChangeListener to the list of listeners for the specific property.
PropertyChangeListener[]getPropertyChangeListeners(String propertyName)
Returns an array of all the listeners that have been associated with the named property.
SystemTraygetSystemTray()
Gets the SystemTray instance that represents the desktop's tray area.
TrayIcon[]getTrayIcons()
Returns an array of all icons added to the tray by this application.
DimensiongetTrayIconSize()
Returns the size, in pixels, of the space that a tray icon will occupy in the system tray.
booleanisSupported()
Returns whether the system tray is supported on the current platform.
voidremove(TrayIcon trayIcon)
Removes the specified TrayIcon from the SystemTray .
voidremovePropertyChangeListener(String propertyName, PropertyChangeListener listener)
Removes a PropertyChangeListener from the listener list for a specific property.