gov.sandia.ccaffeine.dc.user_iface.gui.guicmd
Class CmdActionGUISetPortProperty

java.lang.Object
  extended by gov.sandia.ccaffeine.dc.user_iface.gui.guicmd.CmdActionGUI
      extended by gov.sandia.ccaffeine.dc.user_iface.gui.guicmd.CmdActionGUISetPortProperty
All Implemented Interfaces:
CmdAction

public class CmdActionGUISetPortProperty
extends CmdActionGUI
implements CmdAction

CmdActionGUISetProperty.java


Constructor Summary
CmdActionGUISetPortProperty()
           
 
Method Summary
 java.lang.String argtype()
          setPortProperty
 void doIt(CmdContext cc, java.util.Vector args)
          Does the action, called with the global context of the interpreter // and with a vector that matches the signature given by argtype().
 java.lang.String help()
          Returns a string containing the description of this command.
 java.lang.String[] names()
          name(s) of the function.
 
Methods inherited from class gov.sandia.ccaffeine.dc.user_iface.gui.guicmd.CmdActionGUI
addControllerListener, broadcastAddComponentClass, broadcastAddComponentClassEvent, broadcastAddProvidesPorts, broadcastAddProvidesPorts, broadcastAddUsesPorts, broadcastAddUsesPorts, broadcastConnect, broadcastConnectEvent, broadcastDisconnect, broadcastDisconnectEvent, broadcastExit, broadcastExitEvent, broadcastGetComponentProperty, broadcastGetComponentPropertyEvent, broadcastInstantiate, broadcastInstantiateEvent, broadcastLoad, broadcastLoadEvent, broadcastMessage, broadcastMessageEvent, broadcastParamCurrent, broadcastParamCurrentEvent, broadcastParamDefault, broadcastParamDefaultEvent, broadcastParamDialog, broadcastParamDialogEvent, broadcastParamEndDialog, broadcastParamEndDialogEvent, broadcastParamField, broadcastParamFieldEvent, broadcastParamHelp, broadcastParamHelpEvent, broadcastParamNumberRange, broadcastParamNumberRangeEvent, broadcastParamPrompt, broadcastParamPromptEvent, broadcastParamStringChoice, broadcastParamTabChoice, broadcastRemove, broadcastRemoveEvent, broadcastRevalidate, broadcastRevalidateEvent, broadcastSetComponentProperty, broadcastSetComponentPropertyEvent, broadcastSetPortProperty, broadcastSetPortPropertyEvent, broadcastStringChoiceEvent, broadcastTabEvent, removeControllerListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CmdActionGUISetPortProperty

public CmdActionGUISetPortProperty()
Method Detail

argtype

public java.lang.String argtype()
setPortProperty

Specified by:
argtype in interface CmdAction

names

public java.lang.String[] names()
Description copied from interface: CmdAction
name(s) of the function.

Specified by:
names in interface CmdAction

help

public java.lang.String help()
Description copied from interface: CmdAction
Returns a string containing the description of this command.

Specified by:
help in interface CmdAction

doIt

public void doIt(CmdContext cc,
                 java.util.Vector args)
Description copied from interface: CmdAction
Does the action, called with the global context of the interpreter // and with a vector that matches the signature given by argtype(). // The exit Action throws the EOFException.

Specified by:
doIt in interface CmdAction