Class cynosurex.awt.YesNoCancelDialog
All Packages Class Hierarchy This Package Previous Next Index
Class cynosurex.awt.YesNoCancelDialog
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Window
|
+----java.awt.Dialog
|
+----cynosurex.awt.EnhancedDialog
|
+----cynosurex.awt.YesNoCancelDialog
- public class YesNoCancelDialog
- extends EnhancedDialog
-
CANCEL
-
-
cancel
-
-
label
-
-
no
-
-
NO
-
-
YES
-
-
yes
-
-
YesNoCancelDialog(Frame, String, String, String, String, String)
-
-
action(Event, Object)
-
-
answer(int)
-
-
cancel()
-
-
getDecision()
-
-
no()
-
-
yes()
-
NO
public final static int NO
YES
public final static int YES
CANCEL
public final static int CANCEL
yes
protected Button yes
no
protected Button no
cancel
protected Button cancel
label
protected MultiLineLabel label
YesNoCancelDialog
public YesNoCancelDialog(Frame parent,
String title,
String message,
String yes_label,
String no_label,
String cancel_label)
action
public boolean action(Event e,
Object arg)
- Overrides:
- action in class Component
answer
protected void answer(int answer)
yes
protected void yes()
no
protected void no()
cancel
protected void cancel()
getDecision
public int getDecision()
All Packages Class Hierarchy This Package Previous Next Index