Uses of Interface
org.eclipse.emf.cdo.ui.defs.EditorDef

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

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

Subinterfaces of EditorDef in org.eclipse.emf.cdo.ui.defs
 interface CDOEditorDef
          A representation of the model object 'CDO Editor Def'.
 

Methods in org.eclipse.emf.cdo.ui.defs that return EditorDef
 EditorDef CDOUIDefsFactory.createEditorDef()
          Returns a new object of class 'Editor Def'.
 

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

Classes in org.eclipse.emf.cdo.ui.defs.impl that implement EditorDef
 class CDOEditorDefImpl
          An implementation of the model object ' View Editor Def'.
 class EditorDefImpl
          An implementation of the model object ' Editor Def'.
 

Methods in org.eclipse.emf.cdo.ui.defs.impl that return EditorDef
 EditorDef CDOUIDefsFactoryImpl.createEditorDef()
           
 

Uses of EditorDef in org.eclipse.emf.cdo.ui.defs.util
 

Methods in org.eclipse.emf.cdo.ui.defs.util with parameters of type EditorDef
 T CDOUIDefsSwitch.caseEditorDef(EditorDef object)
          Returns the result of interpreting the object as an instance of 'Editor Def'.
 


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