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

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

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

Subinterfaces of GenPropertyTabFilter in org.eclipse.gmf.codegen.gmfgen
 interface CustomTabFilter
          A representation of the model object 'Custom Tab Filter'.
 interface TypeTabFilter
          A representation of the model object 'Type Tab Filter'.
 

Methods in org.eclipse.gmf.codegen.gmfgen that return GenPropertyTabFilter
 GenPropertyTabFilter GenCustomPropertyTab.getFilter()
          Returns the value of the 'Filter' containment reference.
 

Methods in org.eclipse.gmf.codegen.gmfgen with parameters of type GenPropertyTabFilter
 void GenCustomPropertyTab.setFilter(GenPropertyTabFilter value)
          Sets the value of the 'Filter' containment reference.
 

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

Classes in org.eclipse.gmf.codegen.gmfgen.impl that implement GenPropertyTabFilter
 class CustomTabFilterImpl
          An implementation of the model object 'Custom Tab Filter'.
 class TypeTabFilterImpl
          An implementation of the model object 'Type Tab Filter'.
 

Fields in org.eclipse.gmf.codegen.gmfgen.impl declared as GenPropertyTabFilter
protected  GenPropertyTabFilter GenCustomPropertyTabImpl.filter
          The cached value of the 'Filter' containment reference.
 

Methods in org.eclipse.gmf.codegen.gmfgen.impl that return GenPropertyTabFilter
 GenPropertyTabFilter GenCustomPropertyTabImpl.getFilter()
           
 

Methods in org.eclipse.gmf.codegen.gmfgen.impl with parameters of type GenPropertyTabFilter
 org.eclipse.emf.common.notify.NotificationChain GenCustomPropertyTabImpl.basicSetFilter(GenPropertyTabFilter newFilter, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void GenCustomPropertyTabImpl.setFilter(GenPropertyTabFilter newFilter)
           
 

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

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



Copyright © 2012. All Rights Reserved.