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:
Java Class File  |  1979-12-31  |  499 b   |  22 lines

  1. package javax.swing.text.html;
  2.  
  3. import java.io.Serializable;
  4.  
  5. class StyleSheet$SheetAttribute implements Serializable {
  6.    private boolean cache;
  7.    private String name;
  8.  
  9.    StyleSheet$SheetAttribute(String var1, boolean var2) {
  10.       this.name = var1;
  11.       this.cache = var2;
  12.    }
  13.  
  14.    public String toString() {
  15.       return this.name;
  16.    }
  17.  
  18.    public boolean isCache() {
  19.       return this.cache;
  20.    }
  21. }
  22.