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(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 KettleException
- Throws:
KettleException
getDescription
public static String getDescription(ReportSubjectLocation filename)
throws KettleException
- Throws:
KettleException
getExtendedDescription
public static String getExtendedDescription(ReportSubjectLocation filename)
throws KettleException
- Throws:
KettleException
getLogging
public static String getLogging(ReportSubjectLocation filename)
throws KettleException
- Throws:
KettleException
getImage
public static BufferedImage getImage(ReportSubjectLocation filename)
throws KettleException
- Throws:
KettleException
getCreation
public static String getCreation(ReportSubjectLocation filename)
throws KettleException
- Throws:
KettleException
getModification
public static String getModification(ReportSubjectLocation filename)
throws KettleException
- Throws:
KettleException
getLastExecutionResult
public static String getLastExecutionResult(LogChannelInterface log,
LoggingObjectInterface parentObject,
ReportSubjectLocation filename)
throws KettleException
- Throws:
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