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:
-
Field Summary
Fields inherited from class javax.swing.table.AbstractTableModel
listenerList
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetClassForCell
(int row, int column) getColumnClass
(int columnIndex) int
getColumnName
(int column) getEditorForCell
(int row, int column) int
org.pentaho.reporting.engine.classic.core.modules.misc.datafactory.sequence.Sequence
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) Methods inherited from class javax.swing.table.AbstractTableModel
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, removeTableModelListener
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface javax.swing.table.TableModel
addTableModelListener, removeTableModelListener
-
Constructor Details
-
SequencePropertyTableModel
public SequencePropertyTableModel()
-
-
Method Details
-
getSequence
public org.pentaho.reporting.engine.classic.core.modules.misc.datafactory.sequence.Sequence getSequence() -
setSequence
public void setSequence(org.pentaho.reporting.engine.classic.core.modules.misc.datafactory.sequence.Sequence sequence) -
getRowCount
public int getRowCount()- Specified by:
getRowCount
in interfaceTableModel
-
getColumnCount
public int getColumnCount()- Specified by:
getColumnCount
in interfaceTableModel
-
getColumnName
- Specified by:
getColumnName
in interfaceTableModel
- Overrides:
getColumnName
in classAbstractTableModel
-
getColumnClass
- Specified by:
getColumnClass
in interfaceTableModel
- Overrides:
getColumnClass
in classAbstractTableModel
-
isCellEditable
public boolean isCellEditable(int rowIndex, int columnIndex) - Specified by:
isCellEditable
in interfaceTableModel
- Overrides:
isCellEditable
in classAbstractTableModel
-
setValueAt
- Specified by:
setValueAt
in interfaceTableModel
- Overrides:
setValueAt
in classAbstractTableModel
-
getValueAt
- Specified by:
getValueAt
in interfaceTableModel
-
getEditorForCell
- Specified by:
getEditorForCell
in interfaceorg.pentaho.reporting.libraries.designtime.swing.table.PropertyTableModel
-
getClassForCell
- Specified by:
getClassForCell
in interfaceorg.pentaho.reporting.libraries.designtime.swing.table.PropertyTableModel
-