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