Package com.thecoderscorner.menu.domain.state


package com.thecoderscorner.menu.domain.state
  • Class
    Description
    AnyMenuState represents any menu state of any type, it is a convenience that allows for non-generic access to a menu state of any type, where the type is not important.
    Represents the storage type for the state.
    Used to store the decimal state of large number menu item in the menu tree.
    An implementation of menu state for booleans.
    Represents a scroll position as used by ScrollChoiceMenuItems, it holds the position and the current string value.
    An implementation of menu state for integer values.
    An implementation of menu state for Strings.
    An implementation of menu state for integer values.
    This represents an action that was performed on a list, and not really the state of the list.
    The types of response that are supported, current select - single click, invoke - double click.
    The base class of menu state, stores the value, if it's active and changed.
    Menu tree holds all the menu items for a specific remote connection or local session.
    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.
    A portable color that represents a color in the RGBA space with single byte values for each entry (between 0..255).
    An implementation of menu state for integer values.
    An implementation of menu state for lists of string.
    An implementation of menu state for Strings.