Uses of Interface
org.eclipse.gmf.codegen.gmfgen.GenPropertyTab

Packages that use GenPropertyTab
org.eclipse.gmf.codegen.gmfgen   
org.eclipse.gmf.codegen.gmfgen.impl   
org.eclipse.gmf.codegen.gmfgen.util   
 

Uses of GenPropertyTab in org.eclipse.gmf.codegen.gmfgen
 

Subinterfaces of GenPropertyTab in org.eclipse.gmf.codegen.gmfgen
 interface GenCustomPropertyTab
          A representation of the model object 'Gen Custom Property Tab'.
 interface GenStandardPropertyTab
          A representation of the model object 'Gen Standard Property Tab'.
 

Methods in org.eclipse.gmf.codegen.gmfgen that return types with arguments of type GenPropertyTab
 org.eclipse.emf.common.util.EList<GenPropertyTab> GenPropertySheet.getTabs()
          Returns the value of the 'Tabs' containment reference list.
 

Uses of GenPropertyTab in org.eclipse.gmf.codegen.gmfgen.impl
 

Classes in org.eclipse.gmf.codegen.gmfgen.impl that implement GenPropertyTab
 class GenCustomPropertyTabImpl
          An implementation of the model object 'Gen Custom Property Tab'.
 class GenPropertyTabImpl
          An implementation of the model object 'Gen Property Tab'.
 class GenStandardPropertyTabImpl
          An implementation of the model object 'Gen Standard Property Tab'.
 

Fields in org.eclipse.gmf.codegen.gmfgen.impl with type parameters of type GenPropertyTab
protected  org.eclipse.emf.common.util.EList<GenPropertyTab> GenPropertySheetImpl.tabs
          The cached value of the 'Tabs' containment reference list.
 

Methods in org.eclipse.gmf.codegen.gmfgen.impl that return types with arguments of type GenPropertyTab
 org.eclipse.emf.common.util.EList<GenPropertyTab> GenPropertySheetImpl.getTabs()
           
 

Uses of GenPropertyTab in org.eclipse.gmf.codegen.gmfgen.util
 

Methods in org.eclipse.gmf.codegen.gmfgen.util with parameters of type GenPropertyTab
 T GMFGenSwitch.caseGenPropertyTab(GenPropertyTab object)
          Returns the result of interpreting the object as an instance of 'Gen Property Tab'.
 



Copyright © 2012. All Rights Reserved.