Package org.bidib.wizard.mvc.backup.view
Class BackupTableTableModel
java.lang.Object
javax.swing.table.AbstractTableModel
com.jgoodies.binding.adapter.AbstractTableAdapter<NodeBackupModel>
org.bidib.wizard.mvc.backup.view.BackupTableTableModel
- All Implemented Interfaces:
com.jgoodies.binding.adapter.ListModelBindable,com.jidesoft.grid.ContextSensitiveTableModel,com.jidesoft.grid.HeaderStyleModel,com.jidesoft.grid.StyleModel,Serializable,TableModel
public class BackupTableTableModel
extends com.jgoodies.binding.adapter.AbstractTableAdapter<NodeBackupModel>
implements com.jidesoft.grid.ContextSensitiveTableModel, com.jidesoft.grid.HeaderStyleModel, com.jidesoft.grid.StyleModel
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intFields inherited from class javax.swing.table.AbstractTableModel
listenerList -
Constructor Summary
ConstructorsConstructorDescriptionBackupTableTableModel(com.jgoodies.binding.list.SelectionInList<NodeBackupModel> nodeBackupList) -
Method Summary
Modifier and TypeMethodDescriptionClass<?> getCellClassAt(int rowIndex, int columnIndex) com.jidesoft.grid.CellStylegetCellStyleAt(int rowIndex, int columnIndex) Class<?> getColumnClass(int column) com.jidesoft.converter.ConverterContextgetConverterContextAt(int rowIndex, int columnIndex) com.jidesoft.grid.EditorContextgetEditorContextAt(int rowIndex, int columnIndex) com.jidesoft.grid.CellStylegetHeaderStyleAt(int rowIndex, int columnIndex) getValueAt(int rowIndex, int columnIndex) booleanisCellEditable(int row, int column) booleanbooleanvoidsetValueAt(Object value, int rowIndex, int columnIndex) Methods inherited from class com.jgoodies.binding.adapter.AbstractTableAdapter
createChangeHandler, getColumnCount, getColumnName, getListModel, getRow, getRowCount, setListModelMethods inherited from class javax.swing.table.AbstractTableModel
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, removeTableModelListenerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface javax.swing.table.TableModel
addTableModelListener, getColumnCount, getColumnName, getRowCount, removeTableModelListener
-
Field Details
-
COLUMN_SELECTED
public static final int COLUMN_SELECTED- See Also:
-
COLUMN_UNIQUE_ID
public static final int COLUMN_UNIQUE_ID- See Also:
-
COLUMN_DESCRIPTION
public static final int COLUMN_DESCRIPTION- See Also:
-
COLUMN_PROGRESS
public static final int COLUMN_PROGRESS- See Also:
-
-
Constructor Details
-
BackupTableTableModel
public BackupTableTableModel(com.jgoodies.binding.list.SelectionInList<NodeBackupModel> nodeBackupList)
-
-
Method Details
-
getColumnClass
- Specified by:
getColumnClassin interfaceTableModel- Overrides:
getColumnClassin classAbstractTableModel
-
isCellEditable
public boolean isCellEditable(int row, int column) - Specified by:
isCellEditablein interfaceTableModel- Overrides:
isCellEditablein classAbstractTableModel
-
getConverterContextAt
public com.jidesoft.converter.ConverterContext getConverterContextAt(int rowIndex, int columnIndex) - Specified by:
getConverterContextAtin interfacecom.jidesoft.grid.ContextSensitiveTableModel
-
getEditorContextAt
public com.jidesoft.grid.EditorContext getEditorContextAt(int rowIndex, int columnIndex) - Specified by:
getEditorContextAtin interfacecom.jidesoft.grid.ContextSensitiveTableModel
-
getCellClassAt
- Specified by:
getCellClassAtin interfacecom.jidesoft.grid.ContextSensitiveTableModel
-
getHeaderStyleAt
public com.jidesoft.grid.CellStyle getHeaderStyleAt(int rowIndex, int columnIndex) - Specified by:
getHeaderStyleAtin interfacecom.jidesoft.grid.HeaderStyleModel
-
isHeaderStyleOn
public boolean isHeaderStyleOn()- Specified by:
isHeaderStyleOnin interfacecom.jidesoft.grid.HeaderStyleModel
-
getValueAt
- Specified by:
getValueAtin interfaceTableModel
-
setValueAt
- Specified by:
setValueAtin interfaceTableModel- Overrides:
setValueAtin classAbstractTableModel
-
getCellStyleAt
public com.jidesoft.grid.CellStyle getCellStyleAt(int rowIndex, int columnIndex) - Specified by:
getCellStyleAtin interfacecom.jidesoft.grid.StyleModel
-
isCellStyleOn
public boolean isCellStyleOn()- Specified by:
isCellStyleOnin interfacecom.jidesoft.grid.StyleModel
-