Package jsyntaxpane.actions.gui
Interface EscapeListener
- All Superinterfaces:
RootPaneContainer
- All Known Implementing Classes:
ComboCompletionDialog
,GotoLineDialog
,QuickFindDialog
,ReflectCompletionDialog
,ReplaceDialog
,ShowAbbsDialog
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
Modifier and TypeMethodDescriptionvoid
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 Details
-
escapePressed
void escapePressed()This method will be called when ESC key is pressed.
-