Interface SelectedState<T>
-
- All Known Subinterfaces:
MutableSelectedState<T>
,MutableSelectedStateSink<T>
- All Known Implementing Classes:
AbstractMutableSelectedState
,MultiMutableSelectedState
,VertexEndpointsSelectedEdgeSelectedState
public interface SelectedState<T>
- Author:
- Tom Nelson
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
SelectedState.StateChangeListener<T>
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<T>
getSelected()
boolean
isSelected(T t)
-