edu.washington.cs.pl_if.gui.table
Class TableResizeControlAdapter
java.lang.Object
org.eclipse.swt.events.ControlAdapter
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 |
TableResizeControlAdapter
public TableResizeControlAdapter(org.eclipse.swt.widgets.Composite parent_,
org.eclipse.swt.widgets.Table table_,
int growingCol_)
- Parameters:
parent
- the table to controlgrowingCol
- the column that should grow
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