org.herac.tuxguitar.gui.util
Class ConfirmDialog
java.lang.Object
org.herac.tuxguitar.gui.util.ConfirmDialog
public class ConfirmDialog
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BUTTON_CANCEL
public static int BUTTON_CANCEL
BUTTON_YES
public static int BUTTON_YES
BUTTON_NO
public static int BUTTON_NO
STATUS_YES
public static int STATUS_YES
STATUS_NO
public static int STATUS_NO
STATUS_CANCEL
public static int STATUS_CANCEL
dialog
protected Shell dialog
status
protected int status
ConfirmDialog
public ConfirmDialog(java.lang.String message)
confirm
public int confirm(int style,
int defaultButton)
setDefaultStatus
public void setDefaultStatus(int status)