170171172173174175176177
* * @return The icon. */ public Icon getLargeIcon() { final Locale locale = getContext().getLocale(); return getIconTheme().getLargeIcon(locale, "action.export-to-xssf-excel.icon"); //$NON-NLS-1$ }
165166167168169170171172
* * @return The icon. */ public Icon getSmallIcon() { final Locale locale = getContext().getLocale(); return getIconTheme().getSmallIcon(locale, "action.export-to-html.file.small-icon"); //$NON-NLS-1$ }
176177178179180181182183
* * @return The icon. */ public Icon getLargeIcon() { final Locale locale = getContext().getLocale(); return getIconTheme().getLargeIcon(locale, "action.export-to-html.file.icon"); //$NON-NLS-1$ }
* * @return The icon. */ public Icon getSmallIcon() { final Locale locale = getContext().getLocale(); return getIconTheme().getSmallIcon(locale, "action.print.small-icon"); //$NON-NLS-1$ }
* * @return The icon. */ public Icon getLargeIcon() { final Locale locale = getContext().getLocale(); return getIconTheme().getLargeIcon(locale, "action.print.icon"); //$NON-NLS-1$ }
* * @return The icon. */ public Icon getSmallIcon() { final Locale locale = getContext().getLocale(); return getIconTheme().getSmallIcon(locale, "action.export-to-pdf.small-icon"); //$NON-NLS-1$ }
187188189190191192193194
* * @return The icon. */ public Icon getLargeIcon() { final Locale locale = getContext().getLocale(); return getIconTheme().getLargeIcon(locale, "action.export-to-pdf.icon"); //$NON-NLS-1$ }
167168169170171172173174
* * @return The icon. */ public Icon getSmallIcon() { final Locale locale = getContext().getLocale(); return getIconTheme().getSmallIcon(locale, "action.export-to-html.stream.small-icon"); //$NON-NLS-1$ }
178179180181182183184185
* * @return The icon. */ public Icon getLargeIcon() { final Locale locale = getContext().getLocale(); return getIconTheme().getLargeIcon(locale, "action.export-to-html.stream.icon"); //$NON-NLS-1$ }
159160161162163164165166
* * @return The icon. */ public Icon getSmallIcon() { final Locale locale = getContext().getLocale(); return getIconTheme().getSmallIcon(locale, "action.export-to-excel.small-icon"); //$NON-NLS-1$ }