Class Key_0_RND

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

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

      • Fix_Text

        private static final short[] Fix_Text
        Text to be displayed when FIX is selected.
      • Logger

        private static final Logger Logger

        Class logger instance.

      • Rnd_Text

        private static final short[] Rnd_Text
        Text to be displayed when RND is selected.
      • Status_Fix

        private static final int Status_Fix
        dot mode operations selected first char expected
        See Also:
        Constant Field Values
      • Status_Rnd

        private static final int Status_Rnd
        normal mode operations selected
        See Also:
        Constant Field Values
      • TAG

        private static final String TAG

        Class logger tag.

      • Status

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

      • Key_0_RND

        Key_0_RND​(Calculator Owner)
        Create Key and attach to owner calculator.
        Parameters:
        Owner - Calculator owning the key
    • Method Detail

      • Clear

        public void Clear​(boolean All_Clear)
        Clean Key.
        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
        Throws:
        Error
        See Also:
        IOperation.Execute(short)