edu.washington.cs.pl_if.gui.table
Class TableResizeControlAdapter

java.lang.Object
  extended by org.eclipse.swt.events.ControlAdapter
      extended by edu.washington.cs.pl_if.gui.table.TableResizeControlAdapter
All Implemented Interfaces:
EventListener, org.eclipse.swt.events.ControlListener, org.eclipse.swt.internal.SWTEventListener

public class TableResizeControlAdapter
extends org.eclipse.swt.events.ControlAdapter


Constructor Summary
TableResizeControlAdapter(org.eclipse.swt.widgets.Composite parent_, org.eclipse.swt.widgets.Table table_, int growingCol_)
           
 
Method Summary
 void controlResized(org.eclipse.swt.events.ControlEvent e)
           
 
Methods inherited from class org.eclipse.swt.events.ControlAdapter
controlMoved
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableResizeControlAdapter

public TableResizeControlAdapter(org.eclipse.swt.widgets.Composite parent_,
                                 org.eclipse.swt.widgets.Table table_,
                                 int growingCol_)
Parameters:
parent - the table to control
growingCol - the column that should grow
Method Detail

controlResized

public void controlResized(org.eclipse.swt.events.ControlEvent e)
Specified by:
controlResized in interface org.eclipse.swt.events.ControlListener
Overrides:
controlResized in class org.eclipse.swt.events.ControlAdapter