com.vlsolutions.swing.docking

Interface Dockable

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
ComponentgetComponent()
returns the component wrapped.
DockKeygetDockKey()
returns the unique key identifying the docked element

Method Detail

getComponent

public Component getComponent()
returns the component wrapped.

getDockKey

public DockKey getDockKey()
returns the unique key identifying the docked element
© Copyright 2004-2007 VLSolutions. All Rights Reserved.
www.vlsolutions.com : Java Components - Smart Client Applications