com.vlsolutions.swing.docking
Interface SingleDockableContainer

All Superinterfaces:
DockableContainer
All Known Implementing Classes:
AutoHideExpandPanel, DetachedDockView, DockView, DockViewAsTab, MaximizedDockView, MaximizedDockViewAsTab, TabbedDockView

public interface SingleDockableContainer
extends DockableContainer

A SingleDockableContainer is a DockableContainer that can display a single Dockable component.

The components is usually displayed with decorations (a title bar, docking state management buttons, a drop shadow, ...).

This interface is meant for API Extenders in order to provide new kinds of SingleDockableContainers (if the default implementation, DockView hasn't got enough features or to provide a different look and feel).


Method Summary
 Dockable getDockable()
          Returns the dockable this container is displaying
 
Methods inherited from interface com.vlsolutions.swing.docking.DockableContainer
installDocking, uninstallDocking
 

Method Detail

getDockable

Dockable getDockable()
Returns the dockable this container is displaying



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