Class IFInfoTableModel

  • All Implemented Interfaces:
    java.io.Serializable, javax.swing.table.TableModel

    public class IFInfoTableModel
    extends javax.swing.table.AbstractTableModel
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class javax.swing.table.AbstractTableModel

        listenerList
    • 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
      void deselectAll()  
      java.lang.Class<?> getColumnClass​(int columnIndex)  
      int getColumnCount()  
      java.lang.String getColumnName​(int column)  
      int getFocusedIndex()  
      int getRowCount()  
      java.lang.Object getValueAt​(int rowIndex, int columnIndex)  
      boolean isCategoricalOutlier​(int row, int column)  
      boolean isCellEditable​(int rowIndex, int columnIndex)  
      boolean isNumericalOutlier​(int row, int column)  
      boolean isSelectedAll()  
      void removeColumn​(java.util.ArrayList<java.lang.Integer> exceptionList)  
      void selectAll()  
      • Methods inherited from class javax.swing.table.AbstractTableModel

        addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, removeTableModelListener, setValueAt
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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:
        getColumnClass in interface javax.swing.table.TableModel
        Overrides:
        getColumnClass in class javax.swing.table.AbstractTableModel
      • getColumnName

        public java.lang.String getColumnName​(int column)
        Specified by:
        getColumnName in interface javax.swing.table.TableModel
        Overrides:
        getColumnName in class javax.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:
        isCellEditable in interface javax.swing.table.TableModel
        Overrides:
        isCellEditable in class javax.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)