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()
- Fetch the keymap being used on this controller
-
setKeymap(Keymap)
- Set the keymap to use on this controller
setKeymap
public abstract void setKeymap(Keymap map)
- Set the keymap to use on this controller
getKeymap
public abstract Keymap getKeymap()
- Fetch the keymap being used on this controller
All Packages Class Hierarchy This Package Previous Next Index