Class AccordionAttributeListener.Adapter

    • Constructor Detail

      • Adapter

        public Adapter()
        Deprecated.
    • Method Detail

      • headerDataChanged

        public void headerDataChanged​(Accordion accordion,
                                      Component component,
                                      java.lang.Object previousHeaderData)
        Deprecated.
        Description copied from interface: AccordionAttributeListener
        Called when a panel's header data attribute has changed.
        Specified by:
        headerDataChanged in interface AccordionAttributeListener
        Parameters:
        accordion - The enclosing accordion that has changed.
        component - The child component in question.
        previousHeaderData - The previous header data for this component.
      • tooltipTextChanged

        public void tooltipTextChanged​(Accordion accordion,
                                       Component component,
                                       java.lang.String previousTooltipText)
        Deprecated.
        Description copied from interface: AccordionAttributeListener
        Called when a panel's tooltip text has changed.
        Specified by:
        tooltipTextChanged in interface AccordionAttributeListener
        Parameters:
        accordion - The enclosing accordion that has changed.
        component - The child component in question.
        previousTooltipText - The previous tooltip text for the component.