Public Member Functions | |
ActionDialog (JApplet frame, String title, boolean modal, int option, Callback callback) | |
ActionDialog (JApplet frame, String title, boolean modal) | |
ActionDialog (JApplet frame) | |
void | enableOKBtn () |
void | disableOKBtn () |
void | enableCancelBtn () |
void | disableCancelBtn () |
void | setLocation () |
Public Attributes | |
VistaApp | va = null |
ErrorHandler | eh = null |
KeyListener | kl = null |
Static Public Attributes | |
final String | STR_OK = "OK" |
final String | STR_CANCEL = "Cancel" |
final int | OK_OPTION = 0 |
final int | OK_CANCEL_OPTION = 1 |
Protected Member Functions | |
void | cancelAction () |
void | okAction () |
Protected Attributes | |
AbstractActionDialogPanel | currDisplayedPanel = null |
Vector | prevDisplayedPanelList = new Vector() |
JPanel | pnlContent = new JPanel() |
JButton | btnOK = new JButton(STR_OK) |
JButton | btnCancel = new JButton(STR_CANCEL) |
Callback | callback |
Package Attributes | |
Frame | noFrame = null |
Description: This class is depricated. Use VistaDialog!
Copyright: Copyright (c) 2002 Ernest Orlando Lawrence Berkeley National Laboratory
Company: LBNL
|
|
|
|
|
|
|
close the dialog window, do nothing |
|
disable Cancel Button |
|
disable OK Button |
|
enable Cancel Button |
|
enable OK Button |
|
This method must be overriden to process OK action Reimplemented in gov::lbl::genome::gui::dialog::ContigListDialog, gov::lbl::genome::gui::dialog::SaveAsDialog, gov::lbl::genome::gui::dialog::SearchResultsDialog, and gov::lbl::genome::gui::dialog::StatDialog. |
|
center dialog window |