Class polarDust.calculator.NumDisplayPanel01
All Packages Class Hierarchy This Package Previous Next Index
Class polarDust.calculator.NumDisplayPanel01
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----polarDust.calculator.NumDisplayPanel01
- public class NumDisplayPanel01
- extends Panel
- implements CalcDisplay
NumDisplayPanel01 is a container for a NumDisplay01 component.
The source code.
- Version:
- 0.9, 1996.06.04
- Author:
- Sorin Lazareanu
-
NumDisplayPanel01()
- Constructs a new panel.
-
NumDisplayPanel01(PrinterPanel01)
- Constructs a new display panel, driver for a printer.
-
assign(double)
-
-
assignWithDecimals(double, int)
-
-
configure()
- Prepares the layout of the panel.
-
isError()
-
-
maxDigitsFactor()
- Answers the maxDigitsFactor for the display component.
-
mouseUp(Event, int, int)
- Toggles runnable for the display component.
-
setNumber(String)
-
-
show(double)
-
-
showM(double)
-
-
showOp(String)
-
-
showWithDecimals(double, int)
-
-
stop()
- Stops the thread of the display component.
NumDisplayPanel01
public NumDisplayPanel01()
- Constructs a new panel.
NumDisplayPanel01
public NumDisplayPanel01(PrinterPanel01 aPrinter)
- Constructs a new display panel, driver for a printer.
- Parameters:
- aPrinter - the printer to use.
- See Also:
- PrinterPanel01
configure
public void configure()
- Prepares the layout of the panel.
maxDigitsFactor
public long maxDigitsFactor()
- Answers the maxDigitsFactor for the display component.
- See Also:
- maxDigitsFactor
assign
public double assign(double dReg1)
- See Also:
- assign
show
public double show(double dReg1)
- See Also:
- show
showOp
public void showOp(String oper)
- See Also:
- showOp
assignWithDecimals
public double assignWithDecimals(double dReg1,
int iDecimals)
- See Also:
- assignWithDecimals
showWithDecimals
public double showWithDecimals(double dReg1,
int iDecimals)
- See Also:
- showWithDecimals
setNumber
public void setNumber(String aString)
- See Also:
- setNumber
showM
public double showM(double dRegM)
- See Also:
- showM
isError
public boolean isError()
- See Also:
- isError
stop
public void stop()
- Stops the thread of the display component.
- See Also:
- NumDisplay01
mouseUp
public boolean mouseUp(Event e,
int iX,
int iY)
- Toggles runnable for the display component.
- Overrides:
- mouseUp in class Component
- See Also:
- toggleRunnable
All Packages Class Hierarchy This Package Previous Next Index