org.grinvin.list.actions
Class DisposeWindowAction
SimpleAction
org.grinvin.list.actions.DisposeWindowAction
public class DisposeWindowAction
extends SimpleAction
Action which can be used to dispose a window.
DisposeWindowAction
public DisposeWindowAction()
Create an action of this type. The window to which
this action applies should be set later using
setWindow(Window)
.
DisposeWindowAction
public DisposeWindowAction(Window window)
Create an action of this type for the given window.
actionPerformed
public void actionPerformed(ActionEvent ev)
setEnabled
public void setEnabled(Window window)
setWindow
public void setWindow(Window window)