Class CheckableItem

java.lang.Object
com.compomics.util.gui.CheckableItem

public class CheckableItem extends Object
Objects used in CheckBoxCellRenderer.
Author:
Harald Barsnes
  • Field Details

    • text

      public final String text
      The text to display.
    • selected

      public boolean selected
      Whether the item is selected or not.
  • Constructor Details

    • CheckableItem

      public CheckableItem(String text, boolean selected)
      Create a new CheckableItem.
      Parameters:
      text - the text to display
      selected - whether the item is selected or not
  • Method Details