org.netbeans.modules.editor.lib/3 3.23.0 19

org.netbeans.editor
Class MacroDialogSupport

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

Deprecated. Without any replacement. This class is no longer functional.

public class MacroDialogSupport
extends Object
implements ActionListener

The support for creating macros.


Constructor Summary
MacroDialogSupport(Class kitClass)
          Deprecated. Creates new MacroDialogSupport
 
Method Summary
 void actionPerformed(ActionEvent evt)
          Deprecated.  
 void setBody(String body)
          Deprecated.  
protected  int showConfirmDialog(String macroName)
          Deprecated.  
 void showMacroDialog()
          Deprecated.  
 
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)
Deprecated. 
Creates new MacroDialogSupport

Method Detail

setBody

public void setBody(String body)
Deprecated. 

showMacroDialog

public void showMacroDialog()
Deprecated. 

showConfirmDialog

protected int showConfirmDialog(String macroName)
Deprecated. 

actionPerformed

public void actionPerformed(ActionEvent evt)
Deprecated. 
Specified by:
actionPerformed in interface ActionListener

org.netbeans.modules.editor.lib/3 3.23.0 19

Built on May 22 2012.  |  Portions Copyright 1997-2012 Oracle. All rights reserved.