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

Method Summary
 void addSelectionListener(ContiguousSelectionListener list)
           
 java.util.List<ContiguousSelectionListener> getSelectionListeners()
           
 void removeSelectionListener(ContiguousSelectionListener list)
           
 void setSelectionEnd(int end)
           
 void setSelectionStart(int start)
           
 
Methods inherited from interface com.algosome.common.event.Selection
getSelectionEnd, getSelectionStart
 

Method Detail

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: