public static final class NotifyDescriptor.QuickPick.Item extends Object
Constructor and Description |
---|
Item(String label,
String description)
Creates item that can be selected from a list of items.
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Item's description.
|
String |
getLabel()
Item's label.
|
boolean |
isSelected()
Flag indicating if this item is selected.
|
void |
setSelected(boolean selected)
Marks item as selected.
|
public String getLabel()
public String getDescription()
public boolean isSelected()
public void setSelected(boolean selected)