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.


Method Index

 o getKeymap()
Fetch the keymap being used on this controller
 o setKeymap(Keymap)
Set the keymap to use on this controller

Methods

 o setKeymap
 public abstract void setKeymap(Keymap map)
Set the keymap to use on this controller

 o getKeymap
 public abstract Keymap getKeymap()
Fetch the keymap being used on this controller


All Packages  Class Hierarchy  This Package  Previous  Next  Index