Interface ColorTablesTableModel

All Superinterfaces:
TableModel

public interface ColorTablesTableModel extends TableModel
Author:
fdiaz
  • Method Details

    • addColorTable

      void addColorTable(org.apache.commons.lang3.tuple.Pair<File,org.gvsig.raster.lib.legend.api.colortable.ColorTable> colorTable)
      Parameters:
      colorTable -
    • removeColorTable

      void removeColorTable(int index)
      Parameters:
      index -
    • getColorTable

      org.apache.commons.lang3.tuple.Pair<File,org.gvsig.raster.lib.legend.api.colortable.ColorTable> getColorTable(int index)
      Parameters:
      index -
      Returns:
    • setColorTable

      void setColorTable(int index, org.gvsig.raster.lib.legend.api.colortable.ColorTable colorTableEdited)
      Parameters:
      colorTableEdited -
      selectedRow -
    • getColorTables

      List<org.apache.commons.lang3.tuple.Pair<File,org.gvsig.raster.lib.legend.api.colortable.ColorTable>> getColorTables()