Class 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 Detail

      • m_CloseDialogRequested

        protected boolean m_CloseDialogRequested
        whether the dialog should get closed.
    • Constructor Detail

      • DialogCommunication

        public DialogCommunication()
        Default constructor.
    • Method Detail

      • requestClose

        public void requestClose()
        Requests to close the dialog.
      • isCloseRequested

        public boolean isCloseRequested()
        Returns whether closing of the dialog was requested.
        Returns:
        true if to close dialog requested
      • toString

        public String toString()
        Returns a short description of object.
        Overrides:
        toString in class Object
        Returns:
        the description