Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

oracle.ide.docking
Interface DockableFactory3

All Superinterfaces:
DockableFactory, DockableFactory2

public interface DockableFactory3
extends DockableFactory2

DockableFactory3 is a subinterface of Dockable/Dockable2. It adds a method that allows the DockStation to notify the DockableFactory3 instance that the startup layout has been restored. This method is helpful for dockable factory instances that support lazy registration of hosted dockables. After the startup layout has restored any previously used dockables, this new method can be used to configure a listener for any new lazy registered dockables.

See Also:
Docking Package Summary

Method Summary
 void notifyAfterStartupLayoutRestored()
          After the previous layout has been restored on JDeveloper startup, the DockStation implementation will call this method on any loaded DockableFactory3 instances.
 
Methods inherited from interface oracle.ide.docking.DockableFactory2
canReinstall
 
Methods inherited from interface oracle.ide.docking.DockableFactory
getDockable, install
 

Method Detail

notifyAfterStartupLayoutRestored

void notifyAfterStartupLayoutRestored()
After the previous layout has been restored on JDeveloper startup, the DockStation implementation will call this method on any loaded DockableFactory3 instances. Note that this method is called on both a fresh install and on subsequent restarts.


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

Copyright © 1997, 2011, Oracle. All rights reserved.