|
||||||||||
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.OverwriteFileDialog
public class OverwriteFileDialog
The OverwriteFileDialog
class is the dialog used for asking the user if the chosen
file should be overwritten or not.
Method Summary | |
---|---|
boolean |
getAnswer()
Gets the user answer chosen in the option dialog. |
static OverwriteFileDialog |
showDialog(javax.swing.JFrame frame)
Shows the OverwriteFileDialog 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 OverwriteFileDialog showDialog(javax.swing.JFrame frame)
OverwriteFileDialog
dialog with three options : yes, no and cancel.
frame
- the parent frame of the option dialog.
public boolean getAnswer()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |