public class DemoFocalPlaneFilter extends FocalPlaneFilter
See FocalPlaneFilter for the description of requirements to filters used with focal plane views.
FocalPlaneFilter.DescriptorCATEGORY| Constructor and Description |
|---|
DemoFocalPlaneFilter() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAgents()
Returns a list of subsystem names accepted by this filter, or
null if any subsystem might be accepted. |
List<String> |
getDisplayChannels() |
List<String> |
getDisplayPaths(org.lsst.ccs.gconsole.services.aggregator.AgentChannel channel)
Returns a list of display channels for the specified original channel.
|
List<String> |
getFields(boolean compact) |
getDescriptor, getDisplayPath, getDisplayPath, getDisplayPath, getDisplayPaths, getGroups, getOriginChannels, getOriginPath, getOriginPaths, saveaddListener, notifyListeners, removeListenerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetName, getUnfiltered@Create(category="FocalPlaneFilter",
name="Demo",
path="Demo/Tony and Stuart",
description="Demo filter based on Tony\'s and Stuarts\'s templates.")
public DemoFocalPlaneFilter()
public List<String> getAgents()
FocalPlaneFilternull if any subsystem might be accepted.
The implementation provided by this class returns null.
getAgents in interface org.lsst.ccs.gconsole.base.filter.AgentChannelsFiltergetAgents in class FocalPlaneFilterpublic List<String> getDisplayPaths(org.lsst.ccs.gconsole.services.aggregator.AgentChannel channel)
FocalPlaneFilter
Note that if FocalPlaneFilter.getOriginChannels() method returns a non-null list and that list does not contain
the path of the specified original channel, most views will not display it.
The implementation provided by this class returns a list that contains one element - the
path returned by getDisplayPath(channel) - or an
empty list if getDisplayPath(channel) returns null.
getDisplayPaths in interface org.lsst.ccs.gconsole.base.filter.AgentChannelsFiltergetDisplayPaths in class FocalPlaneFilterchannel - Original data channel.Copyright © 2020 LSST. All rights reserved.