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.
| Modifier and Type | Method and Description |
|---|---|
boolean |
canReinstall()
Indicates whether this factory can be re-installed (e.g.
|
getDockable, installboolean canReinstall()
DockableFactory.install() more than once.true if this dockable factory can be re-installed,
false otherwise.