Interface SwingGuiContext

  • All Superinterfaces:
    GuiContext
    All Known Implementing Classes:
    AbstractGuiContext, DefaultGuiContext

    public interface SwingGuiContext
    extends GuiContext
    Extends the common GUI-Context by a way to get access to the calling window. This is a neccessary evil to support modal dialogs. Try to use this handle to tamper with the calling dialog in any other way, and you will suffer weird and unhappy consequences.
    Author:
    Thomas Morgner
    • Method Detail

      • getWindow

        Window getWindow()
        Returns the calling window.
        Returns:
        the calling window, or null, if there is none.