be.ugent.caagt.swirl.commands
Class ShowWindow
ActionCommand
be.ugent.caagt.swirl.commands.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.
ShowWindow(CommandManager commandManager, String id, Window window) - Default constructor
|
void | handleExecute() - Makes the associated window visible and brings it to the front.
|
ShowWindow
public ShowWindow(CommandManager commandManager,
String id,
Window window)
Default constructor
handleExecute
public void handleExecute()
Makes the associated window visible and brings it to the front.