Class Hierarchy
- java.lang.Object
- com.macrofocus.common.selection.AbstractSelection<E> (implements com.macrofocus.common.selection.Selection<E>)
- com.macrofocus.common.selection.AbstractMutableSelection<E> (implements com.macrofocus.common.selection.MutableSelection<E>)
- com.macrofocus.common.selection.AbstractMutableSingleSelection<E> (implements com.macrofocus.common.selection.MutableSingleSelection<E>)
- com.macrofocus.common.selection.NullSingleSelection<E> (implements com.macrofocus.common.selection.MutableSingleSelection<E>)
- com.macrofocus.common.selection.PropertySingleSelection<E> (implements com.macrofocus.common.selection.MutableSingleSelection<E>)
- com.macrofocus.common.selection.SimpleSingleSelection<E> (implements com.macrofocus.common.selection.MutableSingleSelection<E>)
- com.macrofocus.common.selection.NullSelection<E> (implements com.macrofocus.common.selection.MutableSelection<E>)
- com.macrofocus.common.selection.SimpleSelection<E> (implements com.macrofocus.common.selection.MutableSelection<E>)
- com.macrofocus.common.selection.AbstractMutableSingleSelection<E> (implements com.macrofocus.common.selection.MutableSingleSelection<E>)
- com.macrofocus.common.selection.AbstractMutableSelection<E> (implements com.macrofocus.common.selection.MutableSelection<E>)
- com.macrofocus.common.selection.AbstractSelectionEvent<E> (implements com.macrofocus.common.selection.SelectionEvent<E>)
- com.macrofocus.common.selection.SimpleSelectionEvent<E>
- com.macrofocus.common.selection.SingleSelectionEvent<E>
- com.macrofocus.common.selection.AbstractSelection<E> (implements com.macrofocus.common.selection.Selection<E>)
Interface Hierarchy
- java.lang.Iterable<T>
- com.macrofocus.common.selection.Selection<E>
- com.macrofocus.common.selection.MutableSelection<E>
- com.macrofocus.common.selection.MutableSingleSelection<E> (also extends com.macrofocus.common.selection.SingleSelection<E>)
- com.macrofocus.common.selection.SingleSelection<E>
- com.macrofocus.common.selection.MutableSingleSelection<E> (also extends com.macrofocus.common.selection.MutableSelection<E>)
- com.macrofocus.common.selection.MutableSelection<E>
- com.macrofocus.common.selection.Selection<E>
- com.macrofocus.common.selection.SelectionEvent<E>
- com.macrofocus.common.selection.SelectionListener<E>
- com.macrofocus.common.selection.SingleSelectionListener<E>