Uses of Interface
stella.Switch

Packages that use Switch
stella.jview   
stella.parameter   
stella.roof   
stella.sensor   
stella.telescope   
 

Uses of Switch in stella.jview
 

Classes in stella.jview that implement Switch
 class JFrameParameter
          A special parameter used as a dirty trick to get a parameter display.
 

Uses of Switch in stella.parameter
 

Classes in stella.parameter that implement Switch
 class AbstractRemoteSwitch
          An abstract implementation of a remote switch.
 class AbstractSwitch
          An abstract implementation for a switch.
 class OneWireMultiSwitch
          A class providing access to a one-wire switches simultaneously.
 class OneWireSwitch
          A class providing access to a one-wire switch.
 class RS485Switch
          A class providing access to a RS485-enabled switch.
 class SimpleRemoteSwitch
          A helper class providing a simulated switch that can be exported remotely.
 class SwitchSkeleton
          A trigger that takes a non-remote trigger and exports it to the registry.
 class SwitchStub
          The stub representation for a remote switch.
 

Fields in stella.parameter declared as Switch
private  Switch SwitchSkeleton.export
          The parameter that is to be exported.
 

Uses of Switch in stella.roof
 

Classes in stella.roof that implement Switch
 class LightSwitch
          A class providing access to a RS485-enabled light switch.
 

Fields in stella.roof declared as Switch
private  Switch Blinker.light
          The serial server for switching the light.
 

Uses of Switch in stella.sensor
 

Classes in stella.sensor that implement Switch
 class HumiditySwitch
          A switch that listens to a sensor and, based on the reading, switches an RS485-relay on and off.
 

Uses of Switch in stella.telescope
 

Classes in stella.telescope that implement Switch
 class CabinetSwitch
          A switch to turn the power in the switch cabinet of the telescope on and off.