net.sf.jguiraffe.gui.builder.window

Interface WindowClosingStrategy

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      boolean canClose(Window window)
      Checks if the window can be closed.
    • Method Detail

      • canClose

        boolean canClose(Window window)
        Checks if the window can be closed. An implementation can perform any necessary operation to find out if closing the window at this moment is allowed. Only if true is returned, the window will be closed; otherwise it will remain open.
        Parameters:
        window - a reference to the associated window
        Returns:
        a flag whether the window can be closed

Copyright © 2013 The JGUIraffe Team. All Rights Reserved.