Modifier and Type | Method and Description |
---|---|
Calculator |
CalculatorCollectionManager.addCalculator(java.lang.String name,
float x,
float y)
Adds the calculator.
|
Calculator |
CalculatorCollectionManager.getCalculatorForUser(java.lang.String user)
Gets the calculator for user.
|
Modifier and Type | Method and Description |
---|---|
void |
CalculatorEventProcessor.calculatorDragAndDropEvent(Calculator calculator,
IItem itemDropped,
IItem onto,
int indexOfDrop)
Calculator drag and drop event.
|
void |
CalculatorEventProcessor.characterAdded(char character,
Calculator calculator,
java.lang.String currentDisplay) |
void |
CalculatorEventProcessor.characterRemoved(Calculator calculator,
java.lang.String text) |
void |
CalculatorEventProcessor.enterKeyPressed(Calculator calculator,
java.lang.String currentDisplay) |
Constructor and Description |
---|
CalculatorDragAndDropListener(Calculator c,
CalculatorEventProcessor controller)
Instantiates a new calculator drag and drop listener.
|
Modifier and Type | Method and Description |
---|---|
static Expression |
ExpressionFactory.createExpressionFromStringAndCalculator(java.lang.String expression,
Calculator calc,
java.lang.String tableID,
double target,
boolean isEdit)
Creates a new Expression object.
|
Modifier and Type | Method and Description |
---|---|
void |
ICalculatorEventListener.characterAdded(char character,
Calculator calculator,
java.lang.String currentDisplay)
Character added.
|
void |
ICalculatorEventListener.characterRemoved(Calculator calculator,
java.lang.String text)
Character removed.
|
void |
ICalculatorEventListener.enterKeyPressed(Calculator calculator,
java.lang.String currentDisplay)
Enter key pressed.
|