|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectapps.mtdesktop.desktop.inputchannels.KeyboardRedirector
public class KeyboardRedirector
The Class KeyboardRedirector.
| Field Summary | |
|---|---|
boolean |
keyboardRedirectionEnabled
The keyboard redirection enabled. |
| Constructor Summary | |
|---|---|
KeyboardRedirector(DesktopFrame frame)
Instantiates a new keyboard redirector. |
|
| Method Summary | |
|---|---|
void |
enableKeyboardRedirection(boolean keyboardRedirectionEnabled)
Enable keyboard redirection. |
boolean |
isKeyboardRedirectionEnabled()
Checks if is keyboard redirection enabled. |
void |
process(java.lang.Object obj)
Process. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public boolean keyboardRedirectionEnabled
| Constructor Detail |
|---|
public KeyboardRedirector(DesktopFrame frame)
frame - the frame| Method Detail |
|---|
public void enableKeyboardRedirection(boolean keyboardRedirectionEnabled)
keyboardRedirectionEnabled - the keyboard redirection enabledpublic boolean isKeyboardRedirectionEnabled()
public void process(java.lang.Object obj)
MessageProcessor
process in interface MessageProcessorobj - the obj
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||