| Modifier and Type | Field and Description |
|---|---|
private SE_Calculator_Canvas |
Canvas
Swing_Canvas displaying the calculator
|
private Calculator_Frame |
Frame
Main window frame
|
private Desktop_Calculator |
FX603P
The calculator engine with debug capability.
|
private static int |
Half_A_Second |
private static Logger |
logger
class logger instance
|
private static Main |
self
reference to protect instance from garbage collector.
|
private static String |
TAG
class logger tag.
|
Calculator, File_Handler, Form, MAC_OS_X| Constructor and Description |
|---|
Main()
init main
|
| Modifier and Type | Method and Description |
|---|---|
void |
about()
General info dialog; fed to the OSXAdapter as the method to call when "About OSXAdapter"
is selected from the application menu
|
protected net.sourceforge.uiq3.calculator.engine.ICalculator |
Create_Calculator() |
protected ICanvas |
Create_Canvas() |
boolean |
Is_Running() |
void |
loadFile(String Filename)
load a file
|
static void |
main(String[] args)
main method.
|
void |
pauseApp()
Signals the MIDlet to enter the Paused state.
|
void |
preferences()
General preferences dialog; fed to the OSXAdapter as the method to call when
"About OSXAdapter" is selected from the application menu
|
boolean |
quit()
General quit handler; fed to the OSXAdapter as the method to call when a system quit event
occurs A quit event is triggered by Cmd-Q, selecting Quit from the application or Dock
menu, or logging out
|
String |
toString() |
Cache_Dir, Fatal_Error, Get_Bold, Get_Mono_Bold, Get_Mono, Get_Normal, Is_OSX, registerForMacOSXEvents, run, Setup_Logging, startAppprivate static final int Half_A_Second
@NotNull private static final Logger logger
class logger instance
@Nullable private static Main self
private static final String TAG
class logger tag.
@Nullable private SE_Calculator_Canvas Canvas
@Nullable private Calculator_Frame Frame
@Nullable private Desktop_Calculator FX603P
public static void main(String[] args)
args - not usedpublic void about()
about in class MainMain.about()protected net.sourceforge.uiq3.calculator.engine.ICalculator Create_Calculator() throws IOException
Create_Calculator in class MainIOExceptionMain.Create_Calculator()protected ICanvas Create_Canvas() throws IOException
Create_Canvas in class MainIOExceptionMain.Create_Canvas()public boolean Is_Running()
public void loadFile(String Filename)
public void pauseApp()
public void preferences()
preferences in class MainMain.preferences()public boolean quit()
Copyright © 2013 UIQ3 open-source software. All Rights Reserved.