Class ConfigPropertyEditor.ConfigPropertyEvent

java.lang.Object
java.util.EventObject
org.bzdev.swing.ConfigPropertyEditor.ConfigPropertyEvent
All Implemented Interfaces:
Serializable
Enclosing class:
ConfigPropertyEditor

public static class ConfigPropertyEditor.ConfigPropertyEvent extends EventObject
Event for changes to monitored properties belonging to a ConfigPropertyEditor.
See Also:
  • Method Details

    • getProperty

      public String getProperty()
      Get the property name for this event.
      Returns:
      the name of the property
    • getValue

      public String 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