Uses of Class
com.compomics.util.gui.CheckableItem
Packages that use CheckableItem
-
Uses of CheckableItem in com.compomics.util.gui
Classes in com.compomics.util.gui with type parameters of type CheckableItemModifier and TypeClassDescriptionclassCheckBoxCellRenderer<E extends CheckableItem>Cell renderer for JComboBox supporting multiple selection.classCheckedComboBox<E extends CheckableItem>JComobox supporting multiple selection.Methods in com.compomics.util.gui with parameters of type CheckableItemModifier and TypeMethodDescriptionCheckBoxCellRenderer.getListCellRendererComponent(JList list, CheckableItem value, int index, boolean isSelected, boolean cellHasFocus) Constructors in com.compomics.util.gui with parameters of type CheckableItemModifierConstructorDescriptionCheckedComboBox(E[] m) Create a new CheckedComboBox using the given model.