Interface SpectralProfileTableModel.ProfileEditHandler

Enclosing class:
SpectralProfileTableModel

public static interface SpectralProfileTableModel.ProfileEditHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    rename(UUID profileId, String newName)
     
    void
    setAttr(UUID profileId, String key, org.esa.snap.speclib.model.AttributeValue value)
     
  • Method Details

    • rename

      void rename(UUID profileId, String newName)
    • setAttr

      void setAttr(UUID profileId, String key, org.esa.snap.speclib.model.AttributeValue value)