public class SequencePropertyTableModel extends AbstractTableModel implements org.pentaho.reporting.libraries.designtime.swing.table.PropertyTableModel
listenerList| Constructor and Description |
|---|
SequencePropertyTableModel() |
| Modifier and Type | Method and Description |
|---|---|
Class |
getClassForCell(int row,
int column) |
Class |
getColumnClass(int columnIndex) |
int |
getColumnCount() |
String |
getColumnName(int column) |
PropertyEditor |
getEditorForCell(int row,
int column) |
int |
getRowCount() |
org.pentaho.reporting.engine.classic.core.modules.misc.datafactory.sequence.Sequence |
getSequence() |
Object |
getValueAt(int rowIndex,
int columnIndex) |
boolean |
isCellEditable(int rowIndex,
int columnIndex) |
void |
setSequence(org.pentaho.reporting.engine.classic.core.modules.misc.datafactory.sequence.Sequence sequence) |
void |
setValueAt(Object aValue,
int rowIndex,
int columnIndex) |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, removeTableModelListenerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddTableModelListener, removeTableModelListenerpublic org.pentaho.reporting.engine.classic.core.modules.misc.datafactory.sequence.Sequence getSequence()
public void setSequence(org.pentaho.reporting.engine.classic.core.modules.misc.datafactory.sequence.Sequence sequence)
public int getRowCount()
getRowCount in interface TableModelpublic int getColumnCount()
getColumnCount in interface TableModelpublic String getColumnName(int column)
getColumnName in interface TableModelgetColumnName in class AbstractTableModelpublic Class getColumnClass(int columnIndex)
getColumnClass in interface TableModelgetColumnClass in class AbstractTableModelpublic boolean isCellEditable(int rowIndex,
int columnIndex)
isCellEditable in interface TableModelisCellEditable in class AbstractTableModelpublic void setValueAt(Object aValue, int rowIndex, int columnIndex)
setValueAt in interface TableModelsetValueAt in class AbstractTableModelpublic Object getValueAt(int rowIndex, int columnIndex)
getValueAt in interface TableModelpublic PropertyEditor getEditorForCell(int row, int column)
getEditorForCell in interface org.pentaho.reporting.libraries.designtime.swing.table.PropertyTableModelpublic Class getClassForCell(int row, int column)
getClassForCell in interface org.pentaho.reporting.libraries.designtime.swing.table.PropertyTableModelCopyright © 2002–2017 Pentaho Corporation. All rights reserved.