Skip navigation links

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

E17493-03


oracle.ide.docking
Interface DockableFactory2

All Superinterfaces:
DockableFactory
All Known Subinterfaces:
DockableFactory3
All Known Implementing Classes:
KeyboardDockable

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.

Skip navigation links

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

E17493-03


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