public static final class BasicEditorKit.EmacsUpcaseWordAction extends BasicEditorKit.EmacsCaseWordAction
EmacsUpcaseWordAction is the action for
converting from the current position to the next end of a word to
all uppercase.EmacsAction.TrackerBasicAction.MultiSelectionBehaviormultiSelectionBehavior| Constructor and Description |
|---|
EmacsUpcaseWordAction()
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 EmacsUpcaseWordAction()
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