|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
L - the kind of object this factory uses as intermediate formatpublic interface AdjacentDockFactory<L>
An object that works together with a DockFactory, this object
decides on its own whether it wants to store information about a
DockElement or not.
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface bibliothek.gui.dock.layout.DockConverter |
|---|
getID, getLayout, getPerspectiveLayout, read, read, setLayout, setLayout, write, write |
| Method Detail |
|---|
boolean interested(DockElement element)
element.
element - the element which might be stored by this factory
true if the factory wants to store elementboolean interested(PerspectiveElement element)
element.
element - the element which might be stored by this factory
true if the factory wants to store element
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||