Class SequencePropertyTableModel
- java.lang.Object
- 
- javax.swing.table.AbstractTableModel
- 
- org.pentaho.reporting.ui.datasources.sequence.SequencePropertyTableModel
 
 
- 
- All Implemented Interfaces:
- Serializable,- TableModel,- org.pentaho.reporting.libraries.designtime.swing.table.PropertyTableModel
 
 public class SequencePropertyTableModel extends AbstractTableModel implements org.pentaho.reporting.libraries.designtime.swing.table.PropertyTableModel - See Also:
- Serialized Form
 
- 
- 
Field Summary- 
Fields inherited from class javax.swing.table.AbstractTableModellistenerList
 
- 
 - 
Constructor SummaryConstructors Constructor Description SequencePropertyTableModel()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ClassgetClassForCell(int row, int column)ClassgetColumnClass(int columnIndex)intgetColumnCount()StringgetColumnName(int column)PropertyEditorgetEditorForCell(int row, int column)intgetRowCount()org.pentaho.reporting.engine.classic.core.modules.misc.datafactory.sequence.SequencegetSequence()ObjectgetValueAt(int rowIndex, int columnIndex)booleanisCellEditable(int rowIndex, int columnIndex)voidsetSequence(org.pentaho.reporting.engine.classic.core.modules.misc.datafactory.sequence.Sequence sequence)voidsetValueAt(Object aValue, int rowIndex, int columnIndex)- 
Methods inherited from class javax.swing.table.AbstractTableModeladdTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, removeTableModelListener
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface javax.swing.table.TableModeladdTableModelListener, removeTableModelListener
 
- 
 
- 
- 
- 
Method Detail- 
getSequencepublic org.pentaho.reporting.engine.classic.core.modules.misc.datafactory.sequence.Sequence getSequence() 
 - 
setSequencepublic void setSequence(org.pentaho.reporting.engine.classic.core.modules.misc.datafactory.sequence.Sequence sequence) 
 - 
getRowCountpublic int getRowCount() - Specified by:
- getRowCountin interface- TableModel
 
 - 
getColumnCountpublic int getColumnCount() - Specified by:
- getColumnCountin interface- TableModel
 
 - 
getColumnNamepublic String getColumnName(int column) - Specified by:
- getColumnNamein interface- TableModel
- Overrides:
- getColumnNamein class- AbstractTableModel
 
 - 
getColumnClasspublic Class getColumnClass(int columnIndex) - Specified by:
- getColumnClassin interface- TableModel
- Overrides:
- getColumnClassin class- AbstractTableModel
 
 - 
isCellEditablepublic boolean isCellEditable(int rowIndex, int columnIndex)- Specified by:
- isCellEditablein interface- TableModel
- Overrides:
- isCellEditablein class- AbstractTableModel
 
 - 
setValueAtpublic void setValueAt(Object aValue, int rowIndex, int columnIndex) - Specified by:
- setValueAtin interface- TableModel
- Overrides:
- setValueAtin class- AbstractTableModel
 
 - 
getValueAtpublic Object getValueAt(int rowIndex, int columnIndex) - Specified by:
- getValueAtin interface- TableModel
 
 - 
getEditorForCellpublic PropertyEditor getEditorForCell(int row, int column) - Specified by:
- getEditorForCellin interface- org.pentaho.reporting.libraries.designtime.swing.table.PropertyTableModel
 
 - 
getClassForCellpublic Class getClassForCell(int row, int column) - Specified by:
- getClassForCellin interface- org.pentaho.reporting.libraries.designtime.swing.table.PropertyTableModel
 
 
- 
 
-