Package org.omegat.gui.dialogs
Class KeyStrokeEditorDialog
- java.lang.Object
-
- org.omegat.gui.dialogs.KeyStrokeEditorDialog
-
public class KeyStrokeEditorDialog extends java.lang.Object
A dialog for inputting a keystroke (e.g. "Shift+Ctrl+S")
-
-
Constructor Summary
Constructors Constructor Description KeyStrokeEditorDialog(javax.swing.KeyStroke keyStroke)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.swing.KeyStroke
getResult()
boolean
show(java.awt.Window parent)
-