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.TotalBits
Returns 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 TypeMethodDescriptionvoid
AbstractBoolFigure.setTotalBits
(AbstractBoolFigure.TotalBits totalBits) void
CheckBoxFigure.setTotalBits
(AbstractBoolFigure.TotalBits totalBits)