com.vlsolutions.swing.docking
public class TabbedContainerActions extends Object
UNKNOWN: 2005/10/07 Lilian Chamontin : added the attach action for floating tabs
Method Summary | |
---|---|
static Action | createAttachTabAction(Dockable dockable, DockingDesktop desktop) returns an action suitable for attaching a dockable contained in a floating tab.
|
static Action | createCloseAction(Dockable dockable, DockingDesktop desktop) returns an action suitable for closing a dockable contained in a tab.
|
static Action | createCloseAllAction(Dockable base, DockingDesktop desktop) returns an action suitable for closing every dockable contained in a tab.
|
static Action | createCloseAllOtherAction(Dockable exception, DockingDesktop desktop) returns an action suitable for closing every dockable contained in a tab excepted the current one.
|
static Action | createFloatTabAction(Dockable dockable, DockingDesktop desktop) returns an action suitable for floating (detach) a dockable contained in a tab.
|
static Action | createHideTabAction(Dockable dockable, DockingDesktop desktop) returns an action suitable for hiding a dockable contained in a tab.
|
static Action | createMaximizeTabAction(Dockable dockable, DockingDesktop desktop) returns an action suitable for maximizing a dockable contained in a tab.
|
Action properties : The icon is provided, and a default "Attach" message.
Since: 2.0.1
Action properties : The icon is provided, and also the standard localized "close" message.
Action properties : The icon is provided, and also an unlocalized "Close all documents" message.
Action properties : The icon is provided, and also an unlocalized "Close all other documents" message.
Action properties : The icon is provided, and a default "Detach" message.
Action properties : The icon is provided, and also a localized "Iconify" message.
Action properties : The icon is provided, and also a localized "Maximize" message.