| |
|
| javax.swing.JPanel org.netbeans.editor.MacroSavePanel
MacroSavePanel | public class MacroSavePanel extends javax.swing.JPanel (Code) | | The component for displaying and editing just recorded macro. It allows you
to define a name for the macro and bound keystrokes to it.
author: Petr Nejedly version: 1.0 |
Inner Class :class KeySequenceRequester | |
MacroSavePanel | public MacroSavePanel(Class kitClass)(Code) | | Creates new form SaveMacroPanel
|
getKeySequences | public List getKeySequences()(Code) | | List of KeyStroke[] |
popupNotify | public void popupNotify()(Code) | | |
setKeySequences | public void setKeySequences(List sequences)(Code) | | Parameters: sequences - List of KeyStroke[] bounds to this macro |
|
|
|