Class GlobalComponentChangeSupport


  • public class GlobalComponentChangeSupport
    extends java.lang.Object
    • Method Detail

      • fireNameChange

        @Deprecated
        public void fireNameChange​(java.awt.Component source,
                                   java.lang.String oldName,
                                   java.lang.String newName)
        Deprecated.
        Not needed anymore - the component's natural name change suffices. Delete references as they are found.
      • firePropertyChange

        public void firePropertyChange​(java.awt.Component source,
                                       java.lang.String propertyName,
                                       java.lang.Object oldVal,
                                       java.lang.Object newVal)
        Uses reflection to fire a property change on another component.