|
JDIC API V2006 Release 0308 | |||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造函数 | 方法 | 详细信息: 字段 | 构造函数 | 方法 |
java.lang.Objectorg.jdesktop.jdic.tray.SystemTray
public class SystemTray
The SystemTray
class represents the System Tray for a desktop.
For any desktop there may be more than one instance of the System
Tray but this is most commonly not the case. Typically a desktop
will have one SystemTray. On Gnome and Windows this tray is
referred to as the Notification Area.
方法摘要 | |
---|---|
void |
addTrayIcon(TrayIcon trayIcon)
Adds a TrayIcon to the SystemTray |
static SystemTray |
getDefaultSystemTray()
Gets the default SystemTray for the desktop. |
void |
removeTrayIcon(TrayIcon trayIcon)
Removes the specified TrayIcon from the SystemTray |
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
方法详细信息 |
---|
public static SystemTray getDefaultSystemTray()
public void addTrayIcon(TrayIcon trayIcon)
TrayIcon
to the SystemTray
trayIcon
- public void removeTrayIcon(TrayIcon trayIcon)
TrayIcon
from the SystemTray
trayIcon
-
|
JDIC API V2006 Release 0308 | |||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造函数 | 方法 | 详细信息: 字段 | 构造函数 | 方法 |
That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, working code examples, license terms and bug report information.
Copyright (c) 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.