org.apache.pivot.wtk
Class TablePaneAttributeListener.Adapter

java.lang.Object
  extended by org.apache.pivot.wtk.TablePaneAttributeListener.Adapter
All Implemented Interfaces:
TablePaneAttributeListener
Enclosing interface:
TablePaneAttributeListener

public static class TablePaneAttributeListener.Adapter
extends Object
implements TablePaneAttributeListener

Table pane attribute listener adapter.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.pivot.wtk.TablePaneAttributeListener
TablePaneAttributeListener.Adapter
 
Constructor Summary
TablePaneAttributeListener.Adapter()
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TablePaneAttributeListener.Adapter

public TablePaneAttributeListener.Adapter()
Method Detail

rowSpanChanged

public void rowSpanChanged(TablePane tablePane,
                           Component component,
                           int previousRowSpan)
Description copied from interface: TablePaneAttributeListener
Called when a component's row span attribute has changed.

Specified by:
rowSpanChanged in interface TablePaneAttributeListener

columnSpanChanged

public void columnSpanChanged(TablePane tablePane,
                              Component component,
                              int previousColumnSpan)
Description copied from interface: TablePaneAttributeListener
Called when a component's column span attribute has changed.

Specified by:
columnSpanChanged in interface TablePaneAttributeListener