org.herac.tuxguitar.gui.system.keybindings.editor
Class KeyBindingSelector

java.lang.Object
  extended by org.herac.tuxguitar.gui.system.keybindings.editor.KeyBindingSelector

public class KeyBindingSelector
extends java.lang.Object


Field Summary
protected  java.lang.String action
           
protected  Shell dialog
           
protected  KeyBindingEditor editor
           
protected  KeyBinding keyBinding
           
 
Constructor Summary
KeyBindingSelector(KeyBindingEditor editor, KeyBindingAction keyBindingAction)
           
 
Method Summary
protected  boolean isValid(KeyBinding kb)
           
 KeyBinding select(Shell parent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dialog

protected Shell dialog

editor

protected KeyBindingEditor editor

keyBinding

protected KeyBinding keyBinding

action

protected java.lang.String action
Constructor Detail

KeyBindingSelector

public KeyBindingSelector(KeyBindingEditor editor,
                          KeyBindingAction keyBindingAction)
Method Detail

select

public KeyBinding select(Shell parent)

isValid

protected boolean isValid(KeyBinding kb)