Uses of Class
org.csstudio.opibuilder.widgets.model.AbstractBoolWidgetModel
Packages that use AbstractBoolWidgetModel
Package
Description
-
Uses of AbstractBoolWidgetModel in org.csstudio.opibuilder.widgets.editparts
Methods in org.csstudio.opibuilder.widgets.editparts that return AbstractBoolWidgetModelMethods in org.csstudio.opibuilder.widgets.editparts with parameters of type AbstractBoolWidgetModelModifier and TypeMethodDescriptionprotected voidAbstractBoolEditPart.initializeCommonFigureProperties(AbstractBoolFigure figure, AbstractBoolWidgetModel model) Sets those properties on the figure that are defined in theAbstractBoolFigurebase class.protected voidLEDEditPart.initializeCommonFigureProperties(AbstractBoolFigure abstractFigure, AbstractBoolWidgetModel abstractModel) -
Uses of AbstractBoolWidgetModel in org.csstudio.opibuilder.widgets.figures
Methods in org.csstudio.opibuilder.widgets.figures with parameters of type AbstractBoolWidgetModelModifier and TypeMethodDescriptionvoidImageBoolButtonFigure.setSymbolProperties(SymbolImageProperties symbolProperties, AbstractBoolWidgetModel model) -
Uses of AbstractBoolWidgetModel in org.csstudio.opibuilder.widgets.model
Subclasses of AbstractBoolWidgetModel in org.csstudio.opibuilder.widgets.modelModifier and TypeClassDescriptionclassAbstract model for boolean controls.classThe widget model for Boolean Button.classThe widget model for Boolean Switch.classThe widget model for Boolean Switch.classThe widget model for Boolean Switch.classThe widget model for LED.