当前页面:
在线文档首页 >
NetBeans API Javadoc (Current Development Version)
MacroDialogSupport (Editor Library) - NetBeans API Javadoc (Current Development Version)
org.netbeans.editor
Class MacroDialogSupport
java.lang.Object
org.netbeans.editor.MacroDialogSupport
- All Implemented Interfaces:
- ActionListener, EventListener
public class MacroDialogSupport
- extends Object
- implements ActionListener
The support for creating macros.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MacroDialogSupport
public MacroDialogSupport(Class kitClass)
- Creates new MacroDialogSupport
setBody
public void setBody(String body)
showMacroDialog
public void showMacroDialog()
showConfirmDialog
protected int showConfirmDialog(String macroName)
actionPerformed
public void actionPerformed(ActionEvent evt)
- Specified by:
actionPerformed
in interface ActionListener