public static final class BasicEditorKit.EmacsCapitalizeWordAction extends BasicEditorKit.EmacsCaseWordAction
EmacsCapitalizeWordAction is the action for
 capitalizing the next non-whitespace character, and converting to
 the next end of a word to all lowercase.EmacsAction.TrackerBasicAction.MultiSelectionBehaviormultiSelectionBehavior| Constructor and Description | 
|---|
EmacsCapitalizeWordAction()
Constructs this object with the appropriate action name. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
EditDescriptor | 
getEditDescriptor()
Fetch the edit descriptor to use for undo purposes. 
 | 
java.lang.String | 
performModification(java.lang.String wordText)
Perform the case changes to the word text. 
 | 
actionPerformedlock, unlockaddKillRing, appendKillRing, getClipboardText, getMark, getSystemClipboard, popKillRing, prependKillRing, removeMark, setClipboardText, setMark, setSystemClipboard, showEndBufferMessage, showMarkNotSetMessage, showMarkSetMessage, showNextKillAppendMessage, showPreviousNotYankMessage, showReadOnlyMessage, yankKillRingactionPerformed, actionPerformedOnSelection, actionPerformMulti, actionPerformMultiForSelections, actionSetup, actionTakedown, beep, buildIndent, getFontHeight, getIndentSizeProperty, getLastAction, getMagicCaretPosition, getMagicCaretPosition, getName, getSmartIndentProvider, getSpaces, getTab, getTabs, getTabSizeProperty, getUseAutoIndentProperty, getUseTabsProperty, getVisibleRect, isEditable, setMagicCaretPosition, setMagicCaretPosition, showMessage, skipLeadingIndentaugmentList, getFocusedComponent, getTextComponentpublic EmacsCapitalizeWordAction()
public java.lang.String performModification(java.lang.String wordText)
performModification in class BasicEditorKit.EmacsCaseWordActionwordText - the word text to perform the case changes topublic EditDescriptor getEditDescriptor()
getEditDescriptor in class BasicEditorKit.EmacsCaseWordAction