org.flexdock.perspective.restore.handlers
Class DockPathHandler

java.lang.Object
  extended by org.flexdock.perspective.restore.handlers.DockPathHandler
All Implemented Interfaces:
RestorationHandler

public class DockPathHandler
extends Object
implements RestorationHandler

Created on 2005-04-15

Version:
$Id: DockPathHandler.java,v 1.2 2005-06-04 16:42:21 winnetou25 Exp $
Author:
Mateusz Szczap, Christopher Butler

Constructor Summary
DockPathHandler()
           
 
Method Summary
 boolean restore(Dockable dockable, DockingState dockingState, Map context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DockPathHandler

public DockPathHandler()
Method Detail

restore

public boolean restore(Dockable dockable,
                       DockingState dockingState,
                       Map context)
Specified by:
restore in interface RestorationHandler