Interface Selectable

  • All Known Implementing Classes:
    SelectableItem

    public interface Selectable
    Allows to determine if a object is selected or not.
    Author:
    Markus von RĂ¼den
    • Method Detail

      • isSelected

        boolean isSelected()
        Returns if selected or not.
        Returns:
        true if selected, false otherwise.