Class NotifyDescriptor.QuickPick.Item

java.lang.Object
org.openide.NotifyDescriptor.QuickPick.Item
Enclosing class:
NotifyDescriptor.QuickPick

public static final class NotifyDescriptor.QuickPick.Item extends Object
Item that can be selected from a list of items.
Since:
7.60
  • Constructor Details

    • Item

      public Item(String label, String description)
      Creates item that can be selected from a list of items.
      Parameters:
      label - item's label
      description - item's description
      Since:
      7.60
  • Method Details

    • getLabel

      public String getLabel()
      Item's label.
      Since:
      7.60
    • getDescription

      public String getDescription()
      Item's description.
      Since:
      7.60
    • isSelected

      public boolean isSelected()
      Flag indicating if this item is selected.
      Since:
      7.60
    • setSelected

      public void setSelected(boolean selected)
      Marks item as selected.
      Since:
      7.60