Class TogglingSelectionListUi


public class TogglingSelectionListUi
extends BasicListUI
A UI overload for JLists that changes the default selection behavior. Instead of a click changing the entire selection, item selection is toggled when a click happens on any single item. It also allows for click-drag selection.