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 boolean
m_CloseDialogRequested
whether 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 boolean
isCloseRequested()
Returns whether closing of the dialog was requested.void
requestClose()
Requests to close the dialog.String
toString()
Returns a short description of object.
-