Interface DataInputPane<T>


public interface DataInputPane<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setData(T data)
    Data to display
    void
    Current content of the GUI shall be written into the given object
  • Method Details

    • setData

      void setData(T data)
      Data to display
    • writeIntoData

      void writeIntoData(T data)
      Current content of the GUI shall be written into the given object
      Parameters:
      data - Object to store data in