public class GoToMemberAction
extends javax.swing.text.TextAction
AbstractSourceTree representing that source, and add
this action to RSyntaxTextArea's input/action maps, so users
can easily navigate to functions, methods, etc.The preferred keystroke to bind this action to is Ctrl+Shift+O (Cmd+Shift+O on Mac). Language supports should also be sure to uninstall this shortcut when they are uninstalled themselves.
GoToMemberWindow,
Serialized Form| Constructor and Description |
|---|
GoToMemberAction(java.lang.Class<?> outlineTreeClass)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
augmentList, getFocusedComponent, getTextComponentpublic GoToMemberAction(java.lang.Class<?> outlineTreeClass)
outlineTreeClass - A class extending AbstractSourceTree.
This class must have a no-argument constructor.