K
- the type of key generate by this classpublic interface GroupKeyGenerator<K>
Dockable
s. Several Dockable
s can
have the same key. Used by a GroupedDockAction
to build groups of Dockable
s
(in each group all Dockable
s have the same key).Modifier and Type | Method and Description |
---|---|
K |
generateKey(Dockable dockable)
Generates a new key.
|