Uses of Class
xal.app.knobs.KnobsModel
-
Packages that use KnobsModel Package Description xal.app.knobs -
-
Uses of KnobsModel in xal.app.knobs
Fields in xal.app.knobs declared as KnobsModel Modifier and Type Field Description protected KnobsModelGroupListModel. _modelThe main modelprotected KnobsModelKnobsDocument. _modelThe main model of this documentprotected KnobsModelKnobsWindow. _modelThe main model for the documentprotected KnobsModelBumpGenerator. KNOBS_MODELthe knobs model into which we will be putting the bump knobsMethods in xal.app.knobs that return KnobsModel Modifier and Type Method Description KnobsModelKnobsDocument. getModel()Get this document's main modelMethods in xal.app.knobs with parameters of type KnobsModel Modifier and Type Method Description voidGroupListModel. groupsChanged(KnobsModel model)Handle the event indicating that the groups in the model have changed.voidKnobsModelListener. groupsChanged(KnobsModel model)Handle the event indicating that the groups in the model have changed.voidGroupListModel. modified(KnobsModel model)Handle the event indicating that the knobs model has been modified.voidKnobsModelListener. modified(KnobsModel model)Handle the event indicating that the knobs model has been modified.Constructors in xal.app.knobs with parameters of type KnobsModel Constructor Description BumpGenerator(KnobsModel model, KnobGroup group)ConstructorBumpGeneratorDialog(JFrame owner, KnobsModel model, KnobGroup knobGroup, PlaneAdaptor planeAdaptor)ConstructorGroupListModel(KnobsModel model)Constructor
-