Uses of Interface
de.bernd_michaely.common.desktop.fx.collections.selection.SelectableList
-
Uses of SelectableList in de.bernd_michaely.common.desktop.fx.collections.selection
Methods in de.bernd_michaely.common.desktop.fx.collections.selection that return SelectableListModifier and TypeMethodDescriptionSelectionChangeListener.SelectionChange.getList()
Returns the source list.ListSelectionHandler.getSourceList()
Returns the given source list.static <E> SelectableList<E>
SelectableListFactory.selectableList()
Returns a SelectableList implementation.static <E> SelectableList<E>
SelectableListFactory.selectableList(Collection<? extends E> src)
Returns a SelectableList implementation.Methods in de.bernd_michaely.common.desktop.fx.collections.selection with parameters of type SelectableListModifier and TypeMethodDescriptionstatic <E> ListSelectionHandler<E>
SelectableListFactory.listSelectionHandler(SelectableList<E> sourceList)
Returns a SelectableListSelectionHandler implementation.static <E> ListSelectionHandler<E>
SelectableListFactory.listSelectionHandler(SelectableList<E> sourceList, TransformationList<E,E> transformationList)
Returns a SelectableListSelectionHandler implementation.