|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.swt.events.ControlAdapter
org.opensubsystems.patterns.thickclient.application.swt.TableResizeAdapter
public class TableResizeAdapter
Adapter used when table should be resized. The main purpose is that it tracks what table is it for.
| Constructor Summary | |
|---|---|
TableResizeAdapter(org.eclipse.swt.widgets.Table source)
Constructor. |
|
| Method Summary | |
|---|---|
org.eclipse.swt.widgets.Table |
getTable()
|
| Methods inherited from class org.eclipse.swt.events.ControlAdapter |
|---|
controlMoved, controlResized |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TableResizeAdapter(org.eclipse.swt.widgets.Table source)
source - - what table is the adapter for.| Method Detail |
|---|
public org.eclipse.swt.widgets.Table getTable()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||