com.vlsolutions.swing.docking
public interface DockableResolver
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. |