org.eclipse.gmf.graphdef.editor.sheet
Class AbstractCustomSectionParent.ModelUpdater
java.lang.Object
org.eclipse.gmf.graphdef.editor.sheet.AbstractCustomSectionParent.ModelUpdater
- All Implemented Interfaces:
- EventListener, org.eclipse.swt.events.ModifyListener, org.eclipse.swt.events.SelectionListener, org.eclipse.swt.internal.SWTEventListener
- Enclosing class:
- AbstractCustomSectionParent
public abstract static class AbstractCustomSectionParent.ModelUpdater
- extends Object
- implements org.eclipse.swt.events.ModifyListener, org.eclipse.swt.events.SelectionListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractCustomSectionParent.ModelUpdater
public AbstractCustomSectionParent.ModelUpdater()
applyChangesFrom
public abstract void applyChangesFrom(org.eclipse.swt.widgets.Widget widget)
isNonUserChange
public boolean isNonUserChange()
modifyText
public void modifyText(org.eclipse.swt.events.ModifyEvent e)
- Specified by:
modifyText
in interface org.eclipse.swt.events.ModifyListener
widgetDefaultSelected
public void widgetDefaultSelected(org.eclipse.swt.events.SelectionEvent e)
- Specified by:
widgetDefaultSelected
in interface org.eclipse.swt.events.SelectionListener
widgetSelected
public void widgetSelected(org.eclipse.swt.events.SelectionEvent e)
- Specified by:
widgetSelected
in interface org.eclipse.swt.events.SelectionListener
startListeningTo
public void startListeningTo(org.eclipse.swt.widgets.Spinner spinner)
stopListeningTo
public void stopListeningTo(org.eclipse.swt.widgets.Spinner spinner)
startListeningTo
public void startListeningTo(org.eclipse.swt.widgets.DateTime dateTime)
stopListeningTo
public void stopListeningTo(org.eclipse.swt.widgets.DateTime dateTime)
startListeningTo
public void startListeningTo(org.eclipse.swt.custom.CCombo combo)
stopListeningTo
public void stopListeningTo(org.eclipse.swt.custom.CCombo combo)
startListeningTo
public void startListeningTo(org.eclipse.swt.widgets.Text text)
stopListeningTo
public void stopListeningTo(org.eclipse.swt.widgets.Text text)
startListeningTo
public void startListeningTo(org.eclipse.swt.widgets.Button button)
stopListeningTo
public void stopListeningTo(org.eclipse.swt.widgets.Button button)
startNonUserChange
public void startNonUserChange()
finishNonUserChange
public void finishNonUserChange()
Copyright © 2012. All Rights Reserved.