Class Key_GSB_LOAD

    • Field Detail

      • Gsb_Text

        private static final short[] Gsb_Text
        Text to be displayed when Mode was selected.
      • Logger

        private static final Logger Logger

        Class logger instance.

      • Status_Error

        private static final String Status_Error
        Error Message displayed on using the wrong alpha mode!
        See Also:
        Constant Field Values
      • TAG

        private static final String TAG

        Class logger tag.

      • Backup_A_Active

        private net.sourceforge.uiq3.calculator.ICalculator.AlphaRegisterType Backup_A_Active

        backup active A register to restore display after key was entered.

      • Backup_Display_Mode

        private net.sourceforge.uiq3.calculator.ICalculator.DisplayType Backup_Display_Mode

        backup display mode to restore display after key was entered.

      • Status

        private int Status
        We start with status none.
    • Constructor Detail

      • Key_GSB_LOAD

        Key_GSB_LOAD​(Calculator Owner)
        Parameters:
        Owner - Calculator owning the key
    • Method Detail

      • Clear

        public void Clear​(boolean All_Clear)
        Clean Key state.
        Specified by:
        Clear in interface IClear
        Overrides:
        Clear in class Keyboard
        Parameters:
        All_Clear - true when AC (all clear) is requested.
        See Also:
        IClear.Clear(boolean)
      • Execute

        public void Execute​(short Key_Code)
                     throws Error
        Description copied from interface: IOperation

        Execute virtual CPU command or key stroke

        Specified by:
        Execute in interface IOperation
        Overrides:
        Execute in class Key_Simple
        Parameters:
        Key_Code - Virtual CPU Operation to be executed
        Throws:
        Error - "Error" is an abstract exception class representing all possible errors the calculator can produce.
        Error
        See Also:
        IOperation.Execute(short)