home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 7: Programming / CDAT7.iso / demos / VisualAge for Java 2.0 Entry / setup / data1.cab / ide-e / IDE / cache / VO7XY5 (.txt) < prev    next >
Encoding:
Java Class File  |  1998-09-16  |  984 b   |  16 lines

  1. package com.sun.java.swing.text;
  2.  
  3. public class StyleConstants$ColorConstants implements AttributeSet.ColorAttribute, AttributeSet.CharacterAttribute {
  4.    public static final Object Foreground = new StyleConstants$ColorConstants("foreground");
  5.    public static final Object Background = new StyleConstants$ColorConstants("background");
  6.    private String representation;
  7.  
  8.    public String toString() {
  9.       return this.representation;
  10.    }
  11.  
  12.    private StyleConstants$ColorConstants(String representation) {
  13.       this.representation = representation;
  14.    }
  15. }
  16.