All Packages Class Hierarchy This Package Previous Next Index
Interface com.sun.java.swing.text.TextController
- public interface TextController
- extends MouseListener, MouseMotionListener, FocusListener, KeyListener
Binds events to some kind of manipulation on a text model or
a view of that model.
-
getKeymap()
- Fetches the keymap being used on this controller.
-
setKeymap(Keymap)
- Sets the keymap to use on this controller.
setKeymap
public abstract void setKeymap(Keymap map)
- Sets the keymap to use on this controller.
- Parameters:
- map - the keymap
getKeymap
public abstract Keymap getKeymap()
- Fetches the keymap being used on this controller.
- Returns:
- the keymap
All Packages Class Hierarchy This Package Previous Next Index