软件包 | 描述 |
---|---|
javax.swing |
提供了一套“轻量级”(所有的java语言)组件,以最大可能的程度,在所有平台上工作。
|
javax.swing.text |
提供类和接口处理编辑和不可编辑的文本组件。
|
Modifier and Type | Method and Description |
---|---|
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 版画。
|
Modifier and Type | Method and Description |
---|---|
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 打印内容。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.