

Public Member Functions | |
| I () | |
| Constructor. | |
| String[] | name_array () |
| Array used to construct name() and shortName() String objects. | |
Static Public Member Functions | |
| static void | main (String args[]) |
Static Private Attributes | |
| static final String[] | fname = { "i" } |
| jscicalc.pobject.I.I | ( | ) |
Constructor.
Sets a tooltip and shortcut. Also stores the value of Pi in the container.
References jscicalc.pobject.PObject.fshortcut, and jscicalc.pobject.PObject.ftooltip.
Referenced by jscicalc.pobject.I.main().
| String [] jscicalc.pobject.I.name_array | ( | ) | [virtual] |
Array used to construct name() and shortName() String objects.
Implements jscicalc.pobject.PObject.
References jscicalc.pobject.I.fname.
| static void jscicalc.pobject.I.main | ( | String | args[] | ) | [static] |
References jscicalc.pobject.I.I(), and jscicalc.pobject.PObject.name().
final String [] jscicalc.pobject.I.fname = { "i" } [static, private] |
Referenced by jscicalc.pobject.I.name_array().
1.5.5