gAddViewMessage-class {MVCClass} | R Documentation |
gAddViewMessage is a class to represent an add view message. Whenever a view needs to be added, a gAddViewMessage object is created and the handleMessage method is called to act on the message. gAddViewMessage inherits from the class, gAddMessage, which inherits from the virtual class, gMessage.
Objects can be created by calls of the form new("gAddViewMessage",
...)
.
The initialize method for this class will be created in other packages that
use this package (for example, the initialize method will be created in the
iSNetwork and iSPlot packages).
dataName
:mData
:type
:
Class "gAddMessage"
, directly.
Class "gMessage"
, by class "gAddMessage"
.
No methods defined with class "gAddViewMessage" in the signature.
Elizabeth Whalen
gAddDataMessage-class
,
gAddMessage-class
,
gMessage-class