Uses of Class
java.text.MessageFormat
-
Packages that use MessageFormat 软件包 描述 javax.swing 提供一组“轻量级”(全Java语言)组件,这些组件在所有平台上尽可能地工作。javax.swing.text 提供处理可编辑和不可编辑文本组件的类和接口。 -
-
Uses of MessageFormat in javax.swing
Methods in javax.swing with parameters of type MessageFormat 变量和类型 方法 描述 Printable
JTable. getPrintable(JTable.PrintMode printMode, MessageFormat headerFormat, MessageFormat footerFormat)
返回Printable
以用于打印此JTable。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
。 -
Uses of MessageFormat in javax.swing.text
Methods in javax.swing.text with parameters of type MessageFormat 变量和类型 方法 描述 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
的内容。
-