

Public Member Functions | |
| String[] | name_array () |
| Array used to construct name() and shortName() String objects. | |
Static Public Member Functions | |
| static NullPObject | instance () |
Private Member Functions | |
| NullPObject () | |
Static Private Attributes | |
| static final String[] | fname = { "" } |
| static NullPObject | instance = null |
| A null Pobject. | |
It is used so that Calculator Buttons can be blank. This is a singleton class.
| jscicalc.pobject.NullPObject.NullPObject | ( | ) | [private] |
References jscicalc.pobject.PObject.fshortcut, and jscicalc.pobject.PObject.ftooltip.
Referenced by jscicalc.pobject.NullPObject.instance().
| String [] jscicalc.pobject.NullPObject.name_array | ( | ) | [virtual] |
Array used to construct name() and shortName() String objects.
Implements jscicalc.pobject.PObject.
References jscicalc.pobject.NullPObject.fname.
| static NullPObject jscicalc.pobject.NullPObject.instance | ( | ) | [static] |
References jscicalc.pobject.NullPObject.NullPObject().
final String [] jscicalc.pobject.NullPObject.fname = { "" } [static, private] |
Referenced by jscicalc.pobject.NullPObject.name_array().
NullPObject jscicalc.pobject.NullPObject.instance = null [static, private] |
A null Pobject.
Useful for buttons that do nothing.
1.5.5