|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnet.infonode.docking.action.DockingWindowAction
net.infonode.docking.action.RestoreParentWindowAction
Restores a window using the DockingWindow.restore() method. If the parent window is a TabWindow
which is maximized, it is restored.
| Field Summary | |
static RestoreParentWindowAction |
INSTANCE
The only instance of this class. |
| Method Summary | |
Icon |
getIcon()
Returns the optional icon of this action. |
String |
getName()
Returns the name of this action. |
boolean |
isPerformable(DockingWindow window)
Returns true if this action is performable on a window. |
void |
perform(DockingWindow window)
Performs this action on a window. |
| Methods inherited from class net.infonode.docking.action.DockingWindowAction |
getAction, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final RestoreParentWindowAction INSTANCE
| Method Detail |
public String getName()
DockingWindowAction
getName in class DockingWindowActionpublic boolean isPerformable(DockingWindow window)
DockingWindowAction
isPerformable in class DockingWindowActionwindow - the window on which the action will be performed
public void perform(DockingWindow window)
DockingWindowAction
perform in class DockingWindowActionwindow - the window on which to perform the actionpublic Icon getIcon()
DockingWindowAction
getIcon in interface IconProvidergetIcon in class DockingWindowAction
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||