Uses of Class
edu.stanford.hci.dtools.deviceeditor.components.OutputComponent

Packages that use OutputComponent
edu.stanford.hci.dtools   
edu.stanford.hci.dtools.deviceeditor.components   
edu.stanford.hci.dtools.statechart.model   
 

Uses of OutputComponent in edu.stanford.hci.dtools
 

Methods in edu.stanford.hci.dtools that return OutputComponent
 OutputComponent DeviceConfiguration.getOutputForName(java.lang.String name)
          Given a name, return the output component with that name.
 OutputComponent DeviceConfiguration.getOutputForPrivateName(java.lang.String name)
          Returns the OutputComponent for the given private component name
 

Methods in edu.stanford.hci.dtools that return types with arguments of type OutputComponent
 java.util.List<OutputComponent> DeviceConfiguration.getOutputArray()
          Get an array list of all output components in the configuration
 

Methods in edu.stanford.hci.dtools with parameters of type OutputComponent
 void DeviceConfiguration.addOutputComponent(OutputComponent output)
           
 

Uses of OutputComponent in edu.stanford.hci.dtools.deviceeditor.components
 

Subclasses of OutputComponent in edu.stanford.hci.dtools.deviceeditor.components
 class DisplayComponent
          Component class for an LCD display.
 class LEDComponent
          Generic component for LEDs
 class SpeakerComponent
           This software is distributed under the BSD License.
 

Constructors in edu.stanford.hci.dtools.deviceeditor.components with parameters of type OutputComponent
OutputComponent(OutputComponent copy)
           
 

Uses of OutputComponent in edu.stanford.hci.dtools.statechart.model
 

Methods in edu.stanford.hci.dtools.statechart.model that return OutputComponent
 OutputComponent OutputModel.getGlobalComponent()
           
 

Constructors in edu.stanford.hci.dtools.statechart.model with parameters of type OutputComponent
LEDModel(OutputComponent model, boolean on, org.eclipse.swt.graphics.Color color)
           
SpeakerModel(OutputComponent model)
           
SpeakerModel(OutputComponent model, java.lang.String sound)