Package | Description |
---|---|
com.vlsolutions.swing.docking |
The VL Docking Framework for JFC "Swing" applications.
|
Modifier and Type | Method and Description |
---|---|
DockKey |
Dockable.getDockKey()
returns the unique key identifying the docked element
|
DockKey |
DockablePanel.getDockKey() |
DockKey |
CompoundDockable.getDockKey()
Returns the key used to describe this dockable
|
DockKey |
AutoHideButton.getKey()
Returns the key of the dockable
|
Modifier and Type | Method and Description |
---|---|
int |
DockTabbedPane.getDockableIndex(DockKey key)
Returns the tab index of the dockable corresponding to the given key, or null if the dockable
doesn't belong to this tab.
|
void |
DockablePanel.setDockKey(DockKey key) |
Constructor and Description |
---|
CompoundDockable(DockKey key)
Constructs a new CompoundDockable with a given key
|
DockablePanel(java.awt.Component contained,
DockKey key) |
© Copyright 2004-2007 VLSolutions. All Rights Reserved.
www.vlsolutions.com : Java Components - Smart Client Applications