File
Doc
Category
Size
Date
Package
TextJump.java
API Doc
Example
828
Mon Jun 01 01:00:00 BST 1998
None
TextJump
java.lang.Object
public class TextJump extends Object
Fields Summary
private String
m_strURL
private String
m_strText
Constructors Summary
TextJump
(
String
strURL,
String
strText)
m_strURL = strURL; m_strText = strText;
Methods Summary
public
java.lang.String
getString
()
return m_strText;
public
java.lang.String
getURL
()
return m_strURL;
Java Code Source