Class TablePaneAttributeListener.Adapter

    • Constructor Detail

      • Adapter

        public Adapter()
        Deprecated.
    • Method Detail

      • rowSpanChanged

        public void rowSpanChanged​(TablePane tablePane,
                                   Component component,
                                   int previousRowSpan)
        Deprecated.
        Description copied from interface: TablePaneAttributeListener
        Called when a component's row span attribute has changed.
        Specified by:
        rowSpanChanged in interface TablePaneAttributeListener
        Parameters:
        tablePane - The source of this event.
        component - The component that changed.
        previousRowSpan - What the row span value used to be.
      • columnSpanChanged

        public void columnSpanChanged​(TablePane tablePane,
                                      Component component,
                                      int previousColumnSpan)
        Deprecated.
        Description copied from interface: TablePaneAttributeListener
        Called when a component's column span attribute has changed.
        Specified by:
        columnSpanChanged in interface TablePaneAttributeListener
        Parameters:
        tablePane - The source of this event.
        component - THe component that changed.
        previousColumnSpan - What the column span for this component used to be.