org.grinvin.list.actions

Class DisposeWindowAction


public class DisposeWindowAction
extends SimpleAction

Action which can be used to dispose a window.

Constructor Summary

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

Method Summary

void
actionPerformed(ActionEvent ev)
void
setEnabled(Window window)
void
setWindow(Window window)

Constructor Details

DisposeWindowAction

public DisposeWindowAction()

DisposeWindowAction

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

Method Details

actionPerformed

public void actionPerformed(ActionEvent ev)

setEnabled

public void setEnabled(Window window)

setWindow

public void setWindow(Window window)