JavaTM Platform
Standard Ed. 6

クラス
java.awt.JobAttributes.DefaultSelectionType の使用

JobAttributes.DefaultSelectionType を使用しているパッケージ
java.awt ユーザーインタフェースの作成およびグラフィックスとイメージのペイント用のすべてのクラスを含みます。 
 

java.awt での JobAttributes.DefaultSelectionType の使用
 

JobAttributes.DefaultSelectionType として宣言されている java.awt のフィールド
static JobAttributes.DefaultSelectionType JobAttributes.DefaultSelectionType.ALL
          ジョブの全ページが印刷されるように指定するための DefaultSelectionType インスタンスです。
static JobAttributes.DefaultSelectionType JobAttributes.DefaultSelectionType.RANGE
          ジョブの一部ページ範囲が印刷されるように指定するための DefaultSelectionType インスタンスです。
static JobAttributes.DefaultSelectionType JobAttributes.DefaultSelectionType.SELECTION
          現在の選択範囲が印刷されるように指定するための DefaultSelectionType インスタンスです。
 

JobAttributes.DefaultSelectionType を返す java.awt のメソッド
 JobAttributes.DefaultSelectionType JobAttributes.getDefaultSelection()
          これらの属性を使用するジョブについて、アプリケーションが印刷する対象が、全ページ、getPageRanges の戻り値で指定された範囲、または現在の選択範囲なのかを指定します。
 

JobAttributes.DefaultSelectionType 型のパラメータを持つ java.awt のメソッド
 void JobAttributes.setDefaultSelection(JobAttributes.DefaultSelectionType defaultSelection)
          これらの属性を使用するジョブについて、アプリケーションが印刷する対象が、全ページ、getPageRanges の戻り値で指定された範囲、または現在の選択範囲なのかを指定します。
 

JobAttributes.DefaultSelectionType 型のパラメータを持つ java.awt のコンストラクタ
JobAttributes(int copies, JobAttributes.DefaultSelectionType defaultSelection, JobAttributes.DestinationType destination, JobAttributes.DialogType dialog, String fileName, int maxPage, int minPage, JobAttributes.MultipleDocumentHandlingType multipleDocumentHandling, int[][] pageRanges, String printer, JobAttributes.SidesType sides)
          各属性に指定された値を持つ JobAttributes インスタンスを構築します。
 


JavaTM Platform
Standard Ed. 6

バグの報告と機能のリクエスト
さらに詳しい API リファレンスおよび開発者ドキュメントについては、Java SE 開発者用ドキュメントを参照してください。開発者向けの詳細な解説、概念の概要、用語の定義、バグの回避策、およびコード実例が含まれています。

Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。