|
Gridarta Editor
|


Public Member Functions | |
| void | selected () |
| SpreadSheetInput (String initValue, SpreadSheet app, int width, int height, Color bgColor, Color fgColor) | |
Public Member Functions inherited from InputField | |
| String | getValue () |
| InputField (String initValue, Applet app, int width, int height, Color bgColor, Color fgColor) | |
| void | keyReleased (KeyEvent e) |
| void | paint (Graphics g, int x, int y) |
| void | processKey (KeyEvent e) |
| void | setText (String val) |
Additional Inherited Members | |
Package Attributes inherited from InputField | |
| Applet | app |
| Color | bgColor |
| char | buffer [] |
| int | cursorPos = 0 |
| Color | fgColor |
| int | height |
| int | maxchars = 50 |
| int | nChars |
| String | sval |
| int | width |
Definition at line 909 of file SpreadSheet.java.
| SpreadSheetInput.SpreadSheetInput | ( | String | initValue, |
| SpreadSheet | app, | ||
| int | width, | ||
| int | height, | ||
| Color | bgColor, | ||
| Color | fgColor | ||
| ) |
Definition at line 912 of file SpreadSheet.java.
References InputField.app, InputField.bgColor, InputField.fgColor, InputField.height, and InputField.width.
| void SpreadSheetInput.selected | ( | ) |
Reimplemented from InputField.
Definition at line 922 of file SpreadSheet.java.
References InputField.app, Cell.FORMULA, Cell.LABEL, InputField.sval, and Cell.URL.
1.8.17