dion        2004/09/05 08:45:57

  Modified:    jelly/jelly-tags/swt/src/java/org/apache/commons/jelly/tags/swt
                        SwtTagLibrary.java
  Log:
  Jelly-42
  
  Revision  Changes    Path
  1.14      +4 -0      
jakarta-commons/jelly/jelly-tags/swt/src/java/org/apache/commons/jelly/tags/swt/SwtTagLibrary.java
  
  Index: SwtTagLibrary.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/jelly/jelly-tags/swt/src/java/org/apache/commons/jelly/tags/swt/SwtTagLibrary.java,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- SwtTagLibrary.java        5 Sep 2004 15:40:38 -0000       1.13
  +++ SwtTagLibrary.java        5 Sep 2004 15:45:57 -0000       1.14
  @@ -25,6 +25,8 @@
   import org.apache.commons.logging.Log;
   import org.apache.commons.logging.LogFactory;
   import org.eclipse.swt.SWT;
  +import org.eclipse.swt.custom.CTabFolder;
  +import org.eclipse.swt.custom.CTabItem;
   import org.eclipse.swt.custom.ScrolledComposite;
   import org.eclipse.swt.custom.TableTree;
   import org.eclipse.swt.custom.TableTreeItem;
  @@ -124,6 +126,8 @@
           registerWidgetTag( "treeItem", TreeItem.class );
   
           // custom widgets
  +        registerWidgetTag( "cTabFolder", CTabFolder.class );
  +        registerWidgetTag( "cTabItem", CTabItem.class );
           registerWidgetTag( "tableTree", TableTree.class );
           registerWidgetTag( "tableTreeItem", TableTreeItem.class );
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to