All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class multilizer.LoginDictionary

java.lang.Object
   |
   +----multilizer.Dictionary
           |
           +----multilizer.LoginDictionary

public abstract class LoginDictionary
extends Dictionary
A abstract dictionary component that gets translation data from a data server.

The URL property specifies the location of the remote dictionary. The User property specifies the user id of the remote dictionary. The Password property specifies the password of the user id.

See Also:
ServerDictionary, DatabaseDictionary

Constructor Index

 o LoginDictionary()

Method Index

 o getPassword()
Gets the password.
 o getURL()
Gets the URL of the remote dictionary.
 o getUser()
Gets the user name.
 o setPassword(String)
Sets the password that the dictionary uses when connecting to the dictionary.
 o setURL(String)
Sets the URL of the remote dictionary.
 o setUser(String)
Sets the user name that the dictionary uses when connecting to the dictionary.

Constructors

 o LoginDictionary
 public LoginDictionary()

Methods

 o setURL
 public void setURL(String value)
Sets the URL of the remote dictionary. e.g. "www.innoview.fi"

 o getURL
 public String getURL()
Gets the URL of the remote dictionary.

 o setUser
 public void setUser(String value)
Sets the user name that the dictionary uses when connecting to the dictionary.

See Also:
setPassword
 o getUser
 public String getUser()
Gets the user name.

See Also:
getPassword
 o setPassword
 public void setPassword(String value)
Sets the password that the dictionary uses when connecting to the dictionary.

See Also:
setUser
 o getPassword
 public String getPassword()
Gets the password.

See Also:
getUser

All Packages  Class Hierarchy  This Package  Previous  Next  Index