spreadView-class {MVCClass} | R Documentation |
spreadView is a class to represent a view that is a spreadsheet. spreadView inherits from the virtual class, genView.
Objects can be created by calls of the form new("spreadView", ...)
.
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).
clist
:"GtkCList"
, i.e. the
spreadsheet dataName
:win
:"GtkWindow"
that holds the
view winNum
:
Class "genView"
, directly.
clist
slot clist
slot This class will also have a clickEvent method, which will be called whenever a user selects a row on the spreadsheet. This method will be defined in packages that use this package, such as iSPlot and iSNetwork.
Elizabeth Whalen