Skip navigation links
com.essbase.eas.ui
Interface ModalDialog
- All Known Implementing Classes:
- ArrangeViewDialog, ChangePasswordDialog, ConsoleLogViewerFrame, CPrintPreviewDialog, DefaultLoginDialog, FindReplace, GoToLineDialog, KillRequestDialog, NewDialog, OpenDialog, PluginsDialog, ReadOnlyTextFrame, RenameViewDialog, SaveAsDialog, SendEmailDialog, StandardDialog, WizardDialog
-
public interface ModalDialog
defines some methods that modal dialogs using the Ok, Cancel, and other buttons defined in this package should implement. This was changed on 05/31/2001 to be an empty interface. The buttons now call using Java reflection. This change was made because we were adding some additional standard buttons and didn't want to keep updating the classes that implement modal dialog. Each dialog should now implement only the handleXX functions for the buttons it contains; i.e., "handleOk()", "handleCancel()", etc. In addition, we modified the CancelButton class to set the modal dialog to not visible if the "handleCancel()" method is not found.
- Version:
- 1.01, 05/31/2001
- Author:
- Hank Cox
Skip navigation links
Copyright © 2001, 2007, Oracle. All rights reserved.