Uses of Class
org.jedit.keymap.KeymapManager.State

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

Uses of KeymapManager.State in org.jedit.keymap
 

Methods in org.jedit.keymap that return KeymapManager.State
 KeymapManager.State KeymapManager.getKeymapState(java.lang.String name)
          Returns the state of the keymap
 KeymapManager.State KeymapManagerImpl.getKeymapState(java.lang.String name)
           
static KeymapManager.State KeymapManager.State.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static KeymapManager.State[] KeymapManager.State.values()
          Returns an array containing the constants of this enum type, in the order they are declared.