|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectca.sqlpower.architect.swingui.event.ItemSelectionEvent<T,C>
public class ItemSelectionEvent<T,C>
| Constructor Summary | |
|---|---|
ItemSelectionEvent(ContainerPane<T,C> source,
java.util.Set<C> items)
Creates a new event object that holds information about the items in a container pane becoming selected or deselected. |
|
| Method Summary | |
|---|---|
java.util.Set<C> |
getItems()
Returns an unmodifiable set of the items that were selected or deselected. |
ContainerPane<T,C> |
getSource()
Returns the container pane whose item selection state changed. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ItemSelectionEvent(ContainerPane<T,C> source,
java.util.Set<C> items)
source - the container pane whose item selection state changed.items - the items that were selected or deselected.| Method Detail |
|---|
public ContainerPane<T,C> getSource()
public java.util.Set<C> getItems()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||