home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1996 October / PCO_10.ISO / filesbbs / clearweb.arj / CVIEW.CMP / APPLET.ZIP / OutlineNodeData.class (.txt) < prev    next >
Encoding:
Java Class File  |  1996-08-15  |  341 b   |  10 lines

  1. import java.awt.Image;
  2.  
  3. public interface OutlineNodeData {
  4.    String NodeTitle();
  5.  
  6.    boolean IsSecondary();
  7.  
  8.    Image NodeIcon();
  9. }
  10.