bibliothek.gui.dock.action.actions
Interface GroupKeyGenerator<K>

Type Parameters:
K - the type of key generate by this class

public interface GroupKeyGenerator<K>

This class can create keys for Dockables.

Author:
Benjamin Sigg

Method Summary
 K generateKey(Dockable dockable)
          Generates a new key.
 

Method Detail

generateKey

K generateKey(Dockable dockable)
Generates a new key. Every value except null is a valid result.

Parameters:
dockable - the dockable for which a key is requested.
Returns:
the new key