Uses of Interface
org.jabylon.properties.ProjectLocale
-
Packages that use ProjectLocale Package Description org.jabylon.properties org.jabylon.properties.impl org.jabylon.properties.util org.jabylon.properties.util.scanner -
-
Uses of ProjectLocale in org.jabylon.properties
Methods in org.jabylon.properties that return ProjectLocale Modifier and Type Method Description ProjectLocalePropertiesFactory. createProjectLocale()Returns a new object of class 'Project Locale'.ProjectLocaleProjectVersion. getProjectLocale(Locale locale)ProjectLocalePropertyFileDescriptor. getProjectLocale()Returns the value of the 'Project Locale' reference.ProjectLocaleResourceFolder. getProjectLocale()ProjectLocaleProjectVersion. getTemplate()Returns the value of the 'Template' reference.Methods in org.jabylon.properties with parameters of type ProjectLocale Modifier and Type Method Description voidPropertyFileDescriptor. setProjectLocale(ProjectLocale value)Sets the value of the 'Project Locale' reference.voidProjectVersion. setTemplate(ProjectLocale value)Sets the value of the 'Template' reference. -
Uses of ProjectLocale in org.jabylon.properties.impl
Classes in org.jabylon.properties.impl that implement ProjectLocale Modifier and Type Class Description classProjectLocaleImplAn implementation of the model object 'Project Locale'.Methods in org.jabylon.properties.impl that return ProjectLocale Modifier and Type Method Description ProjectLocaleProjectVersionImpl. basicGetTemplate()ProjectLocalePropertiesFactoryImpl. createProjectLocale()ProjectLocaleProjectVersionImpl. getProjectLocale(Locale locale)ProjectLocalePropertyFileDescriptorImpl. getProjectLocale()ProjectLocaleResourceFolderImpl. getProjectLocale()ProjectLocaleProjectVersionImpl. getTemplate()Methods in org.jabylon.properties.impl with parameters of type ProjectLocale Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainPropertyFileDescriptorImpl. basicSetProjectLocale(ProjectLocale newProjectLocale, org.eclipse.emf.common.notify.NotificationChain msgs)voidPropertyFileDescriptorImpl. setProjectLocale(ProjectLocale newProjectLocale)voidProjectVersionImpl. setTemplate(ProjectLocale newTemplate) -
Uses of ProjectLocale in org.jabylon.properties.util
Methods in org.jabylon.properties.util with parameters of type ProjectLocale Modifier and Type Method Description static voidPropertyResourceUtil. addNewLocale(ProjectLocale locale, ProjectVersion version)static voidPropertyResourceUtil. addNewLocalizedDescriptor(PropertyFileDescriptor descriptor, ProjectLocale locale)TPropertiesSwitch. caseProjectLocale(ProjectLocale object)Returns the result of interpreting the object as an instance of 'Project Locale'. -
Uses of ProjectLocale in org.jabylon.properties.util.scanner
Methods in org.jabylon.properties.util.scanner that return ProjectLocale Modifier and Type Method Description ProjectLocaleAbstractScanFileAcceptor. getOrCreateProjectLocale(Locale locale)ProjectLocalePartialScanFileAcceptor. getOrCreateProjectLocale(Locale locale)Methods in org.jabylon.properties.util.scanner with parameters of type ProjectLocale Modifier and Type Method Description protected PropertyFileDescriptorAbstractScanFileAcceptor. createDescriptor(ProjectLocale projectLocale, org.eclipse.emf.common.util.URI childURI)
-