Uses of Class
org.csstudio.opibuilder.widgets.model.LEDModel
Packages that use LEDModel
-
Uses of LEDModel in org.csstudio.opibuilder.widgets.editparts
Methods in org.csstudio.opibuilder.widgets.editparts that return LEDModelMethods in org.csstudio.opibuilder.widgets.editparts with parameters of type LEDModelModifier and TypeMethodDescriptionprotected voidLEDEditPart.initializeNStatesProperties(int oldNStates, int newNStates, LEDFigure figure, LEDModel model) protected voidLEDEditPart.initializeStateBulbBorderColor(Color newColor, LEDFigure figure, LEDModel model) protected voidLEDEditPart.initializeStateBulbBorderWidth(int newWidth, LEDFigure figure, LEDModel model) protected voidLEDEditPart.initializeStateColor(int state, Color oldColor, Color newColor, LEDFigure figure, LEDModel model) protected voidLEDEditPart.initializeStateFallbackColor(Color oldColor, Color newColor, LEDFigure figure, LEDModel model) protected voidLEDEditPart.initializeStateFallbackLabel(String oldLabel, String newLabel, LEDFigure figure, LEDModel model) protected voidLEDEditPart.initializeStateLabel(int state, String oldLabel, String newLabel, LEDFigure figure, LEDModel model) protected voidLEDEditPart.initializeStateValue(int state, double oldValue, double newValue, LEDFigure figure, LEDModel model)