|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ControlSignalTarget | |
|---|---|
| edu.stanford.hci.dtools.deviceeditor.components | |
| edu.stanford.hci.dtools.statechart.model | |
| Uses of ControlSignalTarget in edu.stanford.hci.dtools.deviceeditor.components |
|---|
| Subinterfaces of ControlSignalTarget in edu.stanford.hci.dtools.deviceeditor.components | |
|---|---|
interface |
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. |
interface |
DiscreteControlSignalTarget
Interface which defines all control signal targets which can be represented through discrete values (i.e. |
| Methods in edu.stanford.hci.dtools.deviceeditor.components that return types with arguments of type ControlSignalTarget | |
|---|---|
java.util.List<ControlSignalTarget> |
IOComponent.getControlSignalTargets()
|
| Uses of ControlSignalTarget in edu.stanford.hci.dtools.statechart.model |
|---|
| Methods in edu.stanford.hci.dtools.statechart.model that return ControlSignalTarget | |
|---|---|
ControlSignalTarget |
SignalPair.getSignalTarget()
|
| Methods in edu.stanford.hci.dtools.statechart.model with parameters of type ControlSignalTarget | |
|---|---|
void |
SignalPair.setSignalTarget(ControlSignalTarget signalTarget)
|
| Constructors in edu.stanford.hci.dtools.statechart.model with parameters of type ControlSignalTarget | |
|---|---|
SignalPair(ControlSignalSource theSource,
ControlSignalTarget theTarget,
ComponentConnectionModel connection)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||