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