edu.washington.cs.pl_if.gui.table.command
Class CommandOverviewRow
java.lang.Object
edu.washington.cs.pl_if.gui.table.command.CommandOverviewRow
- All Implemented Interfaces:
- TableRow
public class CommandOverviewRow
- extends Object
- implements TableRow
CommandOverviewRow
public CommandOverviewRow(Map map)
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()
getConnectionId
public int getConnectionId()
getExitCode
public int getExitCode()
getExitCodeString
public String getExitCodeString()
getHostname
public String getHostname()
getLastLine
public String getLastLine()
getOutputRows
public int getOutputRows()
isConnected
public boolean isConnected()
getSite
public String getSite()
getExecTime
public double getExecTime()
toString
public String toString()
- Overrides:
toString
in class Object
isChecked
public boolean isChecked()
setChecked
public void setChecked(boolean checked)
- Specified by:
setChecked
in interface TableRow