Uses of Class
com.atlassian.jira.web.bean.I18nBean

Packages that use I18nBean
com.atlassian.jira.charts.jfreechart   
com.atlassian.jira.issue.fields   
com.atlassian.jira.web.bean   
 

Uses of I18nBean in com.atlassian.jira.charts.jfreechart
 

Constructors in com.atlassian.jira.charts.jfreechart with parameters of type I18nBean
CreatedVsResolvedChartGenerator(org.jfree.data.xy.XYDataset createdVsResolved, org.jfree.data.time.TimeSeries trendSeries, List domainMarkers, I18nBean i18nBean)
           
HistogramChartGenerator(org.jfree.data.time.TimeSeriesCollection dataset, String yLabel, I18nBean i18nBean)
           
StackedBarChartGenerator(org.jfree.data.category.CategoryDataset dataset, String yLabel, I18nBean I18nBean)
           
 

Uses of I18nBean in com.atlassian.jira.issue.fields
 

Constructors in com.atlassian.jira.issue.fields with parameters of type I18nBean
NameComparator(I18nBean i18nBean)
           
 

Uses of I18nBean in com.atlassian.jira.web.bean
 

Subclasses of I18nBean in com.atlassian.jira.web.bean
 class MockI18nBean
          Mock I18nBean to get around the problem of having to lookup a default locale via applicationProperties via the DB.
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.