Uses of Class
org.qdl_lang.workspace.WorkspaceCommands
- 
Packages that use WorkspaceCommands Package Description org.qdl_lang.gui Swing terminal implementation.org.qdl_lang.gui.editor The QDL Syntax aware editor for the GUI.org.qdl_lang.sas QDL implementation of the NCSA Security Library's SAS.org.qdl_lang.state Classes that manage the state of an interpreter session.org.qdl_lang.workspace The workspace and the commands that drive it.
- 
- 
Uses of WorkspaceCommands in org.qdl_lang.guiMethods in org.qdl_lang.gui that return WorkspaceCommands Modifier and Type Method Description WorkspaceCommandsSwingTerminal. getWorkspaceCommands()Methods in org.qdl_lang.gui with parameters of type WorkspaceCommands Modifier and Type Method Description voidSwingTerminal. setWorkspaceCommands(WorkspaceCommands workspaceCommands)Constructors in org.qdl_lang.gui with parameters of type WorkspaceCommands Constructor Description QDLHistoryKeyAdapter(WorkspaceCommands workspaceCommands, JFrame frame, org.fife.ui.rsyntaxtextarea.RSyntaxTextArea input, JTextArea output)
- 
Uses of WorkspaceCommands in org.qdl_lang.gui.editorMethods in org.qdl_lang.gui.editor that return WorkspaceCommands Modifier and Type Method Description WorkspaceCommandsQDLEditor. getWorkspaceCommands()Methods in org.qdl_lang.gui.editor with parameters of type WorkspaceCommands Modifier and Type Method Description voidQDLEditor. setWorkspaceCommands(WorkspaceCommands workspaceCommands)Constructors in org.qdl_lang.gui.editor with parameters of type WorkspaceCommands Constructor Description ControlOperations(WorkspaceCommands workspaceCommands, JFrame frame, org.fife.ui.rsyntaxtextarea.RSyntaxTextArea input, JTextArea output)EditorKeyPressedAdapter(WorkspaceCommands workspaceCommands, JFrame frame, org.fife.ui.rsyntaxtextarea.RSyntaxTextArea input, JTextArea output)QDLEditor(WorkspaceCommands workspaceCommands, String alias, int handle)
- 
Uses of WorkspaceCommands in org.qdl_lang.sasSubclasses of WorkspaceCommands in org.qdl_lang.sas Modifier and Type Class Description classQDLSASWorkspaceCommandsExtends the QDL Workspace commands.Constructors in org.qdl_lang.sas with parameters of type WorkspaceCommands Constructor Description ControlOperations2(WorkspaceCommands workspaceCommands, JFrame frame, org.fife.ui.rsyntaxtextarea.RSyntaxTextArea input, JTextArea output)QDLSASHistoryKeyAdapter(WorkspaceCommands workspaceCommands, JFrame frame, org.fife.ui.rsyntaxtextarea.RSyntaxTextArea input, JTextArea output)
- 
Uses of WorkspaceCommands in org.qdl_lang.stateMethods in org.qdl_lang.state that return WorkspaceCommands Modifier and Type Method Description WorkspaceCommandsState. getWorkspaceCommands()Allows back reference to workspace to run macros.Methods in org.qdl_lang.state with parameters of type WorkspaceCommands Modifier and Type Method Description voidState. setWorkspaceCommands(WorkspaceCommands workspaceCommands)
- 
Uses of WorkspaceCommands in org.qdl_lang.workspaceMethods in org.qdl_lang.workspace that return WorkspaceCommands Modifier and Type Method Description WorkspaceCommandsWorkspaceCommands. fromJSON(net.sf.json.JSONObject jsonObject)WorkspaceCommandsWSJSONSerializer. fromJSON(byte[] bytes, boolean compressionOn)Assumes the bytes represent either a compressed stream or not.WorkspaceCommandsWSJSONSerializer. fromJSON(InputStream inputStream, boolean compressionOn)Assumes input stream is a gzipped stream of bytes.WorkspaceCommandsWSJSONSerializer. fromJSON(String rawJSON)WorkspaceCommandsWSJSONSerializer. fromJSON(net.sf.json.JSONObject json)WorkspaceCommandsWSXMLSerializer. fromXML(XMLEventReader xer, boolean skipBadModules)WorkspaceCommandsWSXMLSerializer. fromXML(XMLEventReader xer, boolean workspaceAttributesOnly, boolean skipBadModules)WorkspaceCommandsWorkspaceCommandsProvider. get()WorkspaceCommandsWorkspaceCommandsProvider. get(edu.uiuc.ncsa.security.util.cli.IOInterface ioInterface)static WorkspaceCommandsWorkspaceCommands. getInstance()Factory method to create an instance.static WorkspaceCommandsWorkspaceCommands. getInstance(edu.uiuc.ncsa.security.util.cli.IOInterface ioInterface)WorkspaceCommandsAutosaveThread. getWorkspaceCommands()WorkspaceCommandsInterruptUtil.SIThread. getWorkspaceCommands()WorkspaceCommandsQDLWorkspace. getWorkspaceCommands()WorkspaceCommandsWorkspaceCommands. newInstance()Use this to create new instances of this with sameIOInterfaceas the instance.WorkspaceCommandsWorkspaceCommands. newInstance(edu.uiuc.ncsa.security.util.cli.IOInterface ioInterface)Methods in org.qdl_lang.workspace with parameters of type WorkspaceCommands Modifier and Type Method Description protected voidWSXMLSerializer. doEnvProps(WorkspaceCommands workspaceCommands, XMLEventReader xer)static voidWSXMLSerializer. envFromJSON(WorkspaceCommands workspaceCommands, net.sf.json.JSONObject json)static net.sf.json.JSONObjectWSXMLSerializer. envToJSON(WorkspaceCommands workspaceCommands)QDLWorkspaceWorkspaceProvider. getWorkspace(WorkspaceCommands workspaceCommands)QDLWorkspaceWorkspaceProviderImpl. getWorkspace(WorkspaceCommands workspaceCommands)static QDLWorkspaceQDLWorkspace. newInstance(WorkspaceCommands workspaceCommands)static voidInterruptUtil. printSetupMessage(WorkspaceCommands workspaceCommands, InterruptException ie)static voidInterruptUtil. printUpdateMessage(WorkspaceCommands workspaceCommands, SIEntry sie)protected voidWSXMLSerializer. processAttr(WorkspaceCommands testCommands, XMLEvent xe)protected voidWSXMLSerializer. processJSONAttr(XMLEventReader xer, WorkspaceCommands workspaceCommands)static voidWorkspaceCommands. setInstance(WorkspaceCommands wc)voidAutosaveThread. setWorkspaceCommands(WorkspaceCommands workspaceCommands)voidQDLWorkspace. setWorkspaceCommands(WorkspaceCommands workspaceCommands)This is used only during deserialization of the workspace.net.sf.json.JSONObjectWSJSONSerializer. toJSON(WorkspaceCommands workspaceCommands)voidWSXMLSerializer. toXML(WorkspaceCommands workspaceCommands, XMLStreamWriter xsw)Top-level serializer for workspace.protected booleanWorkspaceCommands. updateWSState(WorkspaceCommands newCommands)This takes an updatedWorkspaceCommandsobject and updates the currently active workspace.Constructors in org.qdl_lang.workspace with parameters of type WorkspaceCommands Constructor Description AutosaveThread(WorkspaceCommands workspaceCommands)QDLWorkspace(WorkspaceCommands workspaceCommands)
 
-