home *** CD-ROM | disk | FTP | other *** search
/ Online Today 1998 December / AOLCD.ISO / pc / ie4 / iejava.cab / com / ms / ie / ShellFolderViewOptions.class (.txt) < prev    next >
Encoding:
Java Class File  |  1997-11-11  |  481 b   |  12 lines

  1. package com.ms.ie;
  2.  
  3. public interface ShellFolderViewOptions {
  4.    int SFVVO_SHOWALLOBJECTS = 1;
  5.    int SFVVO_SHOWEXTENSIONS = 2;
  6.    int SFVVO_SHOWCOMPCOLOR = 8;
  7.    int SFVVO_SHOWSYSFILES = 32;
  8.    int SFVVO_WIN95CLASSIC = 64;
  9.    int SFVVO_DOUBLECLICKINWEBVIEW = 128;
  10.    int SFVVO_DESKTOPHTML = 512;
  11. }
  12.