|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個 下一個 | 框架 無框架 |
使用 MessageFormat 的軟體套件 | |
---|---|
javax.swing | 提供一組“輕量級”(全部是 Java 語言)元件,盡量讓這些元件在所有平臺上的工作方式都相同。 |
javax.swing.text | 提供類別 HTMLEditorKit 和創建 HTML 文本編輯器的支持類別。 |
javax.swing 中 MessageFormat 的使用 |
---|
參數型別為 MessageFormat 的 javax.swing 中的方法 | |
---|---|
Printable |
JTable.getPrintable(JTable.PrintMode printMode,
MessageFormat headerFormat,
MessageFormat footerFormat)
返回列印此 JTable 中所使用的 Printable 。 |
boolean |
JTable.print(JTable.PrintMode printMode,
MessageFormat headerFormat,
MessageFormat footerFormat)
一個便捷的方法,它顯示一個列印對話框,然後以給定的列印網要列印此 JTable ,列印指定的標題和腳注文本。 |
boolean |
JTable.print(JTable.PrintMode printMode,
MessageFormat headerFormat,
MessageFormat footerFormat,
boolean showPrintDialog,
PrintRequestAttributeSet attr,
boolean interactive)
根據完全功能 print 方法的指定列印此表,將預設印表機指定為列印服務。 |
boolean |
JTable.print(JTable.PrintMode printMode,
MessageFormat headerFormat,
MessageFormat footerFormat,
boolean showPrintDialog,
PrintRequestAttributeSet attr,
boolean interactive,
PrintService service)
列印此 JTable 。 |
javax.swing.text 中 MessageFormat 的使用 |
---|
參數型別為 MessageFormat 的 javax.swing.text 中的方法 | |
---|---|
Printable |
JTextComponent.getPrintable(MessageFormat headerFormat,
MessageFormat footerFormat)
返回一個 Printable ,用於列印此 JTextComponent 的內容。 |
boolean |
JTextComponent.print(MessageFormat headerFormat,
MessageFormat footerFormat)
一個便捷列印方法,它顯示列印對話框,然後在交互 網要下列印此 JTextComponent ,列印指定的標題和腳注文本。 |
boolean |
JTextComponent.print(MessageFormat headerFormat,
MessageFormat footerFormat,
boolean showPrintDialog,
PrintService service,
PrintRequestAttributeSet attributes,
boolean interactive)
列印此 JTextComponent 的內容。 |
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個 下一個 | 框架 無框架 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。