| Home >> All >> org >> eclipse >> swt >> [ widgets Javadoc ] |
Source code: org/eclipse/swt/widgets/IComposite.java
1 package org.eclipse.swt.widgets; 2 3 /** 4 * @author chrisl 5 * 6 * To change this generated comment edit the template variable "typecomment": 7 * Window>Preferences>Java>Templates. 8 * To enable and disable the creation of type comments go to 9 * Window>Preferences>Java>Code Generation. 10 */ 11 public interface IComposite extends IScrollable { 12 void setLayout(Layout layout); 13 Layout getLayout(); 14 void layout(boolean flush); 15 }