java.lang.Object
java.util.EventObject
org.bzdev.swing.ConfigPropertyEditor.ConfigPropertyEvent
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ConfigPropertyEditor
Event for changes to monitored properties belonging to a
ConfigPropertyEditor
.- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Method Summary
Modifier and TypeMethodDescriptionGet the property name for this event.getValue()
Get the property value for this event.Methods inherited from class java.util.EventObject
getSource, toString
-
Method Details
-
getProperty
Get the property name for this event.- Returns:
- the name of the property
-
getValue
Get the property value for this event.- Returns:
- the value for the property; null if either the value is null or if the property is not currently in the editor's tables
-