Package adams.gui.core
Class GUIHelper.DialogCommunication
- java.lang.Object
-
- adams.gui.core.GUIHelper.DialogCommunication
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- GUIHelper
public static class GUIHelper.DialogCommunication extends Object implements Serializable
Helper class that allows external callers to communicate with input dialogs, enabling them to schedule closing of the dialog.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanm_CloseDialogRequestedwhether the dialog should get closed.
-
Constructor Summary
Constructors Constructor Description DialogCommunication()Default constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisCloseRequested()Returns whether closing of the dialog was requested.voidrequestClose()Requests to close the dialog.StringtoString()Returns a short description of object.
-