|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DockKey | |
---|---|
com.vlsolutions.swing.docking | The VL Docking Framework for JFC "Swing" applications. |
Uses of DockKey in com.vlsolutions.swing.docking |
---|
Methods in com.vlsolutions.swing.docking that return DockKey | |
---|---|
DockKey |
DockablePanel.getDockKey()
|
DockKey |
CompoundDockable.getDockKey()
Returns the key used to describe this dockable |
DockKey |
Dockable.getDockKey()
returns the unique key identifying the docked element |
DockKey |
AutoHideButton.getKey()
Returns the key of the dockable |
Methods in com.vlsolutions.swing.docking with parameters of type DockKey | |
---|---|
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)
|
Constructors in com.vlsolutions.swing.docking with parameters of type DockKey | |
---|---|
CompoundDockable(DockKey key)
Constructs a new CompoundDockable with a given key |
|
DockablePanel(java.awt.Component contained,
DockKey key)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |