org.apache.pivot.wtk
Interface TablePaneAttributeListener

All Known Implementing Classes:
TablePaneSkin, TerraTablePaneSkin

public interface TablePaneAttributeListener

Table pane attribute listener interface.


Method Summary
 void columnSpanChanged(TablePane tablePane, Component component, int previousColumnSpan)
          Called when a component's column span attribute has changed.
 void rowSpanChanged(TablePane tablePane, Component component, int previousRowSpan)
          Called when a component's row span attribute has changed.
 

Method Detail

rowSpanChanged

void rowSpanChanged(TablePane tablePane,
                    Component component,
                    int previousRowSpan)
Called when a component's row span attribute has changed.

Parameters:
tablePane -
component -
previousRowSpan -

columnSpanChanged

void columnSpanChanged(TablePane tablePane,
                       Component component,
                       int previousColumnSpan)
Called when a component's column span attribute has changed.

Parameters:
tablePane -
component -
previousColumnSpan -