Uses of Class
xal.service.pvlogger.ChannelGroup
Packages that use ChannelGroup
-
Uses of ChannelGroup in xal.service.pvlogger
Fields in xal.service.pvlogger declared as ChannelGroupMethods in xal.service.pvlogger that return ChannelGroupModifier and TypeMethodDescriptionLoggerSession.getChannelGroup()
Get the active channel group for this sessionPVLogger.getChannelGroup
(String type) Get the channel group corresponding to the specified type.ChannelGroupRecord.getGroup()
get the represented channel groupMethods in xal.service.pvlogger that return types with arguments of type ChannelGroupModifier and TypeMethodDescriptionLoggerConfiguration.fetchChannelGroups()
fetch the channel groupsMethods in xal.service.pvlogger with parameters of type ChannelGroupModifier and TypeMethodDescriptionvoid
LoggerSession.setChannelGroup
(ChannelGroup group) Set the channel group for this logger sessionMethod parameters in xal.service.pvlogger with type arguments of type ChannelGroupModifier and TypeMethodDescriptionstatic List<ChannelGroupRecord>
ChannelGroupRecord.toRecords
(List<ChannelGroup> groups) convert the list of groups to a list of recordsConstructors in xal.service.pvlogger with parameters of type ChannelGroupModifierConstructorDescriptionChannelGroupRecord
(ChannelGroup group) ConstructorLoggerSession
(ChannelGroup group, xal.service.pvlogger.SnapshotPublisher publisher) LoggerSession constructor -
Uses of ChannelGroup in xal.service.pvlogger.apputils.browser
Fields in xal.service.pvlogger.apputils.browser declared as ChannelGroupMethods in xal.service.pvlogger.apputils.browser that return ChannelGroupModifier and TypeMethodDescriptionBrowserModel.getSelectedGroup()
Get the selected channel groupBrowserModel.selectGroup
(String type) Select the specified channel group corresponding to the logger type.Methods in xal.service.pvlogger.apputils.browser with parameters of type ChannelGroupModifier and TypeMethodDescriptionvoid
BrowserController.selectedChannelGroupChanged
(BrowserModel model, ChannelGroup newGroup) Update the channel wrappers for the newly selected channel group and forward this event to the browser controller listeners.void
BrowserControllerListener.selectedChannelGroupChanged
(BrowserController source, ChannelGroup newGroup) event indicating that the selected channel group changedvoid
BrowserModelListener.selectedChannelGroupChanged
(BrowserModel model, ChannelGroup newGroup) event indicating that the selected channel group changed