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