Methods in jaligner.ui.util that throw TextComponentUtilException |
static boolean |
TextComponentUtil.open(javax.swing.text.JTextComponent textComponent)
Opens a file and puts the contents of the file in a text component. |
static boolean |
TextComponentUtil.save(javax.swing.text.JTextComponent textComponent,
java.lang.String fileName)
Saves the contents of a text component to a file. |
static boolean |
TextComponentUtil.save(javax.swing.text.JTextComponent textComponent)
Saves the contents of a text component to a file. |
static void |
TextComponentUtil.print(javax.swing.text.JTextComponent textComponent)
Prints the contents of a text component. |