Uses of Class
xal.service.pvlogger.apputils.browser.BrowserController
Packages that use BrowserController
-
Uses of BrowserController in xal.service.pvlogger.apputils.browser
Fields in xal.service.pvlogger.apputils.browser declared as BrowserControllerModifier and TypeFieldDescriptionprotected BrowserController
PVLogSnapshotChooser.controller
controller of the selection stateprotected BrowserController
SignalHistoryPlotWindow.controller
Methods in xal.service.pvlogger.apputils.browser with parameters of type BrowserControllerModifier and TypeMethodDescriptionvoid
BrowserControllerListener.selectedChannelGroupChanged
(BrowserController source, ChannelGroup newGroup) event indicating that the selected channel group changedvoid
BrowserControllerListener.selectedSignalsChanged
(BrowserController source, Collection<String> selectedSignals) Event indicating that the selected signals have changedvoid
BrowserControllerListener.snapshotSelected
(BrowserController controller, MachineSnapshot snapshot) event indicating that a snapshot has been selectedConstructors in xal.service.pvlogger.apputils.browser with parameters of type BrowserControllerModifierConstructorDescriptionSignalHistoryPlotWindow
(BrowserController controller) Primary constructor.