|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.util.EventObject
|
+--sos.reports.ReportSelectionEvent
A change made to a report's selection model.
ReportSelectionModel| Field Summary |
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
ReportSelectionEvent(java.lang.Object source,
java.util.Set elementsChanged,
boolean isAdjusting)
Creates an instance of ReportSelectionEvent with the specified
source, dirty elements, and more-to-come flag. |
|
| Method Summary | |
java.util.Set |
getElementsChanged()
Returns the set of report elements whose selection state may have changed as a result of this event. |
boolean |
getValueIsAdjusting()
Returns true if this event is one of many events because the selection model is undergoing a series of changes. |
java.lang.String |
toString()
Returns a string that captures this event's properties. |
| 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 ReportSelectionEvent(java.lang.Object source,
java.util.Set elementsChanged,
boolean isAdjusting)
ReportSelectionEvent with the specified
source, dirty elements, and more-to-come flag.
source - the selection model raising this eventelementsChanged - the set of report elements whose selection state may have changedisAdjusting - true if this event is one of many events because
the selection model is undergoing a series of changes| Method Detail |
public java.util.Set getElementsChanged()
public boolean getValueIsAdjusting()
true if the selection is undergoing a series of changespublic java.lang.String toString()
toString in class java.util.EventObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||