Class AbstractButtonKeyListener
package: net.jxta.myjxta.ui
java.lang.Object
  |
  +--java.awt.event.KeyAdapter
       |
       +--net.jxta.myjxta.ui.AbstractButtonKeyListener
public abstract class AbstractButtonKeyListener
Extends:
java.awt.event.KeyAdapter
Version:
$Id: AbstractButtonKeyListener.java,v 1.2 2005/04/10 08:45:56 gonzo Exp $
Author:
james todd [gonzo at jxta dot org]
Field Summary
protected AbstractButton
Constructor Summary
public
AbstractButtonKeyListener(AbstractButton b)
Method Summary
protected AbstractButton
Field Detail
b
protected AbstractButton b = null
Constructor Detail
AbstractButtonKeyListener
public AbstractButtonKeyListener(AbstractButton b)
Method Detail
getButton
protected AbstractButton getButton()