|
||||||||||
| 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.CloseOthersWindowAction
public class CloseOthersWindowAction
Closes all tabs (with abort possibility) except the one belonging to the window the action is performed upon in the AbstractTabWindow parent of the window.
| Field Summary | |
|---|---|
private static javax.swing.Icon |
icon
|
static CloseOthersWindowAction |
INSTANCE
The only instance of this class |
private static long |
serialVersionUID
|
| Constructor Summary | |
|---|---|
private |
CloseOthersWindowAction()
|
| Method Summary | |
|---|---|
javax.swing.Icon |
getIcon()
Returns the optional icon of this action. |
java.lang.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. |
protected java.lang.Object |
readResolve()
|
| Methods inherited from class net.infonode.docking.action.DockingWindowAction |
|---|
getAction, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private static final long serialVersionUID
public static final CloseOthersWindowAction INSTANCE
private static final javax.swing.Icon icon
| Constructor Detail |
|---|
private CloseOthersWindowAction()
| Method Detail |
|---|
public javax.swing.Icon getIcon()
DockingWindowAction
getIcon in interface IconProvidergetIcon in class DockingWindowActionpublic java.lang.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 action
protected java.lang.Object readResolve()
throws java.io.ObjectStreamException
java.io.ObjectStreamException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||