Package org.qdl_lang.sas
Class QDLSASTerminal.QDLSASHistoryKeyAdapter
- java.lang.Object
-
- java.awt.event.KeyAdapter
-
- org.qdl_lang.gui.editor.EditorKeyPressedAdapter
-
- org.qdl_lang.gui.SwingTerminal.QDLHistoryKeyAdapter
-
- org.qdl_lang.sas.QDLSASTerminal.QDLSASHistoryKeyAdapter
-
- All Implemented Interfaces:
KeyListener
,EventListener
- Enclosing class:
- QDLSASTerminal
public class QDLSASTerminal.QDLSASHistoryKeyAdapter extends SwingTerminal.QDLHistoryKeyAdapter
-
-
Field Summary
-
Fields inherited from class org.qdl_lang.gui.editor.EditorKeyPressedAdapter
input, output
-
-
Constructor Summary
Constructors Constructor Description QDLSASHistoryKeyAdapter(WorkspaceCommands workspaceCommands, JFrame frame, org.fife.ui.rsyntaxtextarea.RSyntaxTextArea input, JTextArea output)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
getHelp(String text)
-
Methods inherited from class org.qdl_lang.gui.SwingTerminal.QDLHistoryKeyAdapter
arrowDown, arrowUp, keyPressed
-
Methods inherited from class org.qdl_lang.gui.editor.EditorKeyPressedAdapter
createHelpMessage, doQuit, doSave, getGUIHelp, getLineNumber, showHelp, toggleSelectionComment
-
Methods inherited from class java.awt.event.KeyAdapter
keyReleased, keyTyped
-
-
-
-
Constructor Detail
-
QDLSASHistoryKeyAdapter
public QDLSASHistoryKeyAdapter(WorkspaceCommands workspaceCommands, JFrame frame, org.fife.ui.rsyntaxtextarea.RSyntaxTextArea input, JTextArea output)
-
-
Method Detail
-
getHelp
protected String getHelp(String text)
- Overrides:
getHelp
in classEditorKeyPressedAdapter
-
-