gov.sandia.ccaffeine.dc.user_iface.gui
Interface CcaffeineGUIWidget

All Known Implementing Classes:
CcaffeineGUITestWidget

public interface CcaffeineGUIWidget


Method Summary
 void setArguments(java.lang.String[] args)
          Set the arguments for this widget.
 void setGlobalData(GlobalData globalData)
           
 

Method Detail

setArguments

void setArguments(java.lang.String[] args)
Set the arguments for this widget. There must always be one argument: the class name of the widget itself, other special purpose arguments may follow.


setGlobalData

void setGlobalData(GlobalData globalData)