org.netbeans.modules.editor.lib/1 1.44.0 9

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.44.0 9

Built on November 21 2009.  |  Portions Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.