net.sourceforge.jivalo.editor.key
Class KeyBindings

java.lang.Object
  extended by net.sourceforge.jivalo.editor.key.KeyBindings

public class KeyBindings
extends Object

Author:
Markku Saarela

Constructor Summary
KeyBindings(String keyBindings)
           
 
Method Summary
 CustomKeyBinding getKeyBinding(String name)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

KeyBindings

public KeyBindings(String keyBindings)
Parameters:
keyBindingFile -
Method Detail

getKeyBinding

public CustomKeyBinding getKeyBinding(String name)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2006-2007 SourceForge.net. All Rights Reserved.