Class SelectionGroup<T extends java.lang.Comparable<T>,​G>

java.lang.Object
bayern.steinbrecher.wizard.WizardPage<java.util.Optional<java.util.Map<T,​G>>,​SelectionGroupController<T,​G>>
bayern.steinbrecher.wizard.pages.SelectionGroup<T,​G>
Type Parameters:
T - The type of the options to select.
G - The type of the groups to associate items with.

public final class SelectionGroup<T extends java.lang.Comparable<T>,​G>
extends WizardPage<java.util.Optional<java.util.Map<T,​G>>,​SelectionGroupController<T,​G>>
Represents a Selection which allows to select and group items.
Since:
1.51
Author:
Stefan Huber
  • Constructor Details

    • SelectionGroup

      public SelectionGroup​(java.util.Set<T> options, com.google.common.collect.BiMap<G,​javafx.scene.paint.Color> groups)
  • Method Details