public class KettleFileTableModel extends Object implements TableModel
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
KettleFileTableModel.Field  | 
| Constructor and Description | 
|---|
KettleFileTableModel()  | 
KettleFileTableModel(org.pentaho.di.core.logging.LoggingObjectInterface parentObject,
                    List<ReportSubjectLocation> locations)  | 
public KettleFileTableModel()
public KettleFileTableModel(org.pentaho.di.core.logging.LoggingObjectInterface parentObject,
                            List<ReportSubjectLocation> locations)
public void addTableModelListener(TableModelListener tableModelListener)
addTableModelListener in interface TableModelpublic Class<?> getColumnClass(int index)
getColumnClass in interface TableModelpublic int getColumnCount()
getColumnCount in interface TableModelpublic String getColumnName(int index)
getColumnName in interface TableModelpublic int getRowCount()
getRowCount in interface TableModelpublic Object getValueAt(int rowIndex, int columnIndex)
getValueAt in interface TableModelpublic static String getName(ReportSubjectLocation filename) throws org.pentaho.di.core.exception.KettleException
org.pentaho.di.core.exception.KettleExceptionpublic static String getDescription(ReportSubjectLocation filename) throws org.pentaho.di.core.exception.KettleException
org.pentaho.di.core.exception.KettleExceptionpublic static String getExtendedDescription(ReportSubjectLocation filename) throws org.pentaho.di.core.exception.KettleException
org.pentaho.di.core.exception.KettleExceptionpublic static String getLogging(ReportSubjectLocation filename) throws org.pentaho.di.core.exception.KettleException
org.pentaho.di.core.exception.KettleExceptionpublic static BufferedImage getImage(ReportSubjectLocation filename) throws org.pentaho.di.core.exception.KettleException
org.pentaho.di.core.exception.KettleExceptionpublic static String getCreation(ReportSubjectLocation filename) throws org.pentaho.di.core.exception.KettleException
org.pentaho.di.core.exception.KettleExceptionpublic static String getModification(ReportSubjectLocation filename) throws org.pentaho.di.core.exception.KettleException
org.pentaho.di.core.exception.KettleExceptionpublic static String getLastExecutionResult(org.pentaho.di.core.logging.LogChannelInterface log, org.pentaho.di.core.logging.LoggingObjectInterface parentObject, ReportSubjectLocation filename) throws org.pentaho.di.core.exception.KettleException
org.pentaho.di.core.exception.KettleExceptionpublic boolean isCellEditable(int arg0,
                              int arg1)
isCellEditable in interface TableModelpublic void removeTableModelListener(TableModelListener arg0)
removeTableModelListener in interface TableModelpublic void setValueAt(Object arg0, int arg1, int arg2)
setValueAt in interface TableModel