Uses of Class
org.csstudio.trends.databrowser3.ui.AddModelItemCommand
-
Packages that use AddModelItemCommand Package Description org.csstudio.trends.databrowser3.ui -
-
Uses of AddModelItemCommand in org.csstudio.trends.databrowser3.ui
Methods in org.csstudio.trends.databrowser3.ui that return AddModelItemCommand Modifier and Type Method Description static AddModelItemCommand
AddModelItemCommand. forFormula(UndoableActionManager operations_manager, Model model, String formula_name, AxisConfig axis)
Create PV via undo-able AddModelItemCommand, displaying errors in dialogstatic AddModelItemCommand
AddModelItemCommand. forPV(UndoableActionManager operations_manager, Model model, String pv_name, double period, AxisConfig axis, ArchiveDataSource archive)
Create PV via undo-able AddModelItemCommand, displaying errors in dialog
-