public static class BasicEditorKit.EndAction extends BasicEditorKit.NavigateAction
EndAction implementation of the action for
 moving the caret to the begining of the document, possibly
 extending the selection.BasicAction.MultiSelectionBehaviormultiSelectionBehavior| Constructor and Description | 
|---|
EndAction(java.lang.String actionName,
         boolean performSelect)
Constructs this object with the appropriate action name. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
navigatePerformed(java.awt.event.ActionEvent event,
                 BasicEditorPane editor,
                 BasicDocument document)
The navigation to perform when this action is triggered. 
 | 
actionPerformed, actionPerformMulti, doSelectactionPerformed, actionPerformedOnSelection, actionPerformMultiForSelections, actionSetup, actionTakedown, beep, buildIndent, getFontHeight, getIndentSizeProperty, getLastAction, getMagicCaretPosition, getMagicCaretPosition, getName, getSmartIndentProvider, getSpaces, getTab, getTabs, getTabSizeProperty, getUseAutoIndentProperty, getUseTabsProperty, getVisibleRect, isEditable, lock, setMagicCaretPosition, setMagicCaretPosition, showMessage, skipLeadingIndent, unlockaugmentList, getFocusedComponent, getTextComponentpublic EndAction(java.lang.String actionName,
                 boolean performSelect)
actionName - the name of the navigation actionperformSelect - true to perform selection while navigatingprotected void navigatePerformed(java.awt.event.ActionEvent event,
                                 BasicEditorPane editor,
                                 BasicDocument document)
navigatePerformed in class BasicEditorKit.NavigateActionevent - the action eventeditor - the editor his action was invoked indocument - the document associated with the editor