|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object DefaultInputHandler org.rosuda.JGR.editor.RInputHandler
public class RInputHandler
Nested Class Summary | |
---|---|
static class |
RInputHandler.r_close_popups
|
static class |
RInputHandler.r_comment_lines
|
static class |
RInputHandler.r_insert_break
|
static class |
RInputHandler.r_insert_tab
|
static class |
RInputHandler.r_next_line
|
static class |
RInputHandler.r_prev_line
|
static class |
RInputHandler.r_run_all
|
static class |
RInputHandler.r_run_lines
|
Field Summary | |
---|---|
static javax.swing.Popup |
codeCompletion
|
static java.awt.event.ActionListener |
R_CLOSE_POPUPS
|
static java.awt.event.ActionListener |
R_COMMENT_LINES
|
static java.awt.event.ActionListener |
R_INSERT_BREAK
|
static java.awt.event.ActionListener |
R_INSERT_TAB
|
static java.awt.event.ActionListener |
R_NEXT_LINE
|
static java.awt.event.ActionListener |
R_PREV_LINE
|
static java.awt.event.ActionListener |
R_RUN_ALL
|
static java.awt.event.ActionListener |
R_RUN_LINES
|
Constructor Summary | |
---|---|
RInputHandler()
|
Method Summary | |
---|---|
void |
addKeyBindings()
|
void |
keyReleased(java.awt.event.KeyEvent evt)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.awt.event.ActionListener R_INSERT_TAB
public static final java.awt.event.ActionListener R_RUN_LINES
public static final java.awt.event.ActionListener R_RUN_ALL
public static final java.awt.event.ActionListener R_COMMENT_LINES
public static final java.awt.event.ActionListener R_PREV_LINE
public static final java.awt.event.ActionListener R_NEXT_LINE
public static final java.awt.event.ActionListener R_CLOSE_POPUPS
public static final java.awt.event.ActionListener R_INSERT_BREAK
public static javax.swing.Popup codeCompletion
Constructor Detail |
---|
public RInputHandler()
Method Detail |
---|
public void addKeyBindings()
public void keyReleased(java.awt.event.KeyEvent evt)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |