com.vlsolutions.swing.docking
Interface Dockable

All 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
 java.awt.Component getComponent()
          returns the component wrapped.
 DockKey getDockKey()
          returns the unique key identifying the docked element
 

Method Detail

getDockKey

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


getComponent

java.awt.Component getComponent()
returns the component wrapped.



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