Uses of Class
com.iizigo.vs.prop.EditorVSRow
Packages that use EditorVSRow Package Description com.iizigo.vs.prop Uses of EditorVSRow in com.iizigo.vs.prop
Methods in com.iizigo.vs.prop that return EditorVSRow Modifier and Type Method Description EditorVSRow
EditorVSRow. clone()
Clone must be overridden.EditorVSRow
EditorVSRows. createRow()
Creates a row with a unique name.EditorVSRow
EditorVSTable. getHeader()
Gets the header.EditorVSRow
EditorVSRows. getRow(int rowIndex)
Gets the row at specified index.EditorVSRow
EditorVSTable. getRow(int row)
Gets the row of a certain index.EditorVSRow[]
EditorVSRows. getRows()
Gets the rows in this rows container.EditorVSRow[]
EditorVSTable. getRows()
Gets the rows in this table.