Package net.sourceforge.uiq3.fx603p
Class Key_C
- java.lang.Object
-
- net.sourceforge.uiq3.fx603p.Owned_Operation
-
- net.sourceforge.uiq3.fx603p.Keyboard
-
- net.sourceforge.uiq3.fx603p.Key_C
-
- All Implemented Interfaces:
IClear
,IOperation
,IOwned_Operation
final class Key_C extends Keyboard
The Clear key was clicked- Author:
- "Martin Krischik" «krischik@users.sourceforge.net»
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static class
Key_C.Status_Type
-
Field Summary
Fields Modifier and Type Field Description private static Logger
Logger
class Logger instanceprivate static short[]
P_Text
Text to be displayed when Mode was selected.private static short[]
P1_Text
Text to be displayed when Mode was selected.private @NotNull Key_C.Status_Type
Status
We start with status none.private static String
TAG
class Logger tag.-
Fields inherited from class net.sourceforge.uiq3.fx603p.Keyboard
a_b_c, AC, ALPHA, Alpha_Text, Base_N_Text, BST, Button_Memory_F, Button_Memory_n, Button_Memory_sn, Button_Memory_sn1, Button_Memory_SX, Button_Memory_SX2, Button_Memory_xmean, Button_Mode_BaseN, Button_Mode_COMP, Button_Mode_DEG, Button_Mode_GRA, Button_Mode_IO, Button_Mode_PCL, Button_Mode_RAD, Button_Mode_RUN, Button_Mode_WRT, Button_RND_FIX, C, cos, degree, Divide, Dot, eng, Equal, EXE, EXP, FST, GOTO, GSB, HLT, hyp, LBL, ln, log, M_Minus, M_Plus, Min, Minus, MODE, Mode_Text, MR, Multiply, Normal_Text, Num_0, Num_1, Num_2, Num_3, Num_4, Num_5, Num_6, Num_7, Num_8, Num_9, P_Close, P_Open, P0, P1, P1_, P2, P3, P4, Plus, Plus_Minus, SecondF, SecondF_Text, SHIFT, Shift_Alpha_Text, Shift_Base_N_Text, Shift_Text, sin, tan, X_M, Xd
-
Fields inherited from class net.sourceforge.uiq3.fx603p.Owned_Operation
Owner
-
-
Constructor Summary
Constructors Constructor Description Key_C(Calculator Owner)
Create Key and attach to owner calculator.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
Clear(boolean All_Clear)
Clean Key state.void
Execute(short Key_Code)
Execute virtual CPU command or key strokeprivate void
Execute_None(int Program_Store)
private void
Execute_Prog_0(short Key_Code, int program_Store)
private void
Execute_Prog_10(short Key_Code, int program_Store)
private void
Remove_Step(int Step)
remove stepprivate void
Rename_Program(int Program_Store, short Program_Token, boolean P10)
Rename the program foind at Program_Store@NotNull String
toString()
Operation as java string-
Methods inherited from class net.sourceforge.uiq3.fx603p.Owned_Operation
µReset, µReset
-
-
-
-
Field Detail
-
Logger
private static final Logger Logger
class Logger instance
-
P1_Text
private static final short[] P1_Text
Text to be displayed when Mode was selected.
-
P_Text
private static final short[] P_Text
Text to be displayed when Mode was selected.
-
TAG
private static final String TAG
class Logger tag.
-
Status
@NotNull private @NotNull Key_C.Status_Type Status
We start with status none.
-
-
Constructor Detail
-
Key_C
Key_C(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 state.- Specified by:
Clear
in interfaceIClear
- Overrides:
Clear
in classKeyboard
- Parameters:
All_Clear
- make no difference- See Also:
IClear.Clear(boolean)
-
Execute
public void Execute(short Key_Code) throws Op_Error
Description copied from interface:IOperation
Execute virtual CPU command or key stroke
- Parameters:
Key_Code
- Virtual CPU Operation to be executed- Throws:
Op_Error
- See Also:
IOperation.Execute(short)
-
Execute_None
private void Execute_None(int Program_Store)
-
Execute_Prog_0
private void Execute_Prog_0(short Key_Code, int program_Store)
-
Execute_Prog_10
private void Execute_Prog_10(short Key_Code, int program_Store)
-
Remove_Step
private void Remove_Step(int Step)
remove step
- Parameters:
Step
- step to remove
-
Rename_Program
private void Rename_Program(int Program_Store, short Program_Token, boolean P10)
Rename the program foind at Program_Store
- Parameters:
Program_Store
- where the prog is storedProgram_Token
- the new programP10
- true when the program is P10 … P19
-
toString
@NotNull public @NotNull String toString()
Description copied from class:Owned_Operation
Operation as java string- Overrides:
toString
in classOwned_Operation
- Returns:
- String representation
-
-