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

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  String getGotoValueText()
          Get text value of the
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

getGotoValueText

protected final String getGotoValueText()
Get text value of the

Returns:
text value of goto field.
Since:

performGoto

protected boolean performGoto()
Perform the goto operation.

Returns:
whether the dialog should be made invisible or not

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

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