00001 /* $Id: FiletoActorTable.h,v 1.3 2005/05/10 17:08:00 pfb Exp $ */ 00002 00003 #ifndef _FiletoActorTable_h 00004 #define _FiletoActorTable_h 00005 00014 public class FiletoActorTable extends SwathFrame 00015 { 00016 //**************************************************************************** 00017 public: 00018 00028 FiletoActorTable(FiletoActorContainer container, 00029 ListSelectionListener selection_listener, 00030 ActionListener button_listener, 00031 String action_label); 00032 00033 } 00034 00035 /* 00036 * $Log: FiletoActorTable.h,v $ 00037 * Revision 1.3 2005/05/10 17:08:00 pfb 00038 * Added module info. 00039 * 00040 * Revision 1.2 2003/02/26 06:47:49 pfb 00041 * Work over of the guard defines. 00042 * 00043 * Revision 1.1 2002/08/27 08:25:35 pfb 00044 * Initial rev. 00045 * 00046 * 00047 */ 00048 00052 #endif // _FiletoActorTable_h