Interface UploadProfileEditor
public interface UploadProfileEditor
- Author:
- sebastian
-
Field Summary
Fields -
Method Summary
-
Field Details
-
CLOSE
static final int CLOSE- See Also:
-
CANCEL
static final int CANCEL- See Also:
-
SAVE
static final int SAVE- See Also:
-
-
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
- Throws:
UploadException
-