org.pentaho.di.trans.steps.autodoc
Class KettleFileTableModel
java.lang.Object
  
org.pentaho.di.trans.steps.autodoc.KettleFileTableModel
- All Implemented Interfaces: 
 - TableModel
 
public class KettleFileTableModel
- extends Object
- implements TableModel
  
 
 
 
 
KettleFileTableModel
public KettleFileTableModel()
KettleFileTableModel
public KettleFileTableModel(org.pentaho.di.core.logging.LoggingObjectInterface parentObject,
                            List<ReportSubjectLocation> locations)
addTableModelListener
public void addTableModelListener(TableModelListener tableModelListener)
- Specified by:
 addTableModelListener in interface TableModel
 
 
getColumnClass
public Class<?> getColumnClass(int index)
- Specified by:
 getColumnClass in interface TableModel
 
 
getColumnCount
public int getColumnCount()
- Specified by:
 getColumnCount in interface TableModel
 
 
getColumnName
public String getColumnName(int index)
- Specified by:
 getColumnName in interface TableModel
 
 
getRowCount
public int getRowCount()
- Specified by:
 getRowCount in interface TableModel
 
 
getValueAt
public Object getValueAt(int rowIndex,
                         int columnIndex)
- Specified by:
 getValueAt in interface TableModel
 
 
getName
public static String getName(ReportSubjectLocation filename)
                      throws org.pentaho.di.core.exception.KettleException
 
- Throws:
 org.pentaho.di.core.exception.KettleException
 
getDescription
public static String getDescription(ReportSubjectLocation filename)
                             throws org.pentaho.di.core.exception.KettleException
 
- Throws:
 org.pentaho.di.core.exception.KettleException
 
getExtendedDescription
public static String getExtendedDescription(ReportSubjectLocation filename)
                                     throws org.pentaho.di.core.exception.KettleException
 
- Throws:
 org.pentaho.di.core.exception.KettleException
 
getLogging
public static String getLogging(ReportSubjectLocation filename)
                         throws org.pentaho.di.core.exception.KettleException
 
- Throws:
 org.pentaho.di.core.exception.KettleException
 
getImage
public static BufferedImage getImage(ReportSubjectLocation filename)
                              throws org.pentaho.di.core.exception.KettleException
 
- Throws:
 org.pentaho.di.core.exception.KettleException
 
getCreation
public static String getCreation(ReportSubjectLocation filename)
                          throws org.pentaho.di.core.exception.KettleException
 
- Throws:
 org.pentaho.di.core.exception.KettleException
 
getModification
public static String getModification(ReportSubjectLocation filename)
                              throws org.pentaho.di.core.exception.KettleException
 
- Throws:
 org.pentaho.di.core.exception.KettleException
 
getLastExecutionResult
public 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
 
- Throws:
 org.pentaho.di.core.exception.KettleException
 
isCellEditable
public boolean isCellEditable(int arg0,
                              int arg1)
- Specified by:
 isCellEditable in interface TableModel
 
 
removeTableModelListener
public void removeTableModelListener(TableModelListener arg0)
- Specified by:
 removeTableModelListener in interface TableModel
 
 
setValueAt
public void setValueAt(Object arg0,
                       int arg1,
                       int arg2)
- Specified by:
 setValueAt in interface TableModel