Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.eclipse.swt.widgets
Interface IComposite  view IComposite download IComposite.java

All Superinterfaces:
IControl, IScrollable
All Known Subinterfaces:
IIconBar
All Known Implementing Classes:
IconBar

public interface IComposite
extends IScrollable


Method Summary
 Layout getLayout()
           
 void layout(boolean flush)
           
 void setLayout(Layout layout)
           
 
Methods inherited from interface org.eclipse.swt.widgets.IScrollable
getClientArea, getHorizontalBar, getVerticalBar
 
Methods inherited from interface org.eclipse.swt.widgets.IControl
addDisposeListener, addKeyListener, addMouseListener, getBorderWidth, getBounds, getDisplay, redraw, removeDisposeListener, removeKeyListener, removeMouseListener, setCursor, setFocus, setLayoutData, setVisible
 

Method Detail

setLayout

public void setLayout(Layout layout)

getLayout

public Layout getLayout()

layout

public void layout(boolean flush)