Class OperationListTableModel

java.lang.Object
javax.swing.table.AbstractTableModel
org.gvsig.fmap.mapcontext.raster.swing.impl.operations.OperationListTableModel
All Implemented Interfaces:
Serializable, TableModel

public class OperationListTableModel extends AbstractTableModel
Author:
fdiaz
See Also:
  • Constructor Details

    • OperationListTableModel

      public OperationListTableModel()
  • Method Details

    • getRowCount

      public int getRowCount()
    • getColumnCount

      public int getColumnCount()
    • getValueAt

      public Object getValueAt(int rowIndex, int columnIndex)
    • getColumnName

      public String getColumnName(int column)
      Specified by:
      getColumnName in interface TableModel
      Overrides:
      getColumnName in class AbstractTableModel
    • isCellEditable

      public boolean isCellEditable(int rowIndex, int columnIndex)
      Specified by:
      isCellEditable in interface TableModel
      Overrides:
      isCellEditable in class AbstractTableModel
    • setValueAt

      public void setValueAt(Object aValue, int rowIndex, int columnIndex)
      Specified by:
      setValueAt in interface TableModel
      Overrides:
      setValueAt in class AbstractTableModel
    • add

      public void add(org.gvsig.raster.lib.buffer.api.operations.OperationListEntry operationListEntry)
      Parameters:
      rasterStoreBand -
    • removeElementAt

      public void removeElementAt(int selectedRow)
      Parameters:
      selectedRow -
    • getElementAt

      public org.gvsig.raster.lib.buffer.api.operations.OperationListEntry getElementAt(int selectedRow)
    • up

      public void up(int selectedRow)
      Parameters:
      selectedRow -
    • down

      public void down(int selectedRow)
      Parameters:
      selectedRow -
    • getColumnClass

      public Class<?> getColumnClass(int col)
      Specified by:
      getColumnClass in interface TableModel
      Overrides:
      getColumnClass in class AbstractTableModel