|
||||||||||
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.MaximizeWithAbortWindowAction
public final class MaximizeWithAbortWindowAction
Maximizes a TabWindow
. Finds the parent TabWindow
if the window this action is performed on is not
a TabWindow
. The action calls DockingWindow.maximizeWithAbort()
.
Field Summary | |
---|---|
private static javax.swing.Icon |
icon
|
static MaximizeWithAbortWindowAction |
INSTANCE
The only instance of this class. |
private static long |
serialVersionUID
|
Constructor Summary | |
---|---|
private |
MaximizeWithAbortWindowAction()
|
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 MaximizeWithAbortWindowAction INSTANCE
private static final javax.swing.Icon icon
Constructor Detail |
---|
private MaximizeWithAbortWindowAction()
Method Detail |
---|
public javax.swing.Icon getIcon()
DockingWindowAction
getIcon
in interface IconProvider
getIcon
in class DockingWindowAction
public java.lang.String getName()
DockingWindowAction
getName
in class DockingWindowAction
public boolean isPerformable(DockingWindow window)
DockingWindowAction
isPerformable
in class DockingWindowAction
window
- the window on which the action will be performed
public void perform(DockingWindow window)
DockingWindowAction
perform
in class DockingWindowAction
window
- the window on which to perform the actionprotected 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 |