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.Tracker
Constructor and Description |
---|
BasicEditorKit.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.
|
actionPerformed
lock, unlock
addKillRing, appendKillRing, getClipboardText, getMark, getSystemClipboard, popKillRing, prependKillRing, removeMark, setClipboardText, setMark, setSystemClipboard, showEndBufferMessage, showMarkNotSetMessage, showMarkSetMessage, showNextKillAppendMessage, showPreviousNotYankMessage, showReadOnlyMessage, yankKillRing
actionPerformed, beep, buildIndent, getFontHeight, getIndentSizeProperty, getLastAction, getMagicCaretPosition, getName, getSmartIndentProvider, getSpaces, getTab, getTabs, getTabSizeProperty, getUseAutoIndentProperty, getUseTabsProperty, getVisibleRect, isEditable, setMagicCaretPosition, showMessage, skipLeadingIndent
augmentList, getFocusedComponent, getTextComponent
public BasicEditorKit.EmacsCapitalizeWordAction()
public java.lang.String performModification(java.lang.String wordText)
performModification
in class BasicEditorKit.EmacsCaseWordAction
wordText
- the word text to perform the case changes topublic EditDescriptor getEditDescriptor()
getEditDescriptor
in class BasicEditorKit.EmacsCaseWordAction