JavaTM 2 Platform
Standard Ed. 6

类 java.awt.Desktop.Action
的使用

使用 Desktop.Action 的软件包
java.awt 包含用于创建用户界面和绘制图形图像的所有类。 
 

java.awtDesktop.Action 的使用
 

返回 Desktop.Actionjava.awt 中的方法
static Desktop.Action Desktop.Action.valueOf(String name)
          返回带有指定名称的该类型的枚举常量。
static Desktop.Action[] Desktop.Action.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

参数类型为 Desktop.Actionjava.awt 中的方法
 boolean Desktop.isSupported(Desktop.Action action)
          测试当前平台是否支持某一动作。
 


JavaTM 2 Platform
Standard Ed. 6

提交错误或意见

版权所有 2008 Sun Microsystems, Inc. 保留所有权利。请遵守GNU General Public License, version 2 only