public static final class BasicEditorKit.EmacsDowncaseWordAction extends BasicEditorKit.EmacsCaseWordAction
EmacsDowncaseWordAction is the action for
 converting from the current position to the next end of a word to
 all lowercase.EmacsAction.Tracker| Constructor and Description | 
|---|
BasicEditorKit.EmacsDowncaseWordAction()
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, beep, buildIndent, getFontHeight, getIndentSizeProperty, getLastAction, getMagicCaretPosition, getName, getSmartIndentProvider, getSpaces, getTab, getTabs, getTabSizeProperty, getUseAutoIndentProperty, getUseTabsProperty, getVisibleRect, isEditable, setMagicCaretPosition, showMessage, skipLeadingIndentaugmentList, getFocusedComponent, getTextComponentpublic BasicEditorKit.EmacsDowncaseWordAction()
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