com.algosome.common.event
Interface Selectable
- All Superinterfaces:
- Selection
- All Known Implementing Classes:
- SelectableImpl
public interface Selectable
- extends Selection
Defines an Object or its contents are selectable.
- Author:
- Greg Cope
setSelectionStart
void setSelectionStart(int start)
- Parameters:
start
-
setSelectionEnd
void setSelectionEnd(int end)
- Parameters:
end
-
addSelectionListener
void addSelectionListener(ContiguousSelectionListener list)
- Parameters:
list
-
removeSelectionListener
void removeSelectionListener(ContiguousSelectionListener list)
- Parameters:
list
-
getSelectionListeners
java.util.List<ContiguousSelectionListener> getSelectionListeners()
- Returns: