be.ugent.caagt.swirl.commands

Class ShowWindow


public class ShowWindow
extends ActionCommand

Action command that makes a particular window visible (if it was not) and brings it to the front.

Important note: work on this part of the Swirl library will be discontinued because unfortunately newer versions of the GUI commands framework will no longer be available as open source. In due course this class will become deprecated and will eventually be removed from the library.

Constructor Summary

ShowWindow(CommandManager commandManager, String id, Window window)
Default constructor

Method Summary

void
handleExecute()
Makes the associated window visible and brings it to the front.

Constructor Details

ShowWindow

public ShowWindow(CommandManager commandManager,
                  String id,
                  Window window)
Default constructor

Method Details

handleExecute

public void handleExecute()
Makes the associated window visible and brings it to the front.