|
|||||||||
| Home >> All >> org >> eclipse >> swt >> [ widgets overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.eclipse.swt.widgets
Interface IComposite

- 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)
|
|||||||||
| Home >> All >> org >> eclipse >> swt >> [ widgets overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC