|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
D
- the type of element which can be written and read by this factoryL
- the type of object that stores the contents of a D
public interface DockFactory<D extends DockElement,L>
A DockConverter
which can not only store and load the contents of an
element, but also create a new DockElement
with the content.
Method Summary | |
---|---|
D |
layout(L layout)
Creates a new DockElement and changes the layout of the new
element such that is matches layout . |
D |
layout(L layout,
Map<Integer,Dockable> children)
Creates a new DockElement and changes the layout of the new
element such that is matches layout . |
Methods inherited from interface bibliothek.gui.dock.layout.DockConverter |
---|
getID, getLayout, read, read, setLayout, setLayout, write, write |
Method Detail |
---|
D layout(L layout, Map<Integer,Dockable> children)
DockElement
and changes the layout of the new
element such that is matches layout
.
layout
- the new layoutchildren
- some children, note that the map may not contain all elements
which were present when the layout was created.
null
if layout can't be usedD layout(L layout)
DockElement
and changes the layout of the new
element such that is matches layout
. This method should
not add any children to the element.
layout
- the new layout
null
if layout can't be used
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |