|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MultipleCDockableFactory<F extends MultipleCDockable,L extends MultipleCDockableLayout>
A factory that can create and store MultipleCDockable
s. This factory
converts a MultipleCDockable
in a MultipleCDockableLayout
and
then writes the layout in various forms (like xml).
Method Summary | |
---|---|
L |
create()
Creates a new, empty layout. |
F |
read(L layout)
Creates a MultipleCDockable that gets its layout from layout . |
L |
write(F dockable)
Collects all the properties of dockable and writes them
into a new MultipleCDockableLayout . |
Method Detail |
---|
L write(F dockable)
dockable
and writes them
into a new MultipleCDockableLayout
.
dockable
- the element whose properties should be collected
F read(L layout)
MultipleCDockable
that gets its layout from layout
.
layout
- the set of properties that can be used to create the new
CDockable
.
null
if the layout can't be readL create()
read
-methods of MultipleCDockableLayout
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |