com.vlsolutions.swing.docking

Interface DockableResolver

public interface DockableResolver

An interface used to find a dockable (when read from an input stream like XML) when the only information given is its DockKey id.

This is mainly to allow auto-registration of new dockables when loading a new workspace.

Since:
2.1.2

Method Summary

Dockable
resolveDockable(String keyName)
Returns the dockable which should be associated to this DockKey identifier, or null if not found.

Method Details

resolveDockable

public Dockable resolveDockable(String keyName)
Returns the dockable which should be associated to this DockKey identifier, or null if not found.

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