Class Key_LBL_IND_PRT

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

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

      • Status_Digit

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

        private static final String TAG

        class logger tag.

      • logger

        private static final Logger logger

        class logger instance

      • Lbl_Text

        private final short[] Lbl_Text
        Text to be displayed when Mode was selected.
      • Status

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

      • Key_LBL_IND_PRT

        Key_LBL_IND_PRT​(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
        Specified by:
        Execute in interface net.sourceforge.uiq3.calculator.IOperation
        Overrides:
        Execute in class Key_Simple_2nd
        Throws:
        Error - some error
        net.sourceforge.uiq3.calculator.Error
        See Also:
        IOperation.Execute(short)