be.ugent.caagt.swirl.actions

Class HideWindow


public class HideWindow
extends AbstractAction

Action that makes a particular window invisible.
See Also:
ShowWindow

Field Summary

protected Window
window

Constructor Summary

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

Method Summary

void
actionPerformed(ActionEvent e)
Hides the associated window.

Field Details

window

protected final Window window

Constructor Details

HideWindow

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

Method Details

actionPerformed

public void actionPerformed(ActionEvent e)
Hides the associated window.