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

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

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

org.netbeans.editor.ext
Class GotoDialogSupport

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

public class GotoDialogSupport
extends Object
implements ActionListener

Support for displaying goto dialog


Constructor Summary
GotoDialogSupport()
           
 
Method Summary
 void actionPerformed(ActionEvent evt)
           
protected  Dialog createGotoDialog()
           
protected  void disposeGotoDialog()
           
protected  boolean performGoto()
          Perform the goto operation.
 void showGotoDialog(KeyEventBlocker blocker)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GotoDialogSupport

public GotoDialogSupport()
Method Detail

createGotoDialog

protected Dialog createGotoDialog()

disposeGotoDialog

protected void disposeGotoDialog()

showGotoDialog

public void showGotoDialog(KeyEventBlocker blocker)

actionPerformed

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

performGoto

protected boolean performGoto()
Perform the goto operation.

Returns:
whether the dialog should be made invisible or not

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.