Uses of Package
edu.stanford.hci.dtools.deviceeditor.components

Packages that use edu.stanford.hci.dtools.deviceeditor.components
edu.stanford.hci.dtools   
edu.stanford.hci.dtools.deviceeditor   
edu.stanford.hci.dtools.deviceeditor.components   
edu.stanford.hci.dtools.deviceeditor.components.commands   
edu.stanford.hci.dtools.deviceeditor.parts   
edu.stanford.hci.dtools.hardware   
edu.stanford.hci.dtools.statechart   
edu.stanford.hci.dtools.statechart.model   
edu.stanford.hci.dtools.statechart.model.commands   
 

Classes in edu.stanford.hci.dtools.deviceeditor.components used by edu.stanford.hci.dtools
InputComponent
          d.tools interface representing all devices which can provide input to the system.
OutputComponent
          d.tools interface representing all devices which can provide output to the system.
 

Classes in edu.stanford.hci.dtools.deviceeditor.components used by edu.stanford.hci.dtools.deviceeditor
DeviceDiagramModel
           This software is distributed under the BSD License.
 

Classes in edu.stanford.hci.dtools.deviceeditor.components used by edu.stanford.hci.dtools.deviceeditor.components
ButtonComponent
          class representing a generic button input in d.tools
ContinuousControlSignalTarget
          Interface which defines control signal targets which can range over a continuous range (speaker volume, etc.) This code is partially based on code that is copyright (c) 2004 Elias Volanakis.
ContinuousInputComponent
           
ControlSignalSource
          Interface which is intended to be subclassed.
ControlSignalTarget
          Interface which is intended to be subclassed.
DeviceDiagramModel
           This software is distributed under the BSD License.
DeviceModel
          The component (=model) for a device in the DeviceEditor
DiscreteControlSignalTarget
          Interface which defines all control signal targets which can be represented through discrete values (i.e.
DisplayComponent
          Component class for an LCD display.
EventConditional
          Superclass of an event which can understand when it is able to trigger a transition
InputComponent
          d.tools interface representing all devices which can provide input to the system.
IOComponent
          Base class for all input & output components
KnobComponent
           This software is distributed under the BSD License.
LEDComponent
          Generic component for LEDs
OutputComponent
          d.tools interface representing all devices which can provide output to the system.
SpeakerComponent
           This software is distributed under the BSD License.
 

Classes in edu.stanford.hci.dtools.deviceeditor.components used by edu.stanford.hci.dtools.deviceeditor.components.commands
DeviceDiagramModel
           This software is distributed under the BSD License.
DeviceModel
          The component (=model) for a device in the DeviceEditor
IOComponent
          Base class for all input & output components
 

Classes in edu.stanford.hci.dtools.deviceeditor.components used by edu.stanford.hci.dtools.deviceeditor.parts
InputComponent
          d.tools interface representing all devices which can provide input to the system.
 

Classes in edu.stanford.hci.dtools.deviceeditor.components used by edu.stanford.hci.dtools.hardware
InputComponent
          d.tools interface representing all devices which can provide input to the system.
 

Classes in edu.stanford.hci.dtools.deviceeditor.components used by edu.stanford.hci.dtools.statechart
IOComponent
          Base class for all input & output components
 

Classes in edu.stanford.hci.dtools.deviceeditor.components used by edu.stanford.hci.dtools.statechart.model
ControlSignalSource
          Interface which is intended to be subclassed.
ControlSignalTarget
          Interface which is intended to be subclassed.
EventConditional
          Superclass of an event which can understand when it is able to trigger a transition
InputComponent
          d.tools interface representing all devices which can provide input to the system.
IOComponent
          Base class for all input & output components
IOComponentHashMap
          A hash map for IOComponents that uses a component's PrivateName() as the hash key.
OutputComponent
          d.tools interface representing all devices which can provide output to the system.
 

Classes in edu.stanford.hci.dtools.deviceeditor.components used by edu.stanford.hci.dtools.statechart.model.commands
EventConditional
          Superclass of an event which can understand when it is able to trigger a transition
InputComponent
          d.tools interface representing all devices which can provide input to the system.
IOComponent
          Base class for all input & output components