be.ugent.caagt.swirl.actions

Class ShowWindow


public class ShowWindow
extends AbstractAction

Action that makes a particular window visible (if it was not) and brings it to the front.
See Also:
HideWindow

Field Summary

protected Window
window

Constructor Summary

ShowWindow(Window window)
Create an action of this type for the given window.

Method Summary

void
actionPerformed(ActionEvent e)
Makes the associated window visible and brings it to the front.

Field Details

window

protected final Window window

Constructor Details

ShowWindow

public ShowWindow(Window window)
Create an action of this type for the given window.

Method Details

actionPerformed

public void actionPerformed(ActionEvent e)
Makes the associated window visible and brings it to the front.