public static class EmacsKeyBindings.CapitalizeWordAction
extends javax.swing.text.TextAction
Constructor and Description |
---|
CapitalizeWordAction(java.lang.String nm) |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent event)
At first the same code as in
EmacsKeyBindings.DowncaseWordAction is performed, to ensure the
word is in lower case, then the first letter is capialized. |
augmentList, getFocusedComponent, getTextComponent
public void actionPerformed(java.awt.event.ActionEvent event)
EmacsKeyBindings.DowncaseWordAction
is performed, to ensure the
word is in lower case, then the first letter is capialized.