|
Venice 0.7beta | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.mov.ui.ConfirmDialog
public class ConfirmDialog
Replacement dialog for Java's JOptionPane InternalConfirmDialog
Constructor Summary | |
---|---|
ConfirmDialog(javax.swing.JComponent parent,
java.lang.String message,
java.lang.String title)
Create new confirm dialog. |
Method Summary | |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
ActionListener interface used for internal buttons. |
boolean |
showDialog()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConfirmDialog(javax.swing.JComponent parent, java.lang.String message, java.lang.String title)
parent
- The parent component to tie the dialog tomessage
- The question to ask the usertitle
- The title to place on the dialogMethod Detail |
---|
public boolean showDialog()
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
|
Venice 0.7beta | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |