home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Internet Magazine 2002 August
/
INTERNET94.ISO
/
pc
/
software
/
windows
/
mail
/
ft_gate_office
/
officewebhelp
/
webhelp.jar
/
hhapplet
/
IndexSecondaryEntry.class
(
.txt
)
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Java Class File
|
2000-11-07
|
782 b
|
14 lines
package hhapplet;
public class IndexSecondaryEntry {
public String name;
public String local;
public String url;
public String frame;
public String see_also;
public String toString() {
return this.getClass().getName() + "[name=" + this.name + ",local=" + this.local + ",url=" + this.url + ",see also=" + this.see_also + ",frame=" + this.frame + "]";
}
}