|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.EventObject javax.swing.event.ListSelectionEvent org.cb.cardboard.BoardSelectionEvent
An event that characterizes a change in the current selection. BoardSelectionListeners will generally query the source of the event for the new selected status of each potentially changed card.
BoardSelectionModel
,
Serialized FormField Summary |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
BoardSelectionEvent(java.lang.Object source,
int index,
boolean isAdjusting)
Represents a change in selection status for the specified indexes . |
Methods inherited from class javax.swing.event.ListSelectionEvent |
getFirstIndex, getLastIndex, getValueIsAdjusting, toString |
Methods inherited from class java.util.EventObject |
getSource |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public BoardSelectionEvent(java.lang.Object source, int index, boolean isAdjusting)
indexes
.
source
- the object that changedindex
- the index that changedisAdjusting
- an indication that this is one of rapid a series of events
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |