edu.washington.cs.pl_if.gui.table.command
Class CommandTableRow

java.lang.Object
  extended by edu.washington.cs.pl_if.gui.table.command.CommandTableRow
All Implemented Interfaces:
TableRow

public class CommandTableRow
extends Object
implements TableRow


Constructor Summary
CommandTableRow(Map map, int commandId)
           
 
Method Summary
 String getCommand()
           
 int getCommandId()
           
 String getExitCodes()
           
 double getProgress()
           
 int getRowId()
           
 boolean isChecked()
           
 boolean isVisible()
           
 void setChecked(boolean checked)
           
 String[] toStringArray()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandTableRow

public CommandTableRow(Map map,
                       int commandId)
Method Detail

getRowId

public int getRowId()
Specified by:
getRowId in interface TableRow

isVisible

public boolean isVisible()
Specified by:
isVisible in interface TableRow

toStringArray

public String[] toStringArray()
Specified by:
toStringArray in interface TableRow

getCommand

public String getCommand()

getCommandId

public int getCommandId()

getExitCodes

public String getExitCodes()

getProgress

public double getProgress()

isChecked

public boolean isChecked()

setChecked

public void setChecked(boolean checked)
Specified by:
setChecked in interface TableRow