tcMenuJavaAPI
Public Member Functions | List of all members
com.thecoderscorner.menu.domain.state.FloatMenuState Class Reference
Inheritance diagram for com.thecoderscorner.menu.domain.state.FloatMenuState:
com.thecoderscorner.menu.domain.state.MenuState< Float >

Public Member Functions

 FloatMenuState (MenuItem item, boolean changed, boolean active, Float value)
 
- Public Member Functions inherited from com.thecoderscorner.menu.domain.state.MenuState< Float >
 MenuState (StateStorageType storageType, MenuItem item, boolean changed, boolean active, T value)
 
MenuItem getItem ()
 
StateStorageType getStorageType ()
 
boolean isChanged ()
 
boolean isActive ()
 
getValue ()
 
boolean equals (Object o)
 
int hashCode ()
 

Detailed Description

An implementation of menu state for Strings. This stores the current value in the MenuTree for an item Generally it's best to work with state via com.thecoderscorner.menu.domain.util.MenuItemHelper


The documentation for this class was generated from the following file: