Class Key_0_RND

    • Field Detail

      • Fix_Text

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

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

        private static final String TAG

        class logger tag.

      • logger

        private static final Logger logger

        class logger instance

    • 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

      • Execute

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

        Execute virtual CPU command or key stroke

        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)