Package 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.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
escapePressed()
This method will be called when ESC key is pressed.
-