|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.swt.events.SelectionAdapter
com.tensegrity.gui.swt.events.ItemSelectionAdapter
This adapter is responsible for dispatching the toolbar and menubar
item selection events - means: whenever the user press a toolbar or
menubar item the widgetSelected
function will be called.
| Constructor Summary | |
ItemSelectionAdapter()
Deprecated. Constructor. |
|
| Method Summary | |
void |
widgetSelected(org.eclipse.swt.events.SelectionEvent event)
Deprecated. Will be every time called when the user selected a widget. |
| Methods inherited from class org.eclipse.swt.events.SelectionAdapter |
widgetDefaultSelected |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ItemSelectionAdapter()
| Method Detail |
public void widgetSelected(org.eclipse.swt.events.SelectionEvent event)
event - The event causing the call of this method.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||