public static class BasicEditorKit.GotoMatchingBraceAction extends BasicAction
GotoMatchingBraceAction implementation of the
 action to move the cursor to the matching brace (if brace
 matching is available.)BasicAction.MultiSelectionBehaviormultiSelectionBehavior| Constructor and Description | 
|---|
GotoMatchingBraceAction(java.lang.String actionName,
                       boolean performSelect)
Constructs this object with the appropriate action name. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
actionPerformed(java.awt.event.ActionEvent event,
               BasicEditorPane editor,
               BasicDocument document)
The navigate operation to perform when this action is triggered. 
 | 
actionPerformed, actionPerformedOnSelection, actionPerformMulti, 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 GotoMatchingBraceAction(java.lang.String actionName,
                               boolean performSelect)
public void actionPerformed(java.awt.event.ActionEvent event,
                            BasicEditorPane editor,
                            BasicDocument document)
actionPerformed in class BasicActionevent - the action eventeditor - the editor his action was invoked indocument - the document associated with the editor