org.fife.ui.dockablewindows
Class Actions

java.lang.Object
  extended by org.fife.ui.dockablewindows.Actions

public class Actions
extends java.lang.Object

Actions related to dockable windows.

Version:
1.0
Author:
Robert Futrell

Nested Class Summary
static class Actions.CloseAction
          Closes the selected docked window.
static class Actions.RedockAction
          Moves the selected dockable window to a new location in the parent DockableWindowPanel.
 
Method Summary
static javax.swing.JPopupMenu createRedockPopupMenu(DockableWindowPanel dwindPanel)
          Creates and returns a popup menu that can be used to change the dock location of a dockable window.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createRedockPopupMenu

public static javax.swing.JPopupMenu createRedockPopupMenu(DockableWindowPanel dwindPanel)
Creates and returns a popup menu that can be used to change the dock location of a dockable window.

Parameters:
dwindPanel - The parent dockable window panel.
Returns:
The popup menu.