|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DockableFactory2
specifies if a dockable factory can be re-installed (e.g. when resetting dockables to the original factory settings.)DockableFactory2
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.
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 |
---|
boolean canReinstall()
DockableFactory.install()
more than once.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.5.0) E13403-06 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |