dsto.dfc.swt.controls
Class TableColumnResizer

java.lang.Object
  extended by dsto.dfc.swt.controls.TableColumnResizer
All Implemented Interfaces:
org.eclipse.swt.widgets.Listener

public class TableColumnResizer
extends Object
implements org.eclipse.swt.widgets.Listener

A listener that makes the specified table's columns resize automatically when the table is resized.

Author:
NguyenV3

Field Summary
protected  org.eclipse.swt.widgets.Table table
           
 
Constructor Summary
TableColumnResizer(org.eclipse.swt.widgets.Table table)
           
 
Method Summary
 void handleEvent(org.eclipse.swt.widgets.Event event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

table

protected org.eclipse.swt.widgets.Table table
Constructor Detail

TableColumnResizer

public TableColumnResizer(org.eclipse.swt.widgets.Table table)
Method Detail

handleEvent

public void handleEvent(org.eclipse.swt.widgets.Event event)
Specified by:
handleEvent in interface org.eclipse.swt.widgets.Listener


Copyright © 2008 Commonwealth of Australia