L - the kind of object this factory uses as intermediate formatpublic interface AdjacentDockFactory<L> extends DockConverter<DockElement,PerspectiveElement,L>
DockFactory, this object
decides on its own whether it wants to store information about a
DockElement or not.| Modifier and Type | Method and Description |
|---|---|
boolean |
interested(DockElement element)
Tells whether this factory is interested in storing information for
element. |
boolean |
interested(PerspectiveElement element)
Tells whether this factory is interested in storing information for
element. |
getID, getLayout, getPerspectiveLayout, read, read, setLayout, setLayout, write, writeboolean interested(DockElement element)
element.element - the element which might be stored by this factorytrue if the factory wants to store elementboolean interested(PerspectiveElement element)
element.element - the element which might be stored by this factorytrue if the factory wants to store elementCopyright © 2017 Docking Frames. All rights reserved.