Package com.thecoderscorner.menu.domain.state
-
Class Summary Class Description BooleanMenuState An implementation of menu state for booleans.FloatMenuState An implementation of menu state for Strings.IntegerMenuState An implementation of menu state for integer values.MenuState<T> The base class of menu state, stores the value, if it's active and changed.MenuTree Menu tree holds all the menu items for a specific remote connection or session.StringMenuState An implementation of menu state for Strings. -
Enum Summary Enum Description MenuTree.MoveType Some operations support moving items up or down in the tree, when they do they use this enumeration to describe the direction of the move.