Class RadianceTitlePane.PropertyChangeHandler

  • All Implemented Interfaces:
    java.beans.PropertyChangeListener, java.util.EventListener
    Enclosing class:
    RadianceTitlePane

    private class RadianceTitlePane.PropertyChangeHandler
    extends java.lang.Object
    implements java.beans.PropertyChangeListener
    PropertyChangeListener installed on the Window. Updates the necessary state as the state of the Window changes.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void propertyChange​(java.beans.PropertyChangeEvent pce)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PropertyChangeHandler

        private PropertyChangeHandler()
    • Method Detail

      • propertyChange

        public void propertyChange​(java.beans.PropertyChangeEvent pce)
        Specified by:
        propertyChange in interface java.beans.PropertyChangeListener