JavaTM 2 Platform
Standard Ed. 6

类 java.text.MessageFormat
的使用

使用 MessageFormat 的软件包
javax.swing 提供一组“轻量级”(全部是 Java 语言)组件,尽量让这些组件在所有平台上的工作方式都相同。 
javax.swing.text 提供类 HTMLEditorKit 和创建 HTML 文本编辑器的支持类。 
 

javax.swingMessageFormat 的使用
 

参数类型为 MessageFormatjavax.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.textMessageFormat 的使用
 

参数类型为 MessageFormatjavax.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