edu.washington.cs.pl_if.gui.table.command
Class CommandTableRow
java.lang.Object
edu.washington.cs.pl_if.gui.table.command.CommandTableRow
- All Implemented Interfaces:
- TableRow
public class CommandTableRow
- extends Object
- implements TableRow
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommandTableRow
public CommandTableRow(Map map,
int commandId)
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