|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcz.zcu.fav.kiv.editor.graphics.utils.SaveFileDialog
public class SaveFileDialog
The OverwriteFileDialog
class is the dialog used for asking the user if the actual
file should be saved or not.
Method Summary | |
---|---|
java.lang.Boolean |
getAnswer()
Gets the user answer chosen in the save dialog. |
static SaveFileDialog |
showDialog(javax.swing.JFrame frame)
Shows the SaveFileDialog dialog with three options : yes, no and cancel. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static SaveFileDialog showDialog(javax.swing.JFrame frame)
SaveFileDialog
dialog with three options : yes, no and cancel.
frame
- the parent frame of the save dialog.
public java.lang.Boolean getAnswer()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |