InputManager::WebPage::Token Class Reference

List of all members.

Public Member Functions

 Token (String _name)
void setConst (String _str)
void setCharset (String cs)
void setEncoding (int mode)
String getName ()
String getReplacement (String word, int mode)
String getDocumentationPart ()

Static Public Attributes

final int SOURCE_WORD = 1
final int SOURCE_CONST = 2
final int MODE_NORMAL = 1
final int MODE_EXAMPLE = 2
final int MODE_HIGHLIGHT = 3
final int ENCODE_URL = 1
final int ENCODE_DEC = 2
final int ENCODE_HEX = 3

Package Attributes

String name
int source
int encoding = ENCODE_URL
String string
String charset = "utf-8"

Private Member Functions

String getRawReplacement (String word, int mode)

Constructor & Destructor Documentation

Token String  _name  )  [inline]
 

Definition at line 209 of file InputManager.java.

References name, source, and SOURCE_WORD.


Member Function Documentation

String getDocumentationPart  )  [inline]
 

Definition at line 251 of file InputManager.java.

References charset, ENCODE_DEC, ENCODE_HEX, ENCODE_URL, encoding, name, source, SOURCE_CONST, SOURCE_WORD, and string.

Referenced by InputManager::WebPage::getDocumentation().

String getName  )  [inline]
 

Definition at line 217 of file InputManager.java.

References name.

Referenced by InputManager::WebPage::replaceTokens().

String getRawReplacement String  word,
int  mode
[inline, private]
 

Definition at line 218 of file InputManager.java.

References getRawReplacement(), MODE_HIGHLIGHT, name, source, SOURCE_CONST, SOURCE_WORD, and string.

Referenced by getRawReplacement().

String getReplacement String  word,
int  mode
[inline]
 

Definition at line 229 of file InputManager.java.

References charset, ENCODE_DEC, ENCODE_HEX, ENCODE_URL, encoding, getReplacement(), MODE_EXAMPLE, MODE_HIGHLIGHT, MODE_NORMAL, and source.

Referenced by getReplacement(), and InputManager::WebPage::replaceTokens().

void setCharset String  cs  )  [inline]
 

Definition at line 213 of file InputManager.java.

References charset, and setCharset().

Referenced by setCharset().

void setConst String  _str  )  [inline]
 

Definition at line 211 of file InputManager.java.

References setConst(), source, SOURCE_CONST, and string.

Referenced by setConst().

void setEncoding int  mode  )  [inline]
 

Definition at line 215 of file InputManager.java.

References encoding, and setEncoding().

Referenced by setEncoding().


Member Data Documentation

String charset = "utf-8" [package]
 

Definition at line 208 of file InputManager.java.

Referenced by getDocumentationPart(), getReplacement(), and setCharset().

final int ENCODE_DEC = 2 [static]
 

Definition at line 202 of file InputManager.java.

Referenced by getDocumentationPart(), and getReplacement().

final int ENCODE_HEX = 3 [static]
 

Definition at line 203 of file InputManager.java.

Referenced by getDocumentationPart(), and getReplacement().

final int ENCODE_URL = 1 [static]
 

Definition at line 201 of file InputManager.java.

Referenced by getDocumentationPart(), and getReplacement().

int encoding = ENCODE_URL [package]
 

Definition at line 206 of file InputManager.java.

Referenced by getDocumentationPart(), getReplacement(), and setEncoding().

final int MODE_EXAMPLE = 2 [static]
 

Definition at line 198 of file InputManager.java.

Referenced by getReplacement().

final int MODE_HIGHLIGHT = 3 [static]
 

Definition at line 199 of file InputManager.java.

Referenced by getRawReplacement(), and getReplacement().

final int MODE_NORMAL = 1 [static]
 

Definition at line 197 of file InputManager.java.

Referenced by getReplacement().

String name [package]
 

Definition at line 204 of file InputManager.java.

Referenced by getDocumentationPart(), getName(), getRawReplacement(), and Token().

int source [package]
 

Definition at line 205 of file InputManager.java.

Referenced by getDocumentationPart(), getRawReplacement(), getReplacement(), setConst(), and Token().

final int SOURCE_CONST = 2 [static]
 

Definition at line 195 of file InputManager.java.

Referenced by getDocumentationPart(), getRawReplacement(), and setConst().

final int SOURCE_WORD = 1 [static]
 

Definition at line 194 of file InputManager.java.

Referenced by getDocumentationPart(), getRawReplacement(), and Token().

String string [package]
 

Definition at line 207 of file InputManager.java.

Referenced by getDocumentationPart(), getRawReplacement(), and setConst().


The documentation for this class was generated from the following file:
Generated on Sun Aug 15 11:56:54 2004 for International Input by doxygen 1.3.7