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.


Constructor Index

 o ClientLanguage(int, String, String)

Method Index

 o getComponent()
Returns a Label containg the name of the Language being used.

Constructors

 o ClientLanguage
 ClientLanguage(int iLanguage,
                String name,
                String description)

Methods

 o getComponent
 public Component getComponent()
Returns a Label containg the name of the Language being used.


All Packages  Class Hierarchy  This Package  Previous  Next  Index