Class Key_MODE

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

    final class Key_MODE
    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_MODE

        Key_MODE​(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 net.sourceforge.uiq3.calculator.Error
        Throws:
        M_Error - memory does not exist
        net.sourceforge.uiq3.calculator.Error
        See Also:
        IOperation.Execute(short)
      • Execute_Mode_Clear

        private void Execute_Mode_Clear()
      • Execute_Mode_Comp

        private void Execute_Mode_Comp()
                                throws M_Error
        Throws:
        M_Error
      • Execute_Mode_Deg

        private void Execute_Mode_Deg()
                               throws M_Error
        Throws:
        M_Error
      • Execute_Mode_Gra

        private void Execute_Mode_Gra()
                               throws M_Error
        Throws:
        M_Error
      • Execute_Mode_IO

        private void Execute_Mode_IO()
      • Execute_Mode_Rad

        private void Execute_Mode_Rad()
                               throws M_Error
        Throws:
        M_Error
      • Execute_Mode_Run

        private void Execute_Mode_Run()
                               throws Error
        Throws:
        Error
      • Execute_Mode_Write

        private void Execute_Mode_Write()