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.gui
Methods in org.qdl_lang.gui that return WorkspaceCommands Modifier and Type Method Description WorkspaceCommands
SwingTerminal. getWorkspaceCommands()
Methods in org.qdl_lang.gui with parameters of type WorkspaceCommands Modifier and Type Method Description void
SwingTerminal. 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.editor
Methods in org.qdl_lang.gui.editor that return WorkspaceCommands Modifier and Type Method Description WorkspaceCommands
QDLEditor. getWorkspaceCommands()
Methods in org.qdl_lang.gui.editor with parameters of type WorkspaceCommands Modifier and Type Method Description void
QDLEditor. 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.sas
Subclasses of WorkspaceCommands in org.qdl_lang.sas Modifier and Type Class Description class
QDLSASWorkspaceCommands
Extends 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.state
Methods in org.qdl_lang.state that return WorkspaceCommands Modifier and Type Method Description WorkspaceCommands
State. 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 void
State. setWorkspaceCommands(WorkspaceCommands workspaceCommands)
-
Uses of WorkspaceCommands in org.qdl_lang.workspace
Methods in org.qdl_lang.workspace that return WorkspaceCommands Modifier and Type Method Description WorkspaceCommands
WorkspaceCommands. fromJSON(net.sf.json.JSONObject jsonObject)
WorkspaceCommands
WSJSONSerializer. fromJSON(byte[] bytes, boolean compressionOn)
Assumes the bytes represent either a compressed stream or not.WorkspaceCommands
WSJSONSerializer. fromJSON(InputStream inputStream, boolean compressionOn)
Assumes input stream is a gzipped stream of bytes.WorkspaceCommands
WSJSONSerializer. fromJSON(String rawJSON)
WorkspaceCommands
WSJSONSerializer. fromJSON(net.sf.json.JSONObject json)
WorkspaceCommands
WSXMLSerializer. fromXML(XMLEventReader xer, boolean skipBadModules)
WorkspaceCommands
WSXMLSerializer. fromXML(XMLEventReader xer, boolean workspaceAttributesOnly, boolean skipBadModules)
WorkspaceCommands
WorkspaceCommandsProvider. get()
WorkspaceCommands
WorkspaceCommandsProvider. get(edu.uiuc.ncsa.security.util.cli.IOInterface ioInterface)
static WorkspaceCommands
WorkspaceCommands. getInstance()
Factory method to create an instance.static WorkspaceCommands
WorkspaceCommands. getInstance(edu.uiuc.ncsa.security.util.cli.IOInterface ioInterface)
WorkspaceCommands
AutosaveThread. getWorkspaceCommands()
WorkspaceCommands
QDLWorkspace. getWorkspaceCommands()
WorkspaceCommands
WorkspaceCommands. newInstance()
Use this to create new instances of this with sameIOInterface
as the instance.WorkspaceCommands
WorkspaceCommands. 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 void
WSXMLSerializer. doEnvProps(WorkspaceCommands workspaceCommands, XMLEventReader xer)
static void
WSXMLSerializer. envFromJSON(WorkspaceCommands workspaceCommands, net.sf.json.JSONObject json)
static net.sf.json.JSONObject
WSXMLSerializer. envToJSON(WorkspaceCommands workspaceCommands)
QDLWorkspace
WorkspaceProvider. getWorkspace(WorkspaceCommands workspaceCommands)
QDLWorkspace
WorkspaceProviderImpl. getWorkspace(WorkspaceCommands workspaceCommands)
static QDLWorkspace
QDLWorkspace. newInstance(WorkspaceCommands workspaceCommands)
protected void
WSXMLSerializer. processAttr(WorkspaceCommands testCommands, XMLEvent xe)
protected void
WSXMLSerializer. processJSONAttr(XMLEventReader xer, WorkspaceCommands workspaceCommands)
static void
WorkspaceCommands. setInstance(WorkspaceCommands wc)
void
AutosaveThread. setWorkspaceCommands(WorkspaceCommands workspaceCommands)
void
QDLWorkspace. setWorkspaceCommands(WorkspaceCommands workspaceCommands)
This is used only during deserialization of the workspace.net.sf.json.JSONObject
WSJSONSerializer. toJSON(WorkspaceCommands workspaceCommands)
void
WSXMLSerializer. toXML(WorkspaceCommands workspaceCommands, XMLStreamWriter xsw)
Top-level serializer for workspace.protected boolean
WorkspaceCommands. updateWSState(WorkspaceCommands newCommands)
This takes an updatedWorkspaceCommands
object 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)
-