java.awt.peer
Interface SystemTrayPeer


public interface SystemTrayPeer

Disabled: no SafeJ information.

The peer interface for SystemTray. This doesn't need to be implemented if SystemTray.isSupported() returns false.


Method Summary
 Dimension getTrayIconSize()
          Returns the size of the system tray icon.
 

Method Detail

getTrayIconSize

Dimension getTrayIconSize()
Class is disabled.

Returns the size of the system tray icon.

Returns:
the size of the system tray icon
See Also:
SystemTray.getTrayIconSize()