Uses of Class
org.das2.dasml.CommandBlock

Packages that use CommandBlock
org.das2.dasml Package for implementing dasml, a language for describing das2 applications. 
 

Uses of CommandBlock in org.das2.dasml
 

Methods in org.das2.dasml that return CommandBlock
 CommandBlock CommandBlockEditor.getCommandBlock()
           
 CommandBlock FormButton.getFormAction()
           
 CommandBlock FormCheckBox.getFormAction()
           
 

Methods in org.das2.dasml with parameters of type CommandBlock
 void CommandBlockEditor.setCommandBlock(CommandBlock commandBlock)
           
 void FormButton.setFormAction(CommandBlock cb)
           
 void FormCheckBox.setFormAction(CommandBlock cb)