com.vlsolutions.swing.docking

Interface Dockable

Known Implementing Classes:
CompoundDockable, DockablePanel

public interface Dockable

Interface describing a component (AWT/Swing) that can be managed by the DockingDesktop.

Objects implementing this interface are usually wrappers around user components, or user components themselves.

Method Summary

Component
getComponent()
returns the component wrapped.
DockKey
getDockKey()
returns the unique key identifying the docked element

Method Details

getComponent

public Component getComponent()
returns the component wrapped.

getDockKey

public DockKey getDockKey()
returns the unique key identifying the docked element

© Copyright 2004-2006 VLSolutions. All Rights Reserved.
www.vlsolutions.com : Java Components - Smart Client Applications