Package com._1c.g5.v8.dt.qw.ui.utils
Class QueryWizardSource.QuerySchemaEditAdapter
- java.lang.Object
- 
- org.eclipse.emf.common.notify.impl.AdapterImpl
- 
- org.eclipse.emf.ecore.util.EContentAdapter
- 
- com._1c.g5.v8.dt.qw.ui.utils.QueryWizardSource.QuerySchemaEditAdapter
 
 
 
- 
- All Implemented Interfaces:
- org.eclipse.emf.common.notify.Adapter,- org.eclipse.emf.common.notify.Adapter.Internal
 - Enclosing class:
- QueryWizardSource
 
 public class QueryWizardSource.QuerySchemaEditAdapter extends org.eclipse.emf.ecore.util.EContentAdapterEdit adapter for query schema source
- 
- 
Constructor SummaryConstructors Constructor Description QuerySchemaEditAdapter(QueryWizardSource source)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidnotifyChanged(int notifyType, Object value)Notify query wizard source about changes in query schemavoidnotifyChanged(org.eclipse.emf.common.notify.Notification notification)- 
Methods inherited from class org.eclipse.emf.ecore.util.EContentAdapteraddAdapter, basicSetTarget, basicUnsetTarget, handleContainment, removeAdapter, removeAdapter, resolve, selfAdapt, setTarget, setTarget, setTarget, setTarget, unsetTarget, unsetTarget, unsetTarget, unsetTarget, unsetTarget, useRecursion
 
- 
 
- 
- 
- 
Constructor Detail- 
QuerySchemaEditAdapterpublic QuerySchemaEditAdapter(QueryWizardSource source) - Parameters:
- source- - query wizard source
 
 
- 
 - 
Method Detail- 
notifyChangedpublic void notifyChanged(org.eclipse.emf.common.notify.Notification notification) - Specified by:
- notifyChangedin interface- org.eclipse.emf.common.notify.Adapter
- Overrides:
- notifyChangedin class- org.eclipse.emf.ecore.util.EContentAdapter
 
 - 
notifyChangedpublic void notifyChanged(int notifyType, Object value)Notify query wizard source about changes in query schema- Parameters:
- notifyType- - notification type
- value- - notification additionally data
 
 
- 
 
-