No examples for this method.
Frequently called with: [Clear]
-1
java.lang.Object | |||
↳ | java.util.EventObject | ||
↳ | java.beans.PropertyChangeEvent | ||
↳ | java.beans.IndexedPropertyChangeEvent |
A type of PropertyChangeEvent
that indicates that an indexed property has changed.
[Expand]
Inherited Fields
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Creates a new property changed event with an indication of the property index.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Returns the index of the property that was changed in this event.
|
[Expand]
Inherited Methods
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
|||||||||||
![]() |
|||||||||||
![]() |
Creates a new property changed event with an indication of the property index.
source | the changed bean. |
---|---|
propertyName | the changed property, or null to indicate an unspecified set of the properties has changed. |
oldValue | the previous value of the property, or null if the propertyName is null or the previous value is unknown. |
newValue | the new value of the property, or null if the propertyName is null or the new value is unknown.. |
index | the index of the property. |
Returns the index of the property that was changed in this event.