public class DataTree extends Object implements MonitorView
| Constructor and Description |
|---|
DataTree(CommandSender sender) |
| Modifier and Type | Method and Description |
|---|---|
void |
addChannel(String path,
Channel channel) |
String |
getName() |
JComponent |
getView() |
void |
removeChannel(String path) |
void |
setChannels(LinkedHashMap<String,Channel> channels) |
void |
setName(String name) |
void |
update(String path) |
void |
update(String path,
Channel channel) |
void |
update(String path,
EnumSet<Field> fields) |
void |
update(String path,
Field field) |
public DataTree(CommandSender sender)
public void setName(String name)
setName in interface MonitorViewpublic String getName()
getName in interface MonitorViewpublic void setChannels(LinkedHashMap<String,Channel> channels)
setChannels in interface MonitorViewpublic void addChannel(String path, Channel channel)
addChannel in interface MonitorViewpublic void removeChannel(String path)
removeChannel in interface MonitorViewpublic void update(String path, Channel channel)
update in interface MonitorViewpublic void update(String path)
update in interface MonitorViewpublic void update(String path, Field field)
update in interface MonitorViewpublic void update(String path, EnumSet<Field> fields)
update in interface MonitorViewpublic JComponent getView()
getView in interface MonitorViewCopyright © 2017 LSST. All rights reserved.