Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-03

oracle.ide.docking
Interface DockableFactory2

All Superinterfaces:
DockableFactory

public interface DockableFactory2
extends DockableFactory

DockableFactory2 specifies if a dockable factory can be re-installed (e.g. when resetting dockables to the original factory settings.)

A dockable factory is responsible for translating a dockable name found in a layout file into an instance of Dockable.

A secondary role of a dockable factory is to position the dockable window the first time a layout is loaded.

See Also:
Docking Package Summary

Method Summary
 boolean canReinstall()
          Indicates whether this factory can be re-installed (e.g.
 
Methods inherited from interface oracle.ide.docking.DockableFactory
getDockable, install
 

Method Detail

canReinstall

boolean canReinstall()
Indicates whether this factory can be re-installed (e.g. when resetting dockables to the original factory settings.) Re-install means calling the method DockableFactory.install() more than once.

Returns:
true if this dockable factory can be re-installed, false otherwise.

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-03

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