public class UndockWindowAction extends DockingWindowAction
DockingWindow.undock(Point) method.| Modifier and Type | Field and Description |
|---|---|
static UndockWindowAction |
INSTANCE
The only instance of this class
|
| Modifier and Type | Method and Description |
|---|---|
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() |
getAction, toStringpublic static final UndockWindowAction INSTANCE
public javax.swing.Icon getIcon()
DockingWindowActiongetIcon in interface IconProvidergetIcon in class DockingWindowActionpublic java.lang.String getName()
DockingWindowActiongetName in class DockingWindowActionpublic boolean isPerformable(DockingWindow window)
DockingWindowActionisPerformable in class DockingWindowActionwindow - the window on which the action will be performedpublic void perform(DockingWindow window)
DockingWindowActionperform in class DockingWindowActionwindow - the window on which to perform the actionprotected java.lang.Object readResolve()
throws java.io.ObjectStreamException
java.io.ObjectStreamException