stella.command
Class SelectClearFilterCalibration
java.lang.Object
java.util.EventObject
util.rmi.RmiEvent
stella.MessageEvent
stella.CommandEvent
stella.command.SelectFilterCalibration
stella.command.SelectClearFilterCalibration
- All Implemented Interfaces:
- Serializable, CalibrationCommand, InitializerDepending, TargetDependingCommand
public class SelectClearFilterCalibration
- extends SelectFilterCalibration
The command to select the clear filter wheel position. This is a convenience
command to allow validity without any target registering.
- See Also:
- Serialized Form
| Methods inherited from class stella.MessageEvent |
checkType, equals, equalTime, equalTime, fromAscii, getAllCommandLines, getExecuteGroupKey, getHead, getNr, getTime, getType, hashCode, isValid, parseFromSingleString, readFromBufferedStream, setNr, setTime, setType, setValid, toString |
CLEARFILTER
private static final String CLEARFILTER
- The name of the filter to set.
- See Also:
- Constant Field Values
SelectClearFilterCalibration
public SelectClearFilterCalibration(Object src)
- Constructs a select filter adapter, grabbing the type from the class
name and setting the command time to the current system time.
SelectClearFilterCalibration
public SelectClearFilterCalibration(Object src,
String type,
long time)
- Constructs a select filter command. Only the header is fully qualified
with the provided argumnets. The command line can only be retrieved
after a
DTDConstants.SETUP
element has been registered to
this command.
- See Also:
MessageEvent.isValid()
registerTargetProperties
public void registerTargetProperties(Object color)
- Calculates the command line from the mapping delivered in the
DTDConstants.SETUP DOM-element. It uses the filter
name stored in the setup section handed over.
- Specified by:
registerTargetProperties in interface TargetDependingCommand- Overrides:
registerTargetProperties in class SelectFilterCalibration