Class IFInfoTableModel
- java.lang.Object
-
- javax.swing.table.AbstractTableModel
-
- org.processmining.interactivefiltering.table.IFInfoTableModel
-
- All Implemented Interfaces:
java.io.Serializable,javax.swing.table.TableModel
public class IFInfoTableModel extends javax.swing.table.AbstractTableModel- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IFInfoTableModel(org.processmining.framework.plugin.PluginContext context, IFModel model, int selectedRow)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddeselectAll()java.lang.Class<?>getColumnClass(int columnIndex)intgetColumnCount()java.lang.StringgetColumnName(int column)intgetFocusedIndex()intgetRowCount()java.lang.ObjectgetValueAt(int rowIndex, int columnIndex)booleanisCategoricalOutlier(int row, int column)booleanisCellEditable(int rowIndex, int columnIndex)booleanisNumericalOutlier(int row, int column)booleanisSelectedAll()voidremoveColumn(java.util.ArrayList<java.lang.Integer> exceptionList)voidselectAll()-
Methods inherited from class javax.swing.table.AbstractTableModel
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, removeTableModelListener, setValueAt
-
-
-
-
Constructor Detail
-
IFInfoTableModel
public IFInfoTableModel(org.processmining.framework.plugin.PluginContext context, IFModel model, int selectedRow)
-
-
Method Detail
-
getRowCount
public int getRowCount()
-
getColumnClass
public java.lang.Class<?> getColumnClass(int columnIndex)
- Specified by:
getColumnClassin interfacejavax.swing.table.TableModel- Overrides:
getColumnClassin classjavax.swing.table.AbstractTableModel
-
getColumnName
public java.lang.String getColumnName(int column)
- Specified by:
getColumnNamein interfacejavax.swing.table.TableModel- Overrides:
getColumnNamein classjavax.swing.table.AbstractTableModel
-
getColumnCount
public int getColumnCount()
-
removeColumn
public void removeColumn(java.util.ArrayList<java.lang.Integer> exceptionList)
-
isCellEditable
public boolean isCellEditable(int rowIndex, int columnIndex)- Specified by:
isCellEditablein interfacejavax.swing.table.TableModel- Overrides:
isCellEditablein classjavax.swing.table.AbstractTableModel
-
getValueAt
public java.lang.Object getValueAt(int rowIndex, int columnIndex)
-
getFocusedIndex
public int getFocusedIndex()
-
isSelectedAll
public boolean isSelectedAll()
-
deselectAll
public void deselectAll()
-
selectAll
public void selectAll()
-
isNumericalOutlier
public boolean isNumericalOutlier(int row, int column)
-
isCategoricalOutlier
public boolean isCategoricalOutlier(int row, int column)
-
-