- java.lang.Object
-
- java.util.EventObject
-
- java.awt.desktop.AppEvent
-
- java.awt.desktop.FilesEvent
-
- java.awt.desktop.PrintFilesEvent
-
- すべての実装されたインタフェース:
Serializable
public final class PrintFilesEvent extends FilesEvent
アプリケーションがファイルのリストを印刷するように要求されたときに送信されるイベント。- 導入されたバージョン:
- 9
- 関連項目:
PrintFilesHandler.printFiles(PrintFilesEvent)
, 「直列化されたフォーム」
-
-
フィールドのサマリー
-
クラス java.util.EventObjectで宣言されたフィールド
source
-
-
コンストラクタのサマリー
コンストラクタ コンストラクタ 説明 PrintFilesEvent(List<File> files)
PrintFilesEvent
を構築します。
-
-
-
コンストラクタの詳細
-
PrintFilesEvent
public PrintFilesEvent(List<File> files)
PrintFilesEvent
を構築します。- パラメータ:
files
- ファイルのリスト- 例外:
HeadlessException
-GraphicsEnvironment.isHeadless()
がtrue
を返す場合UnsupportedOperationException
- 現在のプラットフォームでデスクトップAPIがサポートされていない場合- 関連項目:
Desktop.isDesktopSupported()
,GraphicsEnvironment.isHeadless()
-
-