Package net.sourceforge.uiq3.fx602p
Class Key_0_RND
- java.lang.Object
-
- net.sourceforge.uiq3.fx602p.Owned_Operation
-
- net.sourceforge.uiq3.fx602p.Keyboard
-
- net.sourceforge.uiq3.fx602p.Key_0_RND
-
- All Implemented Interfaces:
IClear
,IOperation
,IOwned_Operation
final class Key_0_RND extends Keyboard
The Inv key was clicked- Author:
- "Martin Krischik" «krischik@users.sourceforge.net»
-
-
Field Summary
Fields Modifier and Type Field Description private static short[]
Fix_Text
Text to be displayed when FIX is selected.private static Logger
Logger
Class logger instance.private static short[]
Rnd_Text
Text to be displayed when RND is selected.private int
Status
We start with status none.private static int
Status_Fix
dot mode operations selected first char expectedprivate static int
Status_None
no mode selected yetprivate static int
Status_Rnd
normal mode operations selectedprivate static String
TAG
Class logger tag.-
Fields inherited from class net.sourceforge.uiq3.fx602p.Keyboard
AC, Alpha_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_DEG, Button_Mode_GRA, 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, INV, LBL, ln, log, M_Minus, M_Plus, Min, Minus, MODE, MR, Multiply, No_Text, 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, P2, P3, P4, Plus, Plus_Minus, Shift_Alpha_Text, Shift_Text, sin, tan, X_M, Xd
-
Fields inherited from class net.sourceforge.uiq3.fx602p.Owned_Operation
Owner
-
-
Constructor Summary
Constructors Constructor Description Key_0_RND(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.void
Execute(short Key_Code)
Execute virtual CPU command or key stroke@NotNull String
toString()
-
Methods inherited from class net.sourceforge.uiq3.fx602p.Owned_Operation
µReset
-
-
-
-
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_None
private static final int Status_None
no mode selected yet- 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 interfaceIClear
- Overrides:
Clear
in classKeyboard
- Parameters:
All_Clear
- true when AC (all clear) is requested.- See Also:
IClear.Clear(boolean)
-
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)
-
toString
@NotNull public @NotNull String toString()
- Overrides:
toString
in classOwned_Operation
-
-