home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgLangD.iso / VCAFE.3.0A / Main.bin / CommandAttributes.java < prev    next >
Text File  |  1998-10-25  |  277b  |  14 lines

  1. /*
  2.  * Copyright 1998 Symantec Corporation, All Rights Reserved.
  3.  */
  4.  
  5. package com.symantec.itools.vcafe.openapi.commands;
  6.  
  7. public class CommandAttributes
  8. {
  9.     /**
  10.      * The north layout constraint.
  11.      */
  12.     public static final String COMMANDS  = "COMMANDS";
  13. }
  14.