Class Key_GOTO_SAVE

  • All Implemented Interfaces:
    net.sourceforge.uiq3.calculator.IClear, net.sourceforge.uiq3.calculator.IOperation, net.sourceforge.uiq3.calculator.IOwned_Operation

    final class Key_GOTO_SAVE
    extends Key_Simple
    The Mode key was clicked
    Author:
    "Martin Krischik" «krischik@users.sourceforge.net»
    • Field Detail

      • Goto_Text

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

        private static final Logger Logger

        Class logger instance.

      • 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.

    • Constructor Detail

      • Key_GOTO_SAVE

        Key_GOTO_SAVE​(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 net.sourceforge.uiq3.calculator.IClear
        Overrides:
        Clear in class Keyboard
        See Also:
        IClear.Clear(boolean)
      • Execute

        public void Execute​(short Key_Code)
                     throws Error
        Compose Goto from two key strokes
        Specified by:
        Execute in interface net.sourceforge.uiq3.calculator.IOperation
        Overrides:
        Execute in class Key_Simple
        Throws:
        Error
        See Also:
        IOperation.Execute(short)