|
|||||||||
| 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 IScrollable

- All Superinterfaces:
- IControl
- All Known Subinterfaces:
- IComposite, IIconBar
- All Known Implementing Classes:
- IconBar
- public interface IScrollable
- extends IControl
| Method Summary | |
org.eclipse.swt.graphics.Rectangle |
getClientArea()
|
ScrollBar |
getHorizontalBar()
|
ScrollBar |
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 |
getClientArea
public org.eclipse.swt.graphics.Rectangle getClientArea()
getHorizontalBar
public ScrollBar getHorizontalBar()
getVerticalBar
public ScrollBar getVerticalBar()
|
|||||||||
| Home >> All >> org >> eclipse >> swt >> [ widgets overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC