|
|||||||||
| Home >> All >> org >> [ hartmath overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.hartmath
Class CalculatorPanel

java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
org.hartmath.CalculatorPanel
- All Implemented Interfaces:
- javax.accessibility.Accessible, java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable
- public class CalculatorPanel
- extends javax.swing.JPanel
Description of the Class
| Nested Class Summary | |
(package private) class |
CalculatorPanel.ActionHandler
Description of the Class |
class |
CalculatorPanel.CalcButton
Description of the Class |
| Nested classes inherited from class javax.swing.JPanel |
javax.swing.JPanel.AccessibleJPanel |
| Nested classes inherited from class javax.swing.JComponent |
javax.swing.JComponent.AccessibleJComponent |
| Nested classes inherited from class java.awt.Container |
java.awt.Container.AccessibleAWTContainer |
| Nested classes inherited from class java.awt.Component |
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy |
| Field Summary | |
private CalculatorPanel.CalcButton |
bin
|
private CalculatorPanel.CalcButton |
clear_input
|
private CalculatorPanel.CalcButton |
convert_tobase
|
private static com.hartmath.expression.HFunction[] |
converters
|
private javax.swing.JCheckBox |
convertResult
|
private javax.swing.JCheckBox |
copyToClipboard
|
private CalculatorPanel.CalcButton |
hex
|
private CalculatorPanel.CalcButton |
numeric_eval
|
private CalculatorPanel.CalcButton |
oct
|
private javax.swing.JComboBox |
outputFormat
|
private static java.lang.String[] |
outputLabels
|
private HartMathPanel |
parent
|
private javax.swing.JCheckBox |
prettyPrintMode
|
private CalculatorPanel.CalcButton |
symbolic_eval
|
private CalculatorPanel.CalcButton |
traceExecution
|
| Fields inherited from class javax.swing.JComponent |
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
| Fields inherited from class java.awt.Container |
|
| Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
CalculatorPanel(HartMathPanel parent)
Constructor for the CalculatorPanel object |
|
| Method Summary | |
void |
add(javax.swing.JComponent c,
java.awt.GridBagLayout gbl,
java.awt.GridBagConstraints gbc,
int x,
int y,
int w,
int h)
Description of the Method |
(package private) com.hartmath.expression.HFunction |
getConverter()
Gets the converter function if enabled; otherwise returns null |
| Methods inherited from class javax.swing.JPanel |
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
parent
private HartMathPanel parent
bin
private CalculatorPanel.CalcButton bin
oct
private CalculatorPanel.CalcButton oct
hex
private CalculatorPanel.CalcButton hex
numeric_eval
private CalculatorPanel.CalcButton numeric_eval
symbolic_eval
private CalculatorPanel.CalcButton symbolic_eval
traceExecution
private CalculatorPanel.CalcButton traceExecution
convert_tobase
private CalculatorPanel.CalcButton convert_tobase
clear_input
private CalculatorPanel.CalcButton clear_input
prettyPrintMode
private javax.swing.JCheckBox prettyPrintMode
convertResult
private javax.swing.JCheckBox convertResult
copyToClipboard
private javax.swing.JCheckBox copyToClipboard
outputFormat
private javax.swing.JComboBox outputFormat
outputLabels
private static java.lang.String[] outputLabels
converters
private static com.hartmath.expression.HFunction[] converters
| Constructor Detail |
CalculatorPanel
public CalculatorPanel(HartMathPanel parent)
- Constructor for the CalculatorPanel object
| Method Detail |
add
public void add(javax.swing.JComponent c, java.awt.GridBagLayout gbl, java.awt.GridBagConstraints gbc, int x, int y, int w, int h)
- Description of the Method
getConverter
com.hartmath.expression.HFunction getConverter()
- Gets the converter function if enabled; otherwise returns null
|
|||||||||
| Home >> All >> org >> [ hartmath overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC