Class Op_RSLOAD

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

    final class Op_RSLOAD
    extends Op_Interface
    Save / Print Data
    Author:
    "Martin Krischik" «krischik@users.sourceforge.net»
    • Field Detail

      • Display_Text

        private static final short @NotNull [] Display_Text
        Test to Display on Program, Print and Debug.
      • Logger

        private static final Logger Logger

        class logger instance

      • TAG

        private static final String TAG

        class logger tag.

    • Constructor Detail

      • Op_RSLOAD

        Op_RSLOAD​(Calculator Owner)
        Create operation and attach to owning calculator.
        Parameters:
        Owner - Calculator which will call this Opcode
    • Method Detail

      • Display

        public short @NotNull [] Display​(short Opcode)
                                  throws Op_Error
        Display Operation in Wrt mode.
        Throws:
        Op_Error
        See Also:
        IProgrammable_Operation.Display(short)
      • Execute

        public void Execute​(short Opcode)
                     throws net.sourceforge.uiq3.calculator.Error
        Specified by:
        Execute in interface net.sourceforge.uiq3.calculator.IOperation
        Overrides:
        Execute in class Op_Interface
        Throws:
        net.sourceforge.uiq3.calculator.Error - a calculator error happened
        See Also:
        IOperation.Execute(short)
      • Execute_IO

        private void Execute_IO​(short @NotNull [] File_Name,
                                @NotNull
                                @NotNull String Java_File_Name)
                         throws Error

        save program file

        Parameters:
        File_Name - File name to display while saving
        Java_File_Name - Java style file name
        Throws:
        Error - Something went wrong
      • Execute_Run

        private void Execute_Run​(short @NotNull [] File_Name,
                                 @NotNull
                                 @NotNull String Java_File_Name)
                          throws Error

        same data file

        Parameters:
        File_Name - File name to display while saving
        Java_File_Name - Java style file name
        Throws:
        Error - Something went wrong
      • Execute_Shift_IO

        private void Execute_Shift_IO​(short @NotNull [] File_Name,
                                      @NotNull
                                      @NotNull String Java_File_Name)
                               throws Error

        Save all file

        Parameters:
        File_Name - File name to display while saving
        Java_File_Name - Java style file name
        Throws:
        Error - Something went wrong