Uses of Class
xal.app.knobs.KnobsController
-
Packages that use KnobsController Package Description xal.app.knobs -
-
Uses of KnobsController in xal.app.knobs
Fields in xal.app.knobs declared as KnobsController Modifier and Type Field Description protected KnobsControllerKnobsWindow. _controllerThe controller holds the selection state of groups and applicationsMethods in xal.app.knobs that return KnobsController Modifier and Type Method Description KnobsControllerKnobsWindow. getController()Get the knobs controllerMethods in xal.app.knobs with parameters of type KnobsController Modifier and Type Method Description voidKnobListModel. selectedGroupChanged(KnobsController source, KnobGroup newSelectedGroup)Handle the event indicating that the knobs controller has a new selected group.voidKnobsControllerListener. selectedGroupChanged(KnobsController source, KnobGroup group)Handle the event indicating that the controller has a new selected group.voidKnobListModel. selectedKnobsChanged(KnobsController source, List<Knob> newSelectedKnobs)Handle the event indicating that the knobs controller has a new selected knob.voidKnobsControllerListener. selectedKnobsChanged(KnobsController source, List<Knob> knobs)Handle the event indicating that the controller has a new list of selected knobs.
-