|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.lizardtech.djvubean.keys.DjVuKeys
public class DjVuKeys
This class implements a keyboard short cuts the user may use to navigate the DjVu Document.
| Field Summary | |
|---|---|
protected DjVuBean |
bean
|
| Constructor Summary | |
|---|---|
DjVuKeys(DjVuBean bean)
Creates a new MenuBar object. |
|
| Method Summary | |
|---|---|
boolean |
isEnabled()
Query if keyboard shortcuts are enabled. |
void |
keyPressed(java.awt.event.KeyEvent e)
Handle the key pressed event from the text field. |
void |
keyReleased(java.awt.event.KeyEvent e)
Handle the key released event from the text field. |
void |
keyTyped(java.awt.event.KeyEvent e)
Handle the key typed event from the text field. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final DjVuBean bean
| Constructor Detail |
|---|
public DjVuKeys(DjVuBean bean)
bean - DjVuBean to add this menu to.| Method Detail |
|---|
public boolean isEnabled()
public void keyTyped(java.awt.event.KeyEvent e)
keyTyped in interface java.awt.event.KeyListenerpublic void keyPressed(java.awt.event.KeyEvent e)
keyPressed in interface java.awt.event.KeyListenerpublic void keyReleased(java.awt.event.KeyEvent e)
keyReleased in interface java.awt.event.KeyListener
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||