All Packages Class Hierarchy This Package Previous Next Index
Class scrobble.ClientLanguage
java.lang.Object
|
+----scrobble.Language
|
+----scrobble.ClientLanguage
- public class ClientLanguage
- extends Language
language.java
This class defines the language object. This object is bulit with the Language chosen on the srever side.
-
ClientLanguage(int, String, String)
-
-
getComponent()
- Returns a Label containg the name of the Language being used.
ClientLanguage
ClientLanguage(int iLanguage,
String name,
String description)
getComponent
public Component getComponent()
- Returns a Label containg the name of the Language being used.
All Packages Class Hierarchy This Package Previous Next Index