Class Key_ALPHA

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

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

      • Logger

        private static final Logger Logger

        class logger instance

      • TAG

        private static final String TAG

        Class logger tag.

    • Constructor Detail

      • Key_ALPHA

        Key_ALPHA​(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
        Parameters:
        All_Clear - make no difference
        See Also:
        IClear.Clear(boolean)
      • Execute

        public void Execute​(short Key_Code)
                     throws Op_Error,
                            M_Error
        Throws:
        M_Error - memory does not exist
        Op_Error
        See Also:
        IOperation.Execute(short)
      • Execute_Alpha_Off

        private void Execute_Alpha_Off()
                                throws M_Error

        End Alpha entry

        Throws:
        M_Error
      • Execute_Alpha_On

        private void Execute_Alpha_On()
                               throws M_Error

        Begin Alpha entry

        Throws:
        M_Error