Package com.compomics.util.gui
Class CheckableItem
java.lang.Object
com.compomics.util.gui.CheckableItem
Objects used in CheckBoxCellRenderer.
- Author:
- Harald Barsnes
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
text
The text to display. -
selected
public boolean selectedWhether the item is selected or not.
-
-
Constructor Details
-
CheckableItem
Create a new CheckableItem.- Parameters:
text- the text to displayselected- whether the item is selected or not
-
-
Method Details