net.infonode.docking.action

Class RestoreFocusWindowAction

public final class RestoreFocusWindowAction extends DockingWindowAction

Uses the restoreFocus method to restore focus to the last focus owner that inside a window.

Since: IDW 1.3.0

Version: $Revision: 1.5 $

Author: $Author: jesper $

Field Summary
static RestoreFocusWindowActionINSTANCE
The only instance of this class.
Method Summary
StringgetName()
booleanisPerformable(DockingWindow window)
voidperform(DockingWindow window)
protected ObjectreadResolve()

Field Detail

INSTANCE

public static final RestoreFocusWindowAction INSTANCE
The only instance of this class.

Method Detail

getName

public String getName()

isPerformable

public boolean isPerformable(DockingWindow window)

perform

public void perform(DockingWindow window)

readResolve

protected Object readResolve()