|
iSeries Remote Systems v6.0.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.swt.widgets.Widget
org.eclipse.swt.widgets.Control
org.eclipse.swt.widgets.Scrollable
org.eclipse.swt.widgets.Composite
com.ibm.etools.iseries.editor.views.ISeriesEditorViewport
Field Summary | |
---|---|
protected ScrollBar |
_scrollHorz
|
protected ScrollBar |
_scrollVert
|
static String |
copyright
|
Fields inherited from class org.eclipse.swt.widgets.Control |
---|
handle |
Constructor Summary | |
---|---|
ISeriesEditorViewport(Composite compositeParent,
int iStyle,
GridData gridData)
Constructor |
Method Summary | |
---|---|
void |
controlMoved(ControlEvent e)
controlMoved method comment. |
void |
controlResized(ControlEvent e)
controlResized method comment. |
void |
ensureVisible(Rectangle rectArea)
Ensures that the left edge of the area is always visible in the client area. |
void |
updateScrollbars()
Child composite has changed. |
void |
widgetDefaultSelected(SelectionEvent e)
|
void |
widgetSelected(SelectionEvent sEvent)
User has moved a scroll bar. |
Methods inherited from class org.eclipse.swt.widgets.Composite |
---|
checkSubclass, computeSize, getChildren, getLayout, getTabList, layout, layout, setFocus, setLayout, setTabList |
Methods inherited from class org.eclipse.swt.widgets.Scrollable |
---|
computeTrim, getClientArea, getHorizontalBar, getVerticalBar |
Methods inherited from class org.eclipse.swt.widgets.Widget |
---|
addDisposeListener, addListener, checkWidget, dispose, getData, getData, getDisplay, getStyle, isDisposed, isListening, notifyListeners, removeDisposeListener, removeListener, removeListener, setData, setData, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final String copyright
protected ScrollBar _scrollVert
protected ScrollBar _scrollHorz
Constructor Detail |
public ISeriesEditorViewport(Composite compositeParent, int iStyle, GridData gridData)
Method Detail |
public void controlMoved(ControlEvent e)
controlMoved
in interface ControlListener
public void controlResized(ControlEvent e)
controlResized
in interface ControlListener
public void ensureVisible(Rectangle rectArea)
public void updateScrollbars()
public void widgetDefaultSelected(SelectionEvent e)
widgetDefaultSelected
in interface SelectionListener
public void widgetSelected(SelectionEvent sEvent)
widgetSelected
in interface SelectionListener
|
iSeries Remote Systems v6.0.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |