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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isSelected()
Returns if selected or not.
-