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

Public Member Functions

 PortableColorMenuState (MenuItem item, boolean changed, boolean active, PortableColor value)
 
- Public Member Functions inherited from com.thecoderscorner.menu.domain.state.MenuState< PortableColor >
 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 integer values. 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: