Java Platform 1.2
Beta 4

Uses of Interface
com.sun.java.swing.text.Keymap

Packages that use Keymap
com.sun.java.swing.text Provides classes and interfaces that deal with editable and noneditable text components.  
 

Uses of Keymap in com.sun.java.swing.text
 

Methods in com.sun.java.swing.text that return Keymap
 Keymap JTextComponent.getKeymap()
          Fetches the keymap currently active in this text component.
static Keymap JTextComponent.addKeymap(String nm, Keymap parent)
          Adds a new keymap into the keymap hierarchy.
static Keymap JTextComponent.removeKeymap(String nm)
          Removes a named keymap previously added to the document.
static Keymap JTextComponent.getKeymap(String nm)
          Fetches a named keymap previously added to the document.
 Keymap Keymap.getResolveParent()
          Fetches the parent keymap used to resolve key-bindings.
 

Methods in com.sun.java.swing.text with parameters of type Keymap
 void JTextComponent.setKeymap(Keymap map)
          Sets the keymap to use for binding events to actions.
static Keymap JTextComponent.addKeymap(String nm, Keymap parent)
          Adds a new keymap into the keymap hierarchy.
static void JTextComponent.loadKeymap(Keymap map, JTextComponent.KeyBinding[] bindings, Action[] actions)
           Loads a keymap with a bunch of bindings.
 void Keymap.setResolveParent(Keymap parent)
          Sets the parent keymap, which will be used to resolve key-bindings.
 


Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.