Module java.desktop

Class BasicSplitPaneUI.PropertyHandler

    • Constructor Detail

      • PropertyHandler

        public PropertyHandler()
    • Method Detail

      • propertyChange

        public void propertyChange​(PropertyChangeEvent e)
        Messaged from the JSplitPane the receiver is contained in. May potentially reset the layout manager and cause a validate to be sent.
        Specified by:
        propertyChange in interface PropertyChangeListener
        Parameters:
        e - A PropertyChangeEvent object describing the event source and the property that has changed.