Uses of Class
adams.ml.data.InstanceView
-
Packages that use InstanceView Package Description adams.ml.data -
-
Uses of InstanceView in adams.ml.data
Fields in adams.ml.data declared as InstanceView Modifier and Type Field Description protected InstanceView
DataCellView. m_Owner
the owning row.Methods in adams.ml.data that return InstanceView Modifier and Type Method Description InstanceView
DataCellView. getOwner()
Returns the row this cell belongs to.Constructors in adams.ml.data with parameters of type InstanceView Constructor Description DataCellView(InstanceView owner, int colIndex)
Initializes the cell.
-