Uses of Interface
org.jedit.keymap.Keymap

Packages that use Keymap
org.jedit.keymap Named sets of keyboard shortcuts 
 

Uses of Keymap in org.jedit.keymap
 

Methods in org.jedit.keymap that return Keymap
 Keymap KeymapManagerImpl.getKeymap()
           
 Keymap KeymapManager.getKeymap()
          Returns the current keymap.
 Keymap KeymapManagerImpl.getKeymap(java.lang.String name)
           
 Keymap KeymapManager.getKeymap(java.lang.String name)
          Returns the keymap with that name.