|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
com.extentech.ExtenXLS.eventui.event.WorkBookModelEvent
com.extentech.ExtenXLS.eventui.event.SelectionChangedEvent
public class SelectionChangedEvent
Event sent by WorkBookModel when the selection has changed.
SelectionChangedListener,
Serialized Form| Constructor Summary | |
|---|---|
SelectionChangedEvent(WorkBookModel source,
CellRangeRef old)
Creates a new SelectionChangedEvent. |
|
| Method Summary | |
|---|---|
CellRangeRef |
getOldSelection()
Gets the range that was selected before the change. |
| Methods inherited from class com.extentech.ExtenXLS.eventui.event.WorkBookModelEvent |
|---|
getModel |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SelectionChangedEvent(WorkBookModel source,
CellRangeRef old)
source - the WorkBookModel sending the eventold - the previously selected range| Method Detail |
|---|
public CellRangeRef getOldSelection()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||