Interface GroupManager

  • All Known Implementing Classes:
    GroupManagerImpl

    public interface GroupManager
    Control's key grouping.
    Author:
    Pete Muir
    • Method Detail

      • getGroup

        Object getGroup​(Object key)
        Get the group for a given key
        Parameters:
        key - the key for which to get the group
        Returns:
        the group, or null if no group is defined for the key