Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Class
org.nuxeo.theme.types.TypeFamily

Packages that use TypeFamily
org.nuxeo.theme   
org.nuxeo.theme.elements   
org.nuxeo.theme.engines   
org.nuxeo.theme.formats   
org.nuxeo.theme.fragments   
org.nuxeo.theme.models   
org.nuxeo.theme.negotiation   
org.nuxeo.theme.perspectives   
org.nuxeo.theme.presets   
org.nuxeo.theme.rendering   
org.nuxeo.theme.resources   
org.nuxeo.theme.templates   
org.nuxeo.theme.themes   
org.nuxeo.theme.types   
org.nuxeo.theme.views   
org.nuxeo.theme.vocabularies   
 

Uses of TypeFamily in org.nuxeo.theme
 

Methods in org.nuxeo.theme that return TypeFamily
 TypeFamily ShortcutType.getTypeFamily()
           
 TypeFamily RegistryType.getTypeFamily()
           
 TypeFamily PreviewType.getTypeFamily()
           
 TypeFamily ApplicationType.getTypeFamily()
           
 

Uses of TypeFamily in org.nuxeo.theme.elements
 

Methods in org.nuxeo.theme.elements that return TypeFamily
 TypeFamily ElementType.getTypeFamily()
           
 

Uses of TypeFamily in org.nuxeo.theme.engines
 

Methods in org.nuxeo.theme.engines that return TypeFamily
 TypeFamily EngineType.getTypeFamily()
           
 

Uses of TypeFamily in org.nuxeo.theme.formats
 

Methods in org.nuxeo.theme.formats that return TypeFamily
 TypeFamily FormatType.getTypeFamily()
           
 

Uses of TypeFamily in org.nuxeo.theme.fragments
 

Methods in org.nuxeo.theme.fragments that return TypeFamily
 TypeFamily FragmentType.getTypeFamily()
           
 

Uses of TypeFamily in org.nuxeo.theme.models
 

Methods in org.nuxeo.theme.models that return TypeFamily
 TypeFamily ModelType.getTypeFamily()
           
 

Uses of TypeFamily in org.nuxeo.theme.negotiation
 

Methods in org.nuxeo.theme.negotiation that return TypeFamily
 TypeFamily NegotiationType.getTypeFamily()
           
 

Uses of TypeFamily in org.nuxeo.theme.perspectives
 

Methods in org.nuxeo.theme.perspectives that return TypeFamily
 TypeFamily PerspectiveType.getTypeFamily()
           
 

Uses of TypeFamily in org.nuxeo.theme.presets
 

Methods in org.nuxeo.theme.presets that return TypeFamily
 TypeFamily PresetType.getTypeFamily()
           
 TypeFamily PaletteType.getTypeFamily()
           
 

Uses of TypeFamily in org.nuxeo.theme.rendering
 

Methods in org.nuxeo.theme.rendering that return TypeFamily
 TypeFamily RendererType.getTypeFamily()
           
 TypeFamily FilterType.getTypeFamily()
           
 

Uses of TypeFamily in org.nuxeo.theme.resources
 

Methods in org.nuxeo.theme.resources that return TypeFamily
 TypeFamily ResourceType.getTypeFamily()
           
 TypeFamily ResourceBank.getTypeFamily()
           
 

Uses of TypeFamily in org.nuxeo.theme.templates
 

Methods in org.nuxeo.theme.templates that return TypeFamily
 TypeFamily TemplateEngineType.getTypeFamily()
           
 

Uses of TypeFamily in org.nuxeo.theme.themes
 

Methods in org.nuxeo.theme.themes that return TypeFamily
 TypeFamily ThemeSet.getTypeFamily()
           
 TypeFamily ThemeDescriptor.getTypeFamily()
           
 

Uses of TypeFamily in org.nuxeo.theme.types
 

Methods in org.nuxeo.theme.types that return TypeFamily
 TypeFamily Type.getTypeFamily()
           
static TypeFamily TypeFamily.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TypeFamily[] TypeFamily.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.nuxeo.theme.types with parameters of type TypeFamily
 List<String> TypeRegistry.getTypeNames(TypeFamily typeFamily)
           
 List<Type> TypeRegistry.getTypes(TypeFamily typeFamily)
           
 Type TypeRegistry.lookup(TypeFamily typeFamily, String... names)
           
 Type TypeRegistry.lookup(TypeFamily typeFamily, String name)
           
 

Uses of TypeFamily in org.nuxeo.theme.views
 

Methods in org.nuxeo.theme.views that return TypeFamily
 TypeFamily ViewType.getTypeFamily()
           
 

Uses of TypeFamily in org.nuxeo.theme.vocabularies
 

Methods in org.nuxeo.theme.vocabularies that return TypeFamily
 TypeFamily VocabularyType.getTypeFamily()
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.