Package gov.sandia.ccaffeine.dc.user_iface.gui.guicmd

Class Summary
CmdActionGUI Used by the parser to parse String commands from the cca server.
CmdActionGUIAddComponentClass CmdActionGUIAddComponentClass.java When this client establishes a communication link with the cca server, the cca server sends the classes of all the cca components to the client.
CmdActionGUIAddProvidesPorts CmdActionGUIAddProvidesPorts.java When the client drags a cca component from the palette to the arena, the cca server instantiates a new cca component, creates the Provides Ports for the cca component, and creates the Uses Ports for the cca component.
CmdActionGUIAddUsesPorts CmdActionGUIAddUsesPorts.java When the client drags a cca component from the palette to the arena, the cca server instantiates a new cca component, creates the Provides Ports for the cca component, and creates the Uses Ports for the cca component.
CmdActionGUIConnect CmdActionGUIConnect.java When the end-user clicks on a red Uses Port and then clicks on a Provides Port, the cca server connects the two ports.
CmdActionGUIDisconnect CmdActionGUIConnect.java If the screen is showing a line connecting a Provides Port with a Uses Port and if the end-user clicks on the Provides Port then the cca server removes the connection.
CmdActionGUIExit CmdActionGUIExit.java If the end-user clicks on the File->Exit menu item then the cca server breaks its connection with this client.
CmdActionGUIGetProperty CmdActionGUIGetProperty.java
CmdActionGUIInstantiate CmdActionGUIInstantiate.java The end-user drags a component from the palette to the arena.
CmdActionGUILoad CmdActionGUILoad.java
CmdActionGUIMessage CmdActionGUIMessage.java If the end-user clicks on the GO button, the cca server executes the go command.
CmdActionGUIParamCurrent CmdActionGUIParamCurrent.java Cca components contain ports.
CmdActionGUIParamDefault CmdActionGUIParamDefault.java Cca components contain ports.
CmdActionGUIParamDialog CmdActionGUIParamDialog.java Cca components contain ports.
CmdActionGUIParamEndDialog CmdActionGUIParamEndDialog.java Created: Thu Dec 16 00:31:29 1999
CmdActionGUIParamField CmdActionGUIParamField.java
CmdActionGUIParamHelp CmdActionGUIParamHelp.java
CmdActionGUIParamNumberRange CmdActionGUIRange.java
CmdActionGUIParamPrompt CmdActionGUIParamPrompt.java
CmdActionGUIParamStringChoice CmdActionGUIParamStringChoice.java
CmdActionGUIParamTab CmdActionGUIParamTab.java Created: Mon Dec 13 16:50:07 1999
CmdActionGUIRemove CmdActionGUIRemove.java
CmdActionGUIRevalidate CmdActionGUIRevalidate.java
CmdActionGUISetPortProperty CmdActionGUISetProperty.java
CmdActionGUISetProperty CmdActionGUISetProperty.java
CmdContextGUI  
Gui Interface to the GUI.