home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2004 May / DPPCPRO0504.ISO / May / Seatools / SeaTools.iso / tools / en / webhelp / webhelp.jar / treeview / ImageSetSource.class (.txt) < prev    next >
Encoding:
Java Class File  |  2002-04-17  |  198 b   |  6 lines

  1. package treeview;
  2.  
  3. public interface ImageSetSource {
  4.    ImageSet getImages();
  5. }
  6.