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

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

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

org.netbeans.editor.ext
Class FindDialogSupport

java.lang.Object
  extended by java.awt.event.WindowAdapter
      extended by org.netbeans.editor.ext.FindDialogSupport
All Implemented Interfaces:
ActionListener, WindowFocusListener, WindowListener, WindowStateListener, EventListener

Deprecated. Without any replacement.

public class FindDialogSupport
extends WindowAdapter
implements ActionListener

Support for displaying find and replace dialogs


Method Summary
 void actionPerformed(ActionEvent evt)
          Deprecated.  
static FindDialogSupport getFindDialogSupport()
          Deprecated.  
 void hideDialog()
          Deprecated.  
 void showFindDialog(KeyEventBlocker blocker)
          Deprecated.  
 void showReplaceDialog(KeyEventBlocker blocker)
          Deprecated.  
 void windowActivated(WindowEvent evt)
          Deprecated.  
 void windowClosed(WindowEvent e)
          Deprecated.  
 void windowClosing(WindowEvent e)
          Deprecated.  
 void windowDeactivated(WindowEvent evt)
          Deprecated.  
 
Methods inherited from class java.awt.event.WindowAdapter
windowDeiconified, windowGainedFocus, windowIconified, windowLostFocus, windowOpened, windowStateChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFindDialogSupport

public static FindDialogSupport getFindDialogSupport()
Deprecated. 

windowActivated

public void windowActivated(WindowEvent evt)
Deprecated. 
Specified by:
windowActivated in interface WindowListener
Overrides:
windowActivated in class WindowAdapter

windowDeactivated

public void windowDeactivated(WindowEvent evt)
Deprecated. 
Specified by:
windowDeactivated in interface WindowListener
Overrides:
windowDeactivated in class WindowAdapter

windowClosing

public void windowClosing(WindowEvent e)
Deprecated. 
Specified by:
windowClosing in interface WindowListener
Overrides:
windowClosing in class WindowAdapter

windowClosed

public void windowClosed(WindowEvent e)
Deprecated. 
Specified by:
windowClosed in interface WindowListener
Overrides:
windowClosed in class WindowAdapter

showFindDialog

public void showFindDialog(KeyEventBlocker blocker)
Deprecated. 

showReplaceDialog

public void showReplaceDialog(KeyEventBlocker blocker)
Deprecated. 

hideDialog

public void hideDialog()
Deprecated. 

actionPerformed

public void actionPerformed(ActionEvent evt)
Deprecated. 
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.