|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectsk.baka.ambient.I18n
public final class I18n
I18n support.
| Method Summary | |
|---|---|
static java.lang.String |
format(java.util.Formattable f)
Formats given formattable and returns the result. |
static java.util.Formattable |
newAlbums(int count)
Returns new "albums" formatter. |
static java.util.Formattable |
newArtists(int count)
Returns new "artists" formatter. |
static java.util.Formattable |
newDir(int count)
Returns new "directories" formatter. |
static java.util.Formattable |
newFiles(int filecount)
Returns new "files" formatter. |
static java.util.Formattable |
newGenres(int count)
Returns new "genres" formatter. |
static java.util.Formattable |
newTracks(int count)
Returns new "tracks" formatter. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static java.util.Formattable newFiles(int filecount)
filecount - count of files.
nullpublic static java.util.Formattable newDir(int count)
count - count of directories.
nullpublic static java.util.Formattable newTracks(int count)
count - count of tracks.
nullpublic static java.lang.String format(java.util.Formattable f)
f - the formattable to format. Must not be null.
public static java.util.Formattable newAlbums(int count)
count - count of albums.
nullpublic static java.util.Formattable newArtists(int count)
count - count of artists.
nullpublic static java.util.Formattable newGenres(int count)
count - count of genres.
null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||