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 BrowserControllerPVLogSnapshotChooser.controllercontroller of the selection stateprotected BrowserControllerSignalHistoryPlotWindow.controllerMethods in xal.service.pvlogger.apputils.browser with parameters of type BrowserControllerModifier and TypeMethodDescriptionvoidBrowserControllerListener.selectedChannelGroupChanged(BrowserController source, ChannelGroup newGroup) event indicating that the selected channel group changedvoidBrowserControllerListener.selectedSignalsChanged(BrowserController source, Collection<String> selectedSignals) Event indicating that the selected signals have changedvoidBrowserControllerListener.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.