jsyntaxpane.actions.gui
Interface EscapeListener

All Superinterfaces:
javax.swing.RootPaneContainer
All Known Implementing Classes:
ComboCompletionDialog, GotoLineDialog, QuickFindDialog, ReflectCompletionDialog, ReplaceDialog, ShowAbbsDialog

public interface EscapeListener
extends javax.swing.RootPaneContainer

This interface is used by dialogs that will need to listen to ESC key. When the ESC key is pressed, escapePressed is called.

Author:
Ayman Al-Sairafi

Method Summary
 void escapePressed()
          This method will be called when ESC key is pressed.
 
Methods inherited from interface javax.swing.RootPaneContainer
getContentPane, getGlassPane, getLayeredPane, getRootPane, setContentPane, setGlassPane, setLayeredPane
 

Method Detail

escapePressed

void escapePressed()
This method will be called when ESC key is pressed.