com.vlsolutions.swing.docking
Class DockablePanel
JPanel
com.vlsolutions.swing.docking.DockablePanel
- Dockable
public class DockablePanel
extends JPanel
A basic implementation of Dockable.
It's a JPanel with a BorderLayout, and it can display a single Dockable.
This class is provided as an intermediary between a User Component and the docking
desktop (for example, for application that don't want to be too tied with the
DockingFramework).
DockablePanel
public DockablePanel()
DockablePanel
public DockablePanel(Component contained,
DockKey key)
setComponent
public void setComponent(Component comp)
Removes all contained components (normally no more than one), and
put this comp
on the center area of the BorderLayout.
setDockKey
public void setDockKey(DockKey key)
© Copyright 2004-2006 VLSolutions. All Rights Reserved.
www.vlsolutions.com : Java Components - Smart Client Applications