Interface UploadProfileEditor


public interface UploadProfileEditor
Author:
sebastian
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
     
    static final int
     
    static final int
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Asks this profile editor if it's ready to close.
     
    boolean
     
    int
     
  • Field Details

  • Method Details

    • getPanel

      JPanel getPanel()
    • isChanged

      boolean isChanged()
    • close

      int close()
      Asks this profile editor if it's ready to close. This may cause this profile editor to ask the user for a decision.
      Returns:
      UploadProfileEditor.CLOSE to close without any further action. UploadProfileEditor.CANCEL to abort the close action. UploadProfileEditor.SAVE to save before close.
    • save

      int save() throws UploadException
      Throws:
      UploadException