Uses of Enum Class
org.csstudio.swt.widgets.figures.AbstractBoolFigure.TotalBits
Packages that use AbstractBoolFigure.TotalBits
-
Uses of AbstractBoolFigure.TotalBits in org.csstudio.swt.widgets.figures
Methods in org.csstudio.swt.widgets.figures that return AbstractBoolFigure.TotalBitsModifier and TypeMethodDescriptionAbstractBoolFigure.getTotalBits()CheckBoxFigure.getTotalBits()static AbstractBoolFigure.TotalBitsReturns the enum constant of this class with the specified name.static AbstractBoolFigure.TotalBits[]AbstractBoolFigure.TotalBits.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.csstudio.swt.widgets.figures with parameters of type AbstractBoolFigure.TotalBitsModifier and TypeMethodDescriptionvoidAbstractBoolFigure.setTotalBits(AbstractBoolFigure.TotalBits totalBits) voidCheckBoxFigure.setTotalBits(AbstractBoolFigure.TotalBits totalBits)