Package com.thecoderscorner.menu.domain
Class FloatMenuItem
java.lang.Object
com.thecoderscorner.menu.domain.MenuItem
com.thecoderscorner.menu.domain.FloatMenuItem
FloatMenuItem represents a menu item that uses a floating point value. It is not editable on the device
because it does not really represent absolute values, but is sometimes useful for conveying status.
-
Field Summary
Fields inherited from class com.thecoderscorner.menu.domain.MenuItem
eepromAddress, functionName, id, localOnly, name, readOnly, variableName, visible -
Constructor Summary
ConstructorsConstructorDescriptionFloatMenuItem(String name, String varName, int id, String functionName, int eepromAddr, int numDecimalPlaces, boolean readOnly, boolean localOnly, boolean visible) -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(MenuItemVisitor visitor) booleanintinthashCode()Methods inherited from class com.thecoderscorner.menu.domain.MenuItem
getEepromAddress, getFunctionName, getId, getName, getVariableName, hasChildren, isLocalOnly, isReadOnly, isVisible, toString