站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

MacroDialogSupport (Editor Library) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.editor.lib/1 1.14.0 3

org.netbeans.editor
Class MacroDialogSupport

java.lang.Object
  extended by org.netbeans.editor.MacroDialogSupport
All Implemented Interfaces:
ActionListener, EventListener

public class MacroDialogSupport
extends Object
implements ActionListener

The support for creating macros.


Constructor Summary
MacroDialogSupport(Class kitClass)
          Creates new MacroDialogSupport
 
Method Summary
 void actionPerformed(ActionEvent evt)
           
 void setBody(String body)
           
protected  int showConfirmDialog(String macroName)
           
 void showMacroDialog()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MacroDialogSupport

public MacroDialogSupport(Class kitClass)
Creates new MacroDialogSupport

Method Detail

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

org.netbeans.modules.editor.lib/1 1.14.0 3

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.