public class CDialog
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.Object |
cancelValue |
protected java.lang.Object |
defaultValue |
protected boolean |
initialized |
protected java.awt.Container |
master |
protected java.util.Vector |
message |
protected java.util.Vector |
options |
boolean |
pressCancel |
boolean |
pressOK |
protected java.lang.Object |
selectedValue |
protected java.lang.String |
title |
protected int |
type |
Constructor and Description |
---|
CDialog() |
CDialog(java.awt.Container c,
java.lang.String title) |
CDialog(java.lang.String title) |
Modifier and Type | Method and Description |
---|---|
boolean |
isOK()
Return true if the user has pressed OK
|
boolean |
performOK()
Return's true if the OK is to continue.
|
protected void |
setDefaults() |
void |
setVisible(boolean flag) |
protected boolean |
validateAction() |
void |
waitForUser() |
public boolean pressOK
public boolean pressCancel
protected java.awt.Container master
protected java.util.Vector message
protected java.util.Vector options
protected java.lang.Object defaultValue
protected java.lang.Object cancelValue
protected java.lang.Object selectedValue
protected int type
protected java.lang.String title
protected boolean initialized
public CDialog()
public CDialog(java.lang.String title)
title
- public CDialog(java.awt.Container c, java.lang.String title)
c
- title
- protected void setDefaults()
public boolean isOK()
public void setVisible(boolean flag)
flag
- public void waitForUser()
protected boolean validateAction()
public boolean performOK()
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.