package gve.calc.formula; import java.awt.*; import java.awt.event.*; import awt.Button;
@author Geert Vernaeve |
Only valid if the FormulaView's cursorComp is this view. Possible values: Somewhere_LEFT, Somewhere_RIGHT, Somewhere |
Called when "Invert" is chosen Note that we share this code with InfixBinaryOpView. So, maybe it's better to develop a Controller class hierarchy ... |
Possible values: >=0 indicates that cursor is at operator name |
Return the View of the operator itself (i.e. without the left and right arguments). This is our middle child. PENDING: We have this method also in InfixBinaryOpView. Someday, renice up the class hierarchy to get rid of the double implementation please. |