edu.washington.cs.pl_if.gui.table
Interface TableRow

All Known Implementing Classes:
CommandOverviewRow, CommandTableRow, HostTableRow

public interface TableRow


Method Summary
 int getRowId()
           
 boolean isVisible()
           
 void setChecked(boolean checked)
           
 String[] toStringArray()
           
 

Method Detail

toStringArray

String[] toStringArray()

isVisible

boolean isVisible()

getRowId

int getRowId()

setChecked

void setChecked(boolean checked)