|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.guiseframework.model.AbstractListSelectionPolicy<V>
com.guiseframework.model.MultipleListSelectionPolicy<V>
V - The type of values contained in the select model.public final class MultipleListSelectionPolicy<V>
An implementation of a list selection strategy for a list select model allowing unlimited selections. This class is marked final because it demarcates certain selection semantics that, if they can be assumed, may be offloaded to a component's view in certain circumstances. This class is thread-safe, and assumes that the corresponding select model is thread-safe, synchronized on itself.
ListSelectModel| Constructor Summary | |
|---|---|
MultipleListSelectionPolicy()
|
|
| Method Summary |
|---|
| Methods inherited from class com.guiseframework.model.AbstractListSelectionPolicy |
|---|
getAddSelectedIndices, getRemoveSelectedIndices, getSetSelectedIndices |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MultipleListSelectionPolicy()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||