Uses of Interface
org.eclipse.emf.cdo.defs.CDOViewDef

Packages that use CDOViewDef
org.eclipse.emf.cdo.defs   
org.eclipse.emf.cdo.defs.impl   
org.eclipse.emf.cdo.defs.util   
org.eclipse.emf.cdo.ui.defs   
org.eclipse.emf.cdo.ui.defs.impl   
 

Uses of CDOViewDef in org.eclipse.emf.cdo.defs
 

Subinterfaces of CDOViewDef in org.eclipse.emf.cdo.defs
 interface CDOAuditDef
          A representation of the model object 'CDO Audit Def'.
 interface CDOTransactionDef
          A representation of the model object 'CDO Transaction Def'.
 

Methods in org.eclipse.emf.cdo.defs that return CDOViewDef
 CDOViewDef CDODefsFactory.createCDOViewDef()
          Returns a new object of class 'CDO View Def'.
 

Uses of CDOViewDef in org.eclipse.emf.cdo.defs.impl
 

Classes in org.eclipse.emf.cdo.defs.impl that implement CDOViewDef
 class CDOAuditDefImpl
          An implementation of the model object ' CDO Audit Def'.
 class CDOTransactionDefImpl
          An implementation of the model object ' CDO Transaction Def'.
 class CDOViewDefImpl
          An implementation of the model object ' CDO View Definition'.
 

Methods in org.eclipse.emf.cdo.defs.impl that return CDOViewDef
 CDOViewDef CDODefsFactoryImpl.createCDOViewDef()
           
 

Uses of CDOViewDef in org.eclipse.emf.cdo.defs.util
 

Methods in org.eclipse.emf.cdo.defs.util with parameters of type CDOViewDef
 T CDODefsSwitch.caseCDOViewDef(CDOViewDef object)
          Returns the result of interpreting the object as an instance of 'CDO View Def'.
 

Uses of CDOViewDef in org.eclipse.emf.cdo.ui.defs
 

Methods in org.eclipse.emf.cdo.ui.defs that return CDOViewDef
 CDOViewDef CDOEditorDef.getCdoView()
          Returns the value of the 'Cdo View' reference.
 

Methods in org.eclipse.emf.cdo.ui.defs with parameters of type CDOViewDef
 void CDOEditorDef.setCdoView(CDOViewDef value)
          Sets the value of the 'Cdo View' reference
 

Uses of CDOViewDef in org.eclipse.emf.cdo.ui.defs.impl
 

Fields in org.eclipse.emf.cdo.ui.defs.impl declared as CDOViewDef
protected  CDOViewDef CDOEditorDefImpl.cdoView
          The cached value of the 'Cdo View' reference.
 

Methods in org.eclipse.emf.cdo.ui.defs.impl that return CDOViewDef
 CDOViewDef CDOEditorDefImpl.basicGetCdoView()
           
 CDOViewDef CDOEditorDefImpl.getCdoView()
           
 

Methods in org.eclipse.emf.cdo.ui.defs.impl with parameters of type CDOViewDef
 void CDOEditorDefImpl.setCdoView(CDOViewDef newCdoView)
           
 


Copyright (c) 2004 - 2009 Eike Stepper (Berlin, Germany) and others.
All Rights Reserved.