Uses of Class
org.eclipse.nebula.widgets.led.LEDCharacter
-
Packages that use LEDCharacter Package Description org.eclipse.nebula.widgets.led -
-
Uses of LEDCharacter in org.eclipse.nebula.widgets.led
Methods in org.eclipse.nebula.widgets.led that return LEDCharacter Modifier and Type Method Description static LEDCharacter
LEDCharacter. getByNumber(int number)
static LEDCharacter
LEDCharacter. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static LEDCharacter[]
LEDCharacter. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.nebula.widgets.led with parameters of type LEDCharacter Modifier and Type Method Description void
LED. setCharacter(LEDCharacter character)
Sets the character to display
-