Package org.qdl_lang.gui.editor
Class QDLEditor.ControlOperations
- java.lang.Object
- 
- java.awt.event.KeyAdapter
- 
- org.qdl_lang.gui.editor.EditorKeyPressedAdapter
- 
- org.qdl_lang.gui.editor.QDLEditor.ControlOperations
 
 
 
- 
- All Implemented Interfaces:
- KeyListener,- EventListener
 - Direct Known Subclasses:
- QDLSASEditor.ControlOperations2
 - Enclosing class:
- QDLEditor
 
 public class QDLEditor.ControlOperations extends EditorKeyPressedAdapter 
- 
- 
Field Summary- 
Fields inherited from class org.qdl_lang.gui.editor.EditorKeyPressedAdapterinput, output
 
- 
 - 
Constructor SummaryConstructors Constructor Description ControlOperations(WorkspaceCommands workspaceCommands, JFrame frame, org.fife.ui.rsyntaxtextarea.RSyntaxTextArea input, JTextArea output)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddoQuit(boolean forceQuit)protected voiddoSave()Updates i.e.- 
Methods inherited from class org.qdl_lang.gui.editor.EditorKeyPressedAdaptercreateHelpMessage, getGUIHelp, getHelp, getLineNumber, keyPressed, showHelp, toggleSelectionComment
 - 
Methods inherited from class java.awt.event.KeyAdapterkeyReleased, keyTyped
 
- 
 
- 
- 
- 
Constructor Detail- 
ControlOperationspublic ControlOperations(WorkspaceCommands workspaceCommands, JFrame frame, org.fife.ui.rsyntaxtextarea.RSyntaxTextArea input, JTextArea output) 
 
- 
 - 
Method Detail- 
doSaveprotected void doSave() Updates i.e. saves the content- Overrides:
- doSavein class- EditorKeyPressedAdapter
 
 - 
doQuitprotected void doQuit(boolean forceQuit) - Overrides:
- doQuitin class- EditorKeyPressedAdapter
 
 
- 
 
-