当前页面:
在线文档首页 >
NetBeans API Javadoc (Current Development Version)
GotoDialogSupport (Editor Library) - NetBeans API Javadoc (Current Development Version)
org.netbeans.editor.ext
Class GotoDialogSupport
java.lang.Object
org.netbeans.editor.ext.GotoDialogSupport
- All Implemented Interfaces:
- ActionListener, EventListener
public class GotoDialogSupport
- extends Object
- implements ActionListener
Support for displaying goto dialog
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GotoDialogSupport
public GotoDialogSupport()
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