home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
S283 Planetary Science &n…he Search for Life DVD 2
/
DVD-ROM.iso
/
install
/
jre1_3
/
lib
/
rt.jar
/
javax
/
swing
/
text
/
html
/
StyleSheet$SheetAttribute.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
|
1979-12-31
|
499 b
|
22 lines
package javax.swing.text.html;
import java.io.Serializable;
class StyleSheet$SheetAttribute implements Serializable {
private boolean cache;
private String name;
StyleSheet$SheetAttribute(String var1, boolean var2) {
this.name = var1;
this.cache = var2;
}
public String toString() {
return this.name;
}
public boolean isCache() {
return this.cache;
}
}