|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DraggerFactory
This is an interface for a factory that creates Dragger
s
for the dockables of a given Dock
or for a given Dockable
.
Method Summary | |
---|---|
Dragger |
createDragger(Dockable dockable)
Creates a dragger for the given dockable. |
Dragger |
createDragger(LeafDock dock)
Creates a dragger for the dockables of the given dock. |
Method Detail |
---|
Dragger createDragger(LeafDock dock)
dock
- The dock for which a dragger should be created.
Dragger createDragger(Dockable dockable)
dockable
- The dockable for which a dragger should be created.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |