X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fde%2Ftodesbaum%2Fjsite%2Fi18n%2FI18nContainer.java;h=3676c416dfc11564a337729b3ba43b3f22800b49;hb=bbfa208695e2a7f1bb555f841623945767f296e7;hp=483c6e2083134980626fb2512c108c3b86734aa8;hpb=da127cd41fa65b7ec217f8e9f525ed7534abf5e1;p=jSite.git diff --git a/src/de/todesbaum/jsite/i18n/I18nContainer.java b/src/de/todesbaum/jsite/i18n/I18nContainer.java index 483c6e2..3676c41 100644 --- a/src/de/todesbaum/jsite/i18n/I18nContainer.java +++ b/src/de/todesbaum/jsite/i18n/I18nContainer.java @@ -1,16 +1,16 @@ /* * jSite-remote - I18nContainer.java Copyright © 2007 David Roden - * + * * This program is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software * Foundation; either version 2 of the License, or (at your option) any later * version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more * details. - * + * * You should have received a copy of the GNU General Public License along with * this program; if not, write to the Free Software Foundation, Inc., 59 Temple * Place - Suite 330, Boston, MA 02111-1307, USA. @@ -26,7 +26,7 @@ import java.util.List; /** * Container that collects {@link Runnable}s that change the texts of GUI * components when the current locale has changed. - * + * * @author David ‘Bombe’ Roden <bombe@freenetproject.org> */ public class I18nContainer implements Iterable { @@ -45,7 +45,7 @@ public class I18nContainer implements Iterable { /** * Returns the singleton instance. - * + * * @return The singleton instance */ public static I18nContainer getInstance() { @@ -55,7 +55,7 @@ public class I18nContainer implements Iterable { /** * Registers an i18n runnable that is run when the current locale has * changed. - * + * * @param i18nRunnable * The runnable to register */ @@ -66,7 +66,7 @@ public class I18nContainer implements Iterable { /** * Registers a {@link Runnable} that changes texts when the current locale * has changed and runs after {@link #i18nRunnables} have run. - * + * * @param i18nPostRunnable * The runnable to register */