public static class BasicEditorKit.EmacsBackwardKillWordAction extends BasicEditorKit.EmacsKillTypeAction
EmacsBackwardKillWordAction implementation of the action for killing until the previous start of a word and adding or prepending it to the Emacs kill ring.EmacsAction.Tracker| Constructor and Description | 
|---|
BasicEditorKit.EmacsBackwardKillWordAction()
Constructs this object with the appropriate action name. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected boolean | 
killPerformed(java.awt.event.ActionEvent event, BasicEditorPane editor, BasicDocument document, boolean lastActionWasKill)
The kill operation to perform when this action is triggered. 
 | 
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.EmacsBackwardKillWordAction()
protected boolean killPerformed(java.awt.event.ActionEvent event,
                    BasicEditorPane editor,
                    BasicDocument document,
                    boolean lastActionWasKill)
killPerformed in class BasicEditorKit.EmacsKillTypeActionevent - the action eventeditor - the editor his action was invoked indocument - the document associated with the editorlastActionWasKill - whether the previous action was a kill